A library for detecting and parsing table blocks from Excel/CSV files.
π Live Demo
tblparse/
βββ packages/
β βββ core/ # @rindrics/tblparse - Core library
βββ apps/
βββ demo/ # Demo site (React + Vite)
| Package | Description |
|---|---|
| @rindrics/tblparse | Table block detection library for Excel/CSV files |
# Install dependencies
bun install
# Run demo site
bun run dev
# Run tests
bun run test
# Build
bun run buildMIT