UNPKG

@oniryk/xlsx

Version:

A lightweight, efficient TypeScript library for generating single-sheet Excel XLSX files with support for large datasets

7 lines (6 loc) 262 B
export { build } from './builder.js'; export { Package } from './packing.js'; export { default as SharedStrings } from './shared-strings.js'; export { default as Sheet } from './sheet.js'; export type { Cell, Row } from './sheet.js'; export * from './utils.js';