Create Worksheet #314
Labels
No Label
DBF
Dates
Defined Names
Features
Formula
HTML
Images
Infrastructure
Integration
International
ODS
Operations
Performance
PivotTables
Pro
Protection
Read Bug
SSF
SYLK
Style
Write Bug
good first issue
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sheetjs/sheetjs#314
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I see that it is possible to create a sheet/book but I am hoping that it doesn't mean that I need to use the many conversions needed with c: and r: but instead use something like an opposite of the xls.utils.sheet_to_json.
Could someone please help me with the easist way there is to create a book (no formatting required)?
hi @fonzy2013 do you already have a solution for this?
The inverse of the
XLSX.utils.sheet_to_json
function whereheader:1
is set (so we are dealing with arrays-of-arrays) is in the test suite:https://github.com/SheetJS/js-xlsx/blob/master/test.js#L1044-L1069
https://github.com/SheetJS/js-xlsx/blob/master/tests/write.js#L46-L70
We will be adding a function like this, named
XLSX.utils.aoa_to_sheet
, for the 0.9.6 release