High-performance C++ library for ultra-fast Excel processing.
docker compose up --buildOpen http://localhost:3001 to start.
Requirements: Docker (20.10+) and Docker Compose (v2.0+).
This React-based demo provides a unified interface to interact with SheetReader across different environments including PostgreSQL, DuckDB, R, and Python. All benchmarks, notebooks, and Grafana monitoring are integrated into this single dashboard.
The system automatically handles initialization:
- DuckDB Extension: Rebuilds from source only if the prebuilt binary is incompatible with the host environment (existing binaries in the root speed up build).
- TPC-H SF1 Data: Generates 6M+ rows of data in CSV and XLSX formats.
DECIMALtypes are cast toDOUBLEfor XLSX compatibility. - Database Loading: Automatically loads data into PostgreSQL for baseline comparisons.
docker compose down -v