A Node.js utility that intelligently converts Sheetjs `worksheet` to PostgreSQL tables while preserving appropriate data types.
> This demo project serves as a refernce implementation for SheetJS + PostgreSQL integration. For more details, vist the [SheetJS Documentation](https://docs.sheetjs.com/docs/demos/data/postgresql/#creating-a-table).
### Features
* Automatic data type detection from Excel columns
* Support various data formats:
* Numbers (integer and floating-point)
* Dates
* Booleans
* Text
* Handles special number formats (scientific notations, high precision)