@sheetxl/models
Version:
Models - A Headless javascript spreadsheet library.
10 lines • 313 B
TypeScript
/**
* 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