Exception codes
- Memory allocation failed.
- Failed to create the output XLSX file, usually because of a permission error.
- Failed to create a temporary file while assembling the workbook.
- ZIP error while creating the XLSX file:
ZIP_ERRNO. - File error or unknown ZIP error while adding a subfile to the XLSX file.
- Unknown ZIP error while closing the XLSX file.
- A
NULLfunction parameter was ignored. - Parameter validation error.
- Worksheet name exceeds Excel's 31-character limit.
- Worksheet name contains an invalid character:
[]:*?/\\. - Worksheet name is already in use.
- Value exceeds Excel's 32-character limit.
- Value exceeds Excel's 128-character limit.
- Value exceeds Excel's 255-character limit.
- String exceeds Excel's 32,767-character limit.
- Failed to find an internal string index.
- Worksheet row or column index is outside Excel's supported range; check array keys.
- Worksheet URL count exceeds Excel's maximum of 65,530 URLs.
- Failed to read image dimensions or DPI.