ExcelWorkbookImporter
Contents
[
Hide
]ExcelWorkbookImporter class
Provides functionality for importing content from an Excel workbook into a presentation.
public static class ExcelWorkbookImporter
Methods
Name | Description |
---|---|
static AddChartFromWorkbook(IShapeCollection, float, float, IExcelDataWorkbook, string, int, bool) | Retrieves a chart from the specified Excel workbook and adds it to the end of the given shape collection at the specified coordinates. |
static AddChartFromWorkbook(IShapeCollection, float, float, IExcelDataWorkbook, string, string, bool) | Retrieves a chart from the specified Excel workbook and adds it to the end of the given shape collection at the specified coordinates. |
static AddChartFromWorkbook(IShapeCollection, float, float, Stream, string, string, bool) | Retrieves a chart from the specified Excel workbook and adds it to the end of the given shape collection at the specified coordinates. |
static AddChartFromWorkbook(IShapeCollection, float, float, string, string, string, bool) | Retrieves a chart from the specified Excel workbook and adds it to the end of the given shape collection at the specified coordinates. |
See Also
- namespace Aspose.Slides.Import
- assembly Aspose.Slides