Skip to content

πŸ“Š Detect and parse table blocks from Excel/CSV files - Extract structured data with automatic title/header/data row detection

Notifications You must be signed in to change notification settings

Rindrics/tblparse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

tblparse

npm version License: MIT

A library for detecting and parsing table blocks from Excel/CSV files.

Demo

πŸ‘‰ Live Demo

Project Structure

tblparse/
β”œβ”€β”€ packages/
β”‚   └── core/          # @rindrics/tblparse - Core library
└── apps/
    └── demo/          # Demo site (React + Vite)

Packages

Package Description
@rindrics/tblparse Table block detection library for Excel/CSV files

Development

# Install dependencies
bun install

# Run demo site
bun run dev

# Run tests
bun run test

# Build
bun run build

License

MIT

About

πŸ“Š Detect and parse table blocks from Excel/CSV files - Extract structured data with automatic title/header/data row detection

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published