ExcelWorkbookImporter class

ExcelWorkbookImporter class

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

The ExcelWorkbookImporter type exposes the following members:

Methods

MethodDescription
add_chart_from_workbook(shapes, x, y, workbook, worksheet_name, chart_index, embed_all_workbook)Retrieves a chart from the specified Excel workbook and adds it to the end of the given shape collection at the specified coordinates.
add_chart_from_workbook(shapes, x, y, workbook, worksheet_name, chart_name, embed_all_workbook)Retrieves a chart from the specified Excel workbook and adds it to the end of the given shape collection at the specified coordinates.
add_chart_from_workbook(shapes, x, y, workbook_stream, worksheet_name, chart_name, embed_all_workbook)Retrieves a chart from the specified Excel workbook and adds it to the end of the given shape collection at the specified coordinates.
add_chart_from_workbook(shapes, x, y, workbook_path, worksheet_name, chart_name, embed_workbook)Retrieves a chart from the specified Excel workbook and adds it to the end of the given shape collection at the specified coordinates.
add_table_from_workbook(shapes, x, y, workbook, worksheet_name, cell_range)Retrieves a table from the specified Excel workbook and adds it to the end of the given shape collection at the specified coordinates.
add_table_from_workbook(shapes, x, y, workbook_path, worksheet_name, cell_range)Retrieves a table from the specified Excel workbook file and adds it to the end of the given shape collection at the specified coordinates.
add_table_from_workbook(shapes, x, y, workbook_stream, worksheet_name, cell_range)Retrieves a table from the specified Excel workbook file and adds it to the end of the given shape collection at the specified coordinates.

See Also