Class | Description | |
---|---|---|
![]() | ColumnCountOutOfRangeException | Thrown when the columns' count is out of range in a specific excel format. |
![]() | CompressionException | Indicates that an error (most likely related to images) occurred in the compression library. |
![]() | DDColumn | Represents a column in a spreadsheet. |
![]() | DDRow | Represents a single row in a sheet. |
![]() | DDSecurity | Encapsulates the information necessary to provide spreadsheet document security and encryption. |
![]() | DDSheet | Represents an Excel worksheet. |
![]() | DDSheetNameAlreadyExistsException | Thrown when you try to set a Name property to a value already in use. |
![]() | DDSheets | A collection of DDSheet objects. |
![]() | InvalidDDSheetNameException | Thrown when change a sheet's name to an invalid value. The name cannot be empty, cannot exceed 31 characters and cannot contain any of following characters: : \ / ? * [ or ] |
![]() | InvalidPasswordException | Thrown when the password is invalid in a specific excel format.(For example: the length of password is out of range.) |
![]() | NoDDSheetsException | Thrown when an operation is requested that requires at least one sheet in the Sheets collection (for example Saving the workbook) and no sheets exist. |
![]() | RowCountOutOfRangeException | Thrown when the rows' count is out of range in a specific excel format. |
![]() | SpreadBuilderException | A general exception thrown for application errors in the GrapeCity.SpreadBuilder assembly. |
![]() | VersionNotImplementedException | Indicates that a feature or features were not implemented for a particular version of the Excel/BIFF file format. |
![]() | Workbook | Represents a workbook that contains spreadsheets. This object presents information that is relevant to all spreadsheets in the workbook (e.g. Author, BIFF/file version, etc.). |
Enumeration | Description | |
---|---|---|
![]() | FileFormat | Specifies the file format that the outputted file should support. |