ExcelWorkbookImporter
ExcelWorkbookImporter class
Provides functionality for importing content from an Excel workbook into a presentation.
class ExcelWorkbookImporter
Methods
Method | Description |
---|
static System::SharedPtr<Aspose::Slides::Charts::IChart> AddChartFromWorkbook(System::SharedPtr<Aspose::Slides::IShapeCollection>, float, float, System::SharedPtr<Aspose::Slides::Excel::IExcelDataWorkbook>, System::String, int32_t, 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 System::SharedPtr<Aspose::Slides::Charts::IChart> AddChartFromWorkbook(System::SharedPtr<Aspose::Slides::IShapeCollection>, float, float, System::SharedPtr<Aspose::Slides::Excel::IExcelDataWorkbook>, System::String, System::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 System::SharedPtr<Aspose::Slides::Charts::IChart> AddChartFromWorkbook(System::SharedPtr<Aspose::Slides::IShapeCollection>, float, float, System::SharedPtr<System::IO::Stream>, System::String, System::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 System::SharedPtr<Aspose::Slides::Charts::IChart> AddChartFromWorkbook(System::SharedPtr<Aspose::Slides::IShapeCollection>, float, float, System::String, System::String, System::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. |
ExcelWorkbookImporter() | |
See Also