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
Loading fails for XLSX files with invalid row error.
CMC duckdb-gridwalk (main ✎2) -> cargo run Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s Running `target/debug/duckdb-postgis` Detected file type: Excel for file: 'ukpn-secondary-sites.xlsx' Error: Custom { kind: Other, error: "Error processing Excel file 'ukpn-secondary-sites.xlsx': IO Error: GDAL Error (1): Invalid row: 0" }
Next steps:
Solutions attempted:
create table ukpn as select * from st_read( 'ukpn-secondary-sites.xlsx', open_options=['HEADERS=FORCE'] ); IO Error: GDAL Error (1): Invalid row: 0
The text was updated successfully, but these errors were encountered:
Raised issued here on duckdb-rs repo: duckdb/duckdb-rs#419 (comment)
Sorry, something went wrong.
CHRISCARLON
No branches or pull requests
Loading fails for XLSX files with invalid row error.
Next steps:
Solutions attempted:
The text was updated successfully, but these errors were encountered: