This commit is contained in:
Asad 2024-12-03 15:31:24 -05:00
parent bbe49c7bd9
commit cfbf1d92ba

@ -1,6 +1,6 @@
# Sheetjs to PostgreSQL Creating a Table Demo
A Node.js utility that intelligently converts Sheetjs `worksheet` to PostgreSQL tables while preserving appropriate data types.
Convert Excel sheets to PostgreSQL tables with correct 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).