UNPKG

datapilot-cli

Version:

Enterprise-grade streaming multi-format data analysis with comprehensive statistical insights and intelligent relationship detection - supports CSV, JSON, Excel, TSV, Parquet - memory-efficient, cross-platform

15 lines (12 loc) 351 B
const ExcelJS = { Workbook: require('./doc/workbook'), ModelContainer: require('./doc/modelcontainer'), stream: { xlsx: { WorkbookWriter: require('./stream/xlsx/workbook-writer'), WorkbookReader: require('./stream/xlsx/workbook-reader'), }, }, }; Object.assign(ExcelJS, require('./doc/enums')); module.exports = ExcelJS;