1 Repo
Components that normalize multiple file formats into a unified internal data representation.
Distinct from Data Formats and Parsing: Focuses on normalizing XLSX/CSV/HTML into a single JSON structure for a grid, rather than generic parsing or media SDKs.
Explore 1 awesome GitHub repository matching data & databases · Cross-Format Data Adapters. Refine with filters or upvote what's useful.
This project is a JavaScript spreadsheet component and web-based data table that provides an interactive grid for managing tabular data. It functions as a cross-framework UI component compatible with React, Vue, and jQuery, and can also be embedded as a standalone web component. The grid is specifically designed for XLSX interoperability, allowing users to import and export XLSX files while preserving formulas and styles. It distinguishes itself through real-time collaboration for simultaneous multi-user editing and a flexible system for creating custom cell editors and specialized column typ
Implements an abstraction layer that parses XLSX, CSV, and HTML tables into a standardized internal JSON structure.