Skip to content

Commit feb8464

Browse files
alexSerhii Pylypchuk
authored andcommitted
[upd] Serialize method updaded
1 parent a9895d8 commit feb8464

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

docs/api/spreadsheet_serialize_method.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

docusaurus.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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: [

0 commit comments

Comments
 (0)