-
-
Notifications
You must be signed in to change notification settings - Fork 8k
Closed
Description
I have an export to excel using js-xlsx and the function utils.json_to_sheet.
Problem is I have another json object that I want to export to the same sheet, right below the previous one.
XLSX.utils.json_to_sheet(outputData);
Tried to find anything about it in docs and so, but seems like no one had that issue. A similar question was asked a while ago with no answer unfortunately - https://stackoverflow.com/questions/52851598/how-to-add-multiple-table-with-different-data-set-to-the-same-sheet-in-exceljs . Any ideas?
Metadata
Metadata
Assignees
Labels
No labels