UNPKG

table-xlsx

Version:

Based on SheetJS encapsulation, the function of exporting files and parsing files to generate table data is realized

4 lines (3 loc) 145 B
import { parseFile } from './parseFile'; import { exportFile, getWorkbook } from './exportFile'; export { parseFile, exportFile, getWorkbook, };