1 Repo
Transformation of hierarchical data into relational tables for querying and manipulation.
Distinct from Map Data Structure Manipulation: Focuses on structural transformation into tables, whereas Map Data Structure Manipulation is about general map objects.
Explore 1 awesome GitHub repository matching data & databases · Relational Table Mappings. 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
Transforms hierarchical spreadsheet structures into relational data tables for easier querying and manipulation.