UNPKG

@microsoft/connected-workbooks

Version:

Microsoft backed, Excel advanced xlsx workbook generation JavaScript library

6 lines (5 loc) 245 B
import { DataTypes } from "./types"; import type { QueryInfo, FileConfigs, Grid, DocProps } from "./types"; export { DataTypes }; export type { QueryInfo, FileConfigs, Grid, DocProps }; export * as workbookManager from "./workbookManager";