The DataDynamics.SpreadBuilder namespace contains the Column, Row, Sheet and Workbook classes used for building Excel spreadsheets.
Classes
| Class | Description |
| 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. |
| 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. |
| 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. |
| SpreadBuilderException | A general exception thrown for application errors in the DataDynamics.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.). |
Enumerations
| Enumeration | Description |
| BiffVersion | An enumeration of the versions of Binary Interchange File Format (BIFF). |
See Also