1 个仓库
Implementations of the Office Open XML standard for reading and writing modern office documents.
Distinct from OpenXML Spreadsheet Writers: None of the candidates specifically cover the general implementation of the OpenXML standard for data extraction.
Explore 1 awesome GitHub repository matching data & databases · OpenXML Implementations. Refine with filters or upvote what's useful.
ExcelDataReader 是一个 C# 库,用于从 Microsoft Excel 电子表格和 CSV 文件中提取数据和元数据。它作为一个工作簿解析器,将电子表格内容转换为结构化数据集,以便进行程序化访问和迭代。 该项目包含一个专门的元数据提取器,用于检索单元格级别的详细信息,例如数字格式、样式、行高、列宽和合并单元格范围。它还提供了一个流处理器,用于解析具有可自定义编码和分隔符检测功能的纯文本 CSV 文件。 该库支持现代电子表格文件的 OpenXML 标准,并利用基于流的解析和基于游标的行迭代来遍历工作簿。这些功能允许将多工作表工作簿转换为关系数据表。
Interprets the compressed XML structure of modern spreadsheet files to extract cell values and metadata.