Provides the namespaces for Excel-formatted file import and export functionality.
Classes
Interfaces
| Interface | Description |
| IExcelBiffWrite6 | Interface that supports exporting to an Excel BIFF file.This inherits from IExcelBiffWrite4 interface. |
Enumerations
| Enumeration | Description |
| ExcelExceptionCode | Specifies the values for ExcelException that can be retrieved by accessing the Code property of an ExcelException object. |
| ExcelOpenFlags | Specifies what part of the Excel-compatible file you want to load into the spreadsheet. |
| ExcelSaveFlags | Specifies what part of the spreadsheet to export to an Excel-compatible file. |
| ExcelWarningCode | Specifies the warnings codes returned in the Code property of ExcelWarning. |
See Also