Commit Graph

3 Commits

Author SHA1 Message Date
Asad
e2fb27aa4f feat(pg): add Ubuntu/Debian PostgreSQL installation guide & enhanced SheetJSPG.js type deduc
- Include Ubuntu/Debian installation instructions
- Improve PostgreSQL table creation with better type detection
- Enhance date format detection and parsing

Breaking Changes:
- Replace `aoo_to_pg_table` to `sheet_to_pg_table` & now it takes worksheet object instead of array of arrays
- Changed type detection algorithm may produce column types
2024-11-20 19:43:13 -05:00
Asad
6547966016 new-script: added SheetJSPG.js demo for doc 2024-11-20 18:33:20 -05:00
Asad
d2829ec554 refactor(excel): enhance date detection and number parsing
- Add support for multiple date formats using regex pattern
- Consolidate utility functions into core parsing
- Improve number parsing to handle percentages & parentheses
2024-11-20 17:45:26 -05:00