sheetjs/docbits/54_shobject.md
SheetJS 663270b762 XLS/XLSX/XLSB Interpret Chartsheets as Data Tables
- 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
2017-03-27 17:41:14 -04:00

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.