IExcelDataWorkbook class
Contents
[
Hide
]IExcelDataWorkbook class
Represents a workbook that provides access to Excel data for general use.
The IExcelDataWorkbook type exposes the following members:
Methods
Method | Description |
---|---|
get_cell | Retrieves a cell from the specified worksheet using its index and cell coordinates. |
get_cell | Retrieves a cell from the specified worksheet using its name and cell coordinates. |
get_cell | Retrieves a cell from the specified worksheet using its index and Excel-style cell name (e.g., “B2”). |
get_cell | Retrieves a cell from the specified worksheet using Excel-style cell name (e.g., “B2”). |
get_cells | Retrieves a collection of cells from the workbook that match the specified formula. |
get_charts_from_worksheet | Retrieves a dictionary containing the indexes and names of all charts in the specified worksheet of an Excel workbook. |
get_worksheet_names | Retrieves the names of all worksheets contained in the Excel workbook. |
See Also
- module
aspose.slides.excel
- library
Aspose.Slides