Skip to content

xlsx - multiple json to sheet #1400

@kbonev

Description

@kbonev

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions