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

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

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

ClosedXML/ClosedXML

0
View on GitHub↗
5,630 星标·929 分支·C#·MIT·2 次浏览

ClosedXML

ClosedXML 是一个开源的 .NET 电子表格库和包装器,用于读取和写入 Excel 文件。它提供了一个面向对象的接口,用于使用 OpenXML 标准操作 .xlsx 和 .xlsm 文件中的工作簿结构和单元格数据。

该库抽象了 OpenXML SDK 的复杂性,允许开发者以编程方式生成和修改电子表格,而无需在系统上安装 Microsoft Office。

它涵盖了一系列电子表格管理功能,包括工作簿生成、文件加载和数据提取。该工具集支持对电子表格布局进行编程更新,并从应用数据创建格式化的报告。

Features

  • Excel Automation - Provides comprehensive tools for programmatically generating and modifying Excel spreadsheet files without requiring Microsoft Office.
  • OpenXML Spreadsheet Writers - Uses the official Microsoft OpenXML SDK as the underlying engine to read and write Excel files.
  • Automated Spreadsheet Report Generators - Enables the programmatic generation of formatted Excel reports from application data.
  • Excel Spreadsheet Management - Offers a simplified interface for modifying spreadsheet content, layouts, and cell structures.
  • Workbook Lifecycle Management - Enables the creation of new workbooks and the definition of their structural organization.
  • Spreadsheet Data Extractors - Provides utilities for reading and extracting data from specific cell ranges and worksheets.
  • XLSX Read and Write Support - Provides full lifecycle support for reading from and writing to XLSX spreadsheet files.
  • Excel File Parsers - Provides a set of tools for reading and writing to modify workbook structures and cell data.
  • Excel Processing Libraries - Serves as a dedicated .NET library for the programmatic reading and writing of Excel files.
  • OOXML Specifications - Implements mappings between C# objects and the Open XML spreadsheet standard to ensure file compatibility.
  • Cell State Tracking - Tracks changes to cells and styles in memory to ensure consistency when updating the compressed XML package.
  • Object-Oriented API Wrappers - Provides an object-oriented wrapper around the complex OpenXML SDK for a more intuitive developer experience.
  • Spreadsheet Abstractions - Acts as an abstraction layer that decouples high-level spreadsheet operations from the underlying OpenXML SDK.
  • Spreadsheet Document Models - Provides an in-memory structured representation of spreadsheet workbooks, sheets, and cells for programmatic manipulation.
  • Office Automation - Library for creating and editing Excel 2007/2010 files.

Star 历史

closedxml/closedxml 的 Star 历史图表closedxml/closedxml 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

ClosedXML 的开源替代方案

相似的开源项目,按与 ClosedXML 的功能重合度排序。
  • haris-musa/excel-mcp-serverharis-musa 的头像

    haris-musa/excel-mcp-server

    3,940在 GitHub 上查看↗

    This project is a Model Context Protocol server that provides an interface for AI agents to programmatically create, read, and modify Excel workbooks. It serves as a bridge that enables large language models to perform spreadsheet automation and data visualization. The server allows AI agents to generate native Excel charts and pivot tables from raw data, transforming structured information into visual summaries. It provides a mechanism for remote spreadsheet management through a protocol-based connectivity layer. The system covers a broad range of spreadsheet manipulation capabilities, incl

    Python
    在 GitHub 上查看↗3,940
  • phpoffice/phpexcelPHPOffice 的头像

    PHPOffice/PHPExcel

    11,379在 GitHub 上查看↗

    PHPExcel is a PHP spreadsheet library used for programmatically reading and writing spreadsheet files in various formats. It utilizes an in-memory spreadsheet model that maps spreadsheet structures to a hierarchy of objects for programmatic manipulation. The library functions as an Office Open XML processor for generating and manipulating XLSX documents and serves as a reader for extracting data and structure from legacy binary XLS files. It also includes tools for CSV data integration and importing. The project provides capabilities for automated report generation and spreadsheet data extra

    PHP
    在 GitHub 上查看↗11,379
  • negokaz/excel-mcp-servernegokaz 的头像

    negokaz/excel-mcp-server

    973在 GitHub 上查看↗

    This project is a Model Context Protocol server that enables artificial intelligence assistants to interact directly with Microsoft Excel files. It functions as a bridge, allowing external systems to read, write, and modify spreadsheet data through a standardized interface. By supporting both direct file manipulation and headless application automation, the server provides a comprehensive utility for programmatic workbook management. The server distinguishes itself by combining data processing capabilities with a visual rendering pipeline. It can generate image snapshots of specific spreadshe

    Go
    在 GitHub 上查看↗973
  • jankallman/epplusJanKallman 的头像

    JanKallman/EPPlus

    3,775在 GitHub 上查看↗

    EPPlus is a .NET library designed for programmatically creating, manipulating, and styling Excel files using the Open XML format. It functions as an office file manipulator and spreadsheet processor that allows for the generation and modification of workbooks without requiring the local installation of office productivity software. The library enables the creation of complex workbooks featuring charts, pivot tables, and conditional formatting for automated reporting. It includes an internal calculation engine to execute embedded formulas and spreadsheet logic, and provides security features s

    C#dotnetexcelooxml
    在 GitHub 上查看↗3,775
查看 ClosedXML 的所有 30 个替代方案→

常见问题解答

closedxml/closedxml 是做什么的?

ClosedXML 是一个开源的 .NET 电子表格库和包装器,用于读取和写入 Excel 文件。它提供了一个面向对象的接口,用于使用 OpenXML 标准操作 .xlsx 和 .xlsm 文件中的工作簿结构和单元格数据。

closedxml/closedxml 的主要功能有哪些?

closedxml/closedxml 的主要功能包括:Excel Automation, OpenXML Spreadsheet Writers, Automated Spreadsheet Report Generators, Excel Spreadsheet Management, Workbook Lifecycle Management, Spreadsheet Data Extractors, XLSX Read and Write Support, Excel File Parsers。

closedxml/closedxml 有哪些开源替代品?

closedxml/closedxml 的开源替代品包括: haris-musa/excel-mcp-server — This project is a Model Context Protocol server that provides an interface for AI agents to programmatically create,… phpoffice/phpexcel — PHPExcel is a PHP spreadsheet library used for programmatically reading and writing spreadsheet files in various… negokaz/excel-mcp-server — This project is a Model Context Protocol server that enables artificial intelligence assistants to interact directly… jankallman/epplus — EPPlus is a .NET library designed for programmatically creating, manipulating, and styling Excel files using the Open… nissl-lab/npoi — NPOI is a pure .NET library for reading and writing Microsoft Office files in both legacy binary (.xls) and modern… apache/fesod — Apache Fesod is a lightweight Java library that wraps Apache POI to provide a streaming API for reading and writing…