awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Python Excel Libraries

排名更新于 2026年7月13日

For a python library for manipulating excel files, the strongest matches are jmcnamara/xlsxwriter (This library is a specialized tool for creating and), pandas-dev/pandas (Pandas is a primary tool for data manipulation that) and xlwings/xlwings (This library allows you to automate Excel by controlling). pyexcel/pyexcel is also worth a look. Each is ranked by relevance to your query, popularity and recent activity.

我们为您精选了匹配 “best python excel libraries” 的开源 GitHub 仓库。结果按与您查询的相关性进行排名 — 您可以使用下方筛选器缩小范围,或通过 AI 进行优化。

Python Excel Libraries

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • jmcnamara/xlsxwriterjmcnamara 的头像

    jmcnamara/XlsxWriter

    3,911在 GitHub 上查看↗

    XlsxWriter is a library for generating spreadsheets in the XLSX format, functioning as an Excel workbook writer and file generator. It provides the capability to write data, apply cell formatting, and build complex layouts across multiple worksheets. The project distinguishes itself with a memory-optimized writing mode that flushes large datasets to disk row-by-row, enabling the creation of files exceeding 4 GB while minimizing RAM consumption. It also includes a specialized mechanism for embedding binary project files and digital signatures to enable VBA macros and signed scripts within work

    This library is a specialized tool for creating and formatting XLSX files with high performance, though it is strictly a writer and lacks the ability to read or modify existing spreadsheet files.

    PythonCell Styling SystemsXLSX File Generation
    在 GitHub 上查看↗3,911
  • pandas-dev/pandaspandas-dev 的头像

    pandas-dev/pandas

    49,039在 GitHub 上查看↗

    Pandas is a high-performance data analysis library that provides a comprehensive framework for manipulating, cleaning, and transforming structured datasets. It centers on labeled one-dimensional and two-dimensional data structures, allowing users to construct, filter, and reshape tabular information while performing complex arithmetic and logical operations. The library distinguishes itself through a sophisticated indexing engine that enables automatic data alignment during calculations and relational merges. By utilizing a block-based memory layout, it optimizes cache locality for vectorized

    Pandas is a primary tool for data manipulation that includes robust built-in IO drivers for reading and writing Excel files, making it a standard choice for programmatic spreadsheet interaction despite its broader focus on data analysis.

    PythonData Analysis LibrariesData Manipulation FrameworksDataframe Constructors
    在 GitHub 上查看↗49,039
  • xlwings/xlwingsxlwings 的头像

    xlwings/xlwings

    3,312在 GitHub 上查看↗

    xlwings - Make Excel fly with Python!

    This library allows you to automate Excel by controlling the application directly via Python, providing robust support for reading, writing, and styling spreadsheets while integrating seamlessly with Pandas.

    PythonExcel AutomationPython-Excel Bridge LibrariesEmbedded Python Excel Add-Ins
    在 GitHub 上查看↗3,312
  • pyexcel/pyexcelpyexcel 的头像

    pyexcel/pyexcel

    1,283在 GitHub 上查看↗

    Single API for reading, manipulating and writing data in csv, ods, xls, xlsx and xlsm files

    This library provides a unified interface for reading and writing various spreadsheet formats including XLSX, making it a capable tool for programmatic data manipulation in Python.

    PythonDocument and File ProcessingOffice Document Tools
    在 GitHub 上查看↗1,283

Related searches

  • a Java library for reading Excel files
  • Excel 的开源替代品
  • Excel 的开源替代品
  • a python library for processing csv files
  • 开源的数据管理电子表格
  • a python library for manipulating pdf files
  • a python library for manipulating pdf files
  • 用于自动化 Excel 任务的编程语言