https://bugs.documentfoundation.org/show_bug.cgi?id=168038
Bug ID: 168038
Summary: Calc crashes when loading Workbook generated by
openypxl
Product: LibreOffice
Version: 24.2.7.2 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Calc
Assignee: [email protected]
Reporter: [email protected]
When trying to open a Workbook generated by openpyxl, LibreOffice 24.2.7.2
crashes.
It does not matter whether the Workbook contains any data.
## Expected
openpyxl to generate Workbooks which are not crashing LibreOffice.
(Anyhow, of course it's LibreOffice's task to no crash on defective data.)
## Additional info
- same with openpyxl 3.1.[234]
- same with Worksheets containing data
- Python 3.10
- Linux
## Reproduce
pip install openpyxl==3.1.5
cat > /tmp/issue.py <<EOF
from openpyxl import Workbook
workbook = Workbook()
workbook.save('/tmp/issue.xlsx')
EOF
python /tmp/issue.py
ooffice /tmp/issue.xlsx
--
You are receiving this mail because:
You are the assignee for the bug.