Provides the base classes, enumerations, and interfaces to read and write Microsoft Excel BIFF8 formatted structured storage model files. Contains interfaces intended to be implemented on the calling object to provide a way to retrieve the data to be written to a file or to set the data read from a file (or both).
| Class | Description |
|---|---|
| ExcelException | Represents the exceptions arising from loading or saving Excel files. |
| ExcelWarning | Represents the warnings arising from loading or saving Excel files. |
| ExcelWarningList | Represents the collection of warnings generated by loading or saving an Excel file. |
| 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 you want to save out to the Excel-compatible file. |
| ExcelWarningCode | Specifies the warnings codes returned in the Code property of ExcelWarning. |
For more information about how to import and export Excel-formatted files, refer to the Excel Import and Export Reference.