File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,14 @@ var data = spreadsheet.serialize();
1818
1919@descr :
2020
21+ Serialized data presents an object with:
22+
23+ - the ** formats** array - the array of the number format
24+ - the ** styles** object - the object with the applied CSS classes
25+ - the ** sheets** array - the array of sheets with name and data:
26+ - ** name** - the sheet name
27+ - ** data** - the array of objects with cells id, format and value
28+
2129** Related articles**
2230
2331[ Data loading and export] ( loading_data.md#saving-and-restoring-state )
Original file line number Diff line number Diff line change @@ -275,8 +275,7 @@ module.exports = {
275275 } ,
276276 ] ,
277277 } ,
278- ] ,
279- copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } XB Software Ltd.` ,
278+ ] ,
280279 } ,
281280 } ,
282281 presets : [
You can’t perform that action at this time.
0 commit comments