Errors topic

Typed exceptions thrown for corrupt or unreadable spreadsheet input.

Exceptions / Errors

ExcelArchiveException Errors
Thrown when the bytes are not a readable .xlsx container.
ExcelEncodeException Errors
Thrown when a workbook cannot be encoded back to .xlsx during Excel.save / Excel.encode.
ExcelException Errors
Base class for every exception thrown by excel_plus.
ExcelFormatException Errors
Thrown when the archive is a valid ZIP but its XML content is malformed or internally inconsistent.
FormulaParseException Errors
Raised internally when a formula string cannot be parsed by the evaluation engine.