Open Issues Need Help
View All on GitHub Fix corrupted excel file from download about 2 months ago
AI Summary: A downloaded XML Spreadsheet 2003 file is corrupted, preventing Python libraries from parsing it due to a `ParseError`. The issue is caused by the unescaped `<` symbol in the `Tectonic Settings` column, making the XML not well-formed. The problem needs to be fixed, potentially by escaping the character during file generation or converting the file to the newer XLSX format.
Complexity:
2/5
bug enhancement good first issue