{"categories":[{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/5"}],"enrichment":{"capability":"PyExcelerate writes Excel XLSX spreadsheet files from Python with an emphasis on speed, offering multiple performance tiers for bulk data, cell-by-cell writes, and styling operations.","skillfed_tags":["spreadsheet-export","performance-oriented"],"use_cases":["Export large datasets to XLSX files quickly without styling overhead","Generate Excel reports with bulk data and minimal formatting requirements","Write cell-by-cell spreadsheets with formulas and datetime values","Apply styling to specific cells or ranges when performance is less critical","Merge cells and organize data into named ranges within a workbook"],"what_it_does":"PyExcelerate is a Python library for writing Excel-compatible XLSX files with a focus on speed. It provides three performance tiers\u2014fastest, faster, and fast\u2014allowing you to trade off convenience for execution time depending on your use case. The library handles bulk data writes, cell-by-cell updates, range operations, cell merging, and styling (fonts, fills, alignment, formats). Styling operations carry significant overhead and can increase execution time substantially, so the library encourages selective use.\n\nThe package depends on Jinja2 and six, making it lightweight to install. It supports writing data as 2D arrays, setting individual cell values with formulas and dates, and applying styles to cells, ranges, rows, and columns. The description emphasizes that styling should be used sparingly and provides guidance on the fastest approaches for common tasks.","worth_installing":"Yes. PyExcelerate is actively maintained, has low install friction, carries no known security vulnerabilities, and uses a permissive license. It is well-suited for projects that prioritize XLSX generation speed over a large feature surface. If you need advanced styling, conditional formatting, or read support, evaluate alternatives; otherwise, it's a solid choice for fast spreadsheet export."},"id":"pyexcelerate","links":{"html":"https://skillfed.io/packages/pyexcelerate","md":"https://skillfed.io/packages/pyexcelerate.md","pypi":"https://pypi.org/project/pyexcelerate/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2025-05-23","license_spdx":null,"license_treatment":"permissive","name":"PyExcelerate","python_support":"unspecified","summary":"Accelerated Excel XLSX Writing Library for Python 2/3"},"popularity":{"monthly_downloads":521818,"position":6205,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.13.0"}
