-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
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
Labels
No labels