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