We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
load spatial; COPY (SELECT 1) TO 'output.xlsx' WITH (FORMAT GDAL, DRIVER 'xlsx');
IO Error: GDAL Error (3): Failure when saving output.xlsx
https://shell.duckdb.org/#queries=v0,load-spatial~,COPY-(SELECT-1)-TO-'output.xlsx'-WITH-(FORMAT-GDAL%2C-DRIVER-'xlsx')~
Arc 1.69.0 (55816), Chromium Engine Version 131.0.6778.70
Mac OS 14
1.29.1-dev15.0
shell.duckdb.org
Archie Wood
Evidence
The text was updated successfully, but these errors were encountered:
Just tested this and it works with the cli non wasm version
COPY table1 TO 'table1.xlsx' WITH (FORMAT GDAL, DRIVER 'XLSX', LAYER_CREATION_OPTIONS 'WRITE_BBOX=YES');"
Sorry, something went wrong.
But does it work on WASM?
No branches or pull requests
What happens?
IO Error: GDAL Error (3): Failure when saving output.xlsx
To Reproduce
https://shell.duckdb.org/#queries=v0,load-spatial~,COPY-(SELECT-1)-TO-'output.xlsx'-WITH-(FORMAT-GDAL%2C-DRIVER-'xlsx')~
Browser/Environment:
Arc 1.69.0 (55816), Chromium Engine Version 131.0.6778.70
Device:
Mac OS 14
DuckDB-Wasm Version:
1.29.1-dev15.0
DuckDB-Wasm Deployment:
shell.duckdb.org
Full Name:
Archie Wood
Affiliation:
Evidence
The text was updated successfully, but these errors were encountered: