UNPKG

@sheetxl/models

Version:

Models - A Headless javascript spreadsheet library.

10 lines 313 B
/** * Collection of methods used for resolving string into ranges. */ export * as AddressUtils from "./AddressUtils"; /** * Collection of methods used for working with {@link CellRangeCoords}. */ export * as RangeUtils from "./RangeUtils"; export * from "./SheetCellRange"; //# sourceMappingURL=index.d.ts.map