Namespace BigExcelCreator.Exceptions
Classes
- NoOpenRowException
When attempting to write to a row when there is none open
- NoOpenSheetException
When attempting to write to a sheet when there is none open
- OutOfOrderWritingException
When attempting to write to a previous row / a row before another already written to
- RowAlreadyOpenException
When attempting to open a row when there is another already open
- SheetAlreadyHasFilterException
When attempting to create a filter to a sheet that already has one, without indicating to overwrite the old one
- SheetAlreadyOpenException
When attempting to open a sheet when there is another already open
- SheetNameCannotBeEmptyException
When attempting to open a sheet when there is another already open
- SheetWithSameNameAlreadyExistsException
When attempting to open a sheet when there is another already open
- StyleListNotAvailableException
When trying to get a style by name but no name was provided.
- StyleNameMustBeProvidedException
When trying to get a style by name but no name was provided.
- StyleNameNotFoundException
When trying to get a style by name but it's not included in StyleList.
- UnsupportedSpreadsheetDocumentTypeException
When attempting to open a sheet when there is another already open