ExcelWorkbookImporter

ExcelWorkbookImporter class

Provides functionality for importing content from an Excel workbook into a presentation.

public static class ExcelWorkbookImporter

Methods

NameDescription
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