@components-kit/open-workbook-excel-core
v0.1.14
Published
Core planning, backup, snapshot, template, permission, and range utilities for Open Workbook.
Downloads
2,486
Maintainers
Readme
@components-kit/open-workbook-excel-core
Core workbook utilities for Open Workbook.
It contains:
- A1 range parsing and cell counting
- stable fingerprints
- batch compilation
- backup records
- snapshot comparison
- template registry
- plan manager
- default permission policy
Usage
import { BatchCompiler, BackupManager, SnapshotManager, TemplateRegistry } from "@components-kit/open-workbook-excel-core";This package is runtime-agnostic. It does not depend on Office.js and can be reused by future Excel engines.
