forked from sheetjs/sheetjs
SheetJS
663270b762
- chartsheets are now stored as sheets with "!type" set to "chart" - fixed Strict XML Workbook Relationships - stubbed support for dialog and macro sheets - removed legacy XLS `!range` field
220 B
220 B
Chartsheet Object
Chartsheets are represented as standard worksheets. They are distinguished with
the !type
property set to "chart"
.
The underlying data and !ref
refer to the cached data in the chartsheet.