1 Repo
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 is a C# library used to extract data and metadata from Microsoft Excel spreadsheets and CSV files. It functions as a workbook parser that converts spreadsheet content into structured data sets for programmatic access and iteration. The project includes a specialized metadata extractor for retrieving cell-level details, such as number formats, styles, row heights, column widths, and merged cell ranges. It also provides a stream processor for parsing plain text CSV files with customizable encoding and separator detection. The library supports the OpenXML standard for modern spr
Interprets the compressed XML structure of modern spreadsheet files to extract cell values and metadata.