openpyxl.utils.exceptions module
Definitions for openpyxl shared exception classes.
- exception openpyxl.utils.exceptions.CellCoordinatesException[source]
Bases:
ExceptionError for converting between numeric and A1-style cell references.
- exception openpyxl.utils.exceptions.IllegalCharacterError[source]
Bases:
ExceptionThe data submitted which cannot be used directly in Excel files. It must be removed or escaped.
- exception openpyxl.utils.exceptions.InvalidFileException[source]
Bases:
ExceptionError for trying to open a non-ooxml file.
- exception openpyxl.utils.exceptions.NamedRangeException[source]
Bases:
ExceptionError for badly formatted named ranges.
- exception openpyxl.utils.exceptions.ReadOnlyWorkbookException[source]
Bases:
ExceptionError for trying to modify a read-only workbook