KeyError: "There is no item named 'xl/sharedStrings.xml' in the archive"
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 62
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
excel file created by duckdb copy command, cannot open in python openpyxl load_workbook
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing an Excel file created with the DuckDB COPY command, then load it with Python openpyxl's load_workbook. Compare the generated archive with what openpyxl expects for xl/sharedStrings.xml; done means the exported file opens without this KeyError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, python
- Domain
- database
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100