What happens?
In case I would like to export the results to excel, then the excel cannot be opened due to an extra byte in front
To Reproduce
load excel;
copy (SELECT extension_name, installed, description FROM duckdb_extensions() ) to 'export.xlsx' (format xlsx);
.files download export.xlsx
Attached the corrupt export.xlsx
Removing the extra byte fixes the problem.
Browser/Environment:
Version 141.0.7390.123 (Official Build) (arm64)
Device:
MacBook Pro M3
DuckDB-Wasm Version:
@duckdb/[email protected]
DuckDB-Wasm Deployment:
shell.duckdb.org
Full Name:
Tamas Cserveny
Affiliation:
User Story Kft