UNPKG

@antv/s2

Version:

effective spreadsheet render core lib

5 lines (4 loc) 295 B
export type { SheetCopyConstructorParams } from '../../../common/interface/export'; export { asyncGetAllData, asyncGetAllHtmlData, asyncGetAllPlainData, getSelectedData, } from './core'; export { PivotDataCellCopy } from './pivot-data-cell-copy'; export { strategyCopy } from './strategy-copy';