UNPKG

@fortune-sheet/core

Version:

FortuneSheet is a drop-in javascript spreadsheet library that provides rich features like Excel and Google Sheets

10 lines (9 loc) 366 B
import { getSheetWithLatestCelldata, CommonOptions, dataToCelldata, celldataToData } from "./common"; export type { CommonOptions }; export { getSheetWithLatestCelldata, dataToCelldata, celldataToData }; export * from "./cell"; export * from "./rowcol"; export * from "./range"; export * from "./merge"; export * from "./sheet"; export * from "./workbook";