Skip to content

Multiple sheets in one xlsx file. #57

@mdevilliers

Description

@mdevilliers

I suppose this is a feature request rather than an issue/bug.

I'd really like to produce an xlsx with multiple sheets of data e.g.

D INSTALL excel;
D LOAD excel;
D COPY (SELECT 1) TO 'test.xlsx' WITH (FORMAT xlsx, SHEET one);
D COPY (SELECT 1) TO 'test.xlsx' WITH (FORMAT xlsx, SHEET two);

would produce a 'test.xlsx' with two sheets (one and two). Instead it produces a 'test.xlsx' with one sheet (two).

Not too sure if that is easily doable or desired by others.
Thanks,

Mark

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