Add Data Table To Slide
Insert a data table into a presentation. Replace an empty placeholder or a previous Datatable
Input
- Behavior: Choose how the table data should be added to the slide.
- Type:
System.Int32 - Required
- Dropdown Options:
- Create New Table
- Appent To Table
- Overwrite Existing Table
- Type:
- Content Placeholder: Placeholder on the slide where the table will be created.
- Type:
System.String - Required
- Type:
- Overwrite Starting in Column: Overwrite data starting in a specified column
- Type:
System.Int32 - Required
- Type:
- Overwrite Starting in Row: Overwrite data starting in a specified row (0 is the header row, 1 is the first data row)
- Type:
System.Int32 - Required
- Type:
- Slide Number: Slide index that will be modified
- Type:
System.Int32 - Required
- Type:
- Table: Choose the table to insert. Ideally the user would be able to choose either Excel or a DataTable in memory created from a source such as "Extract Table Data" with a "Save for Later".
- Type:
System.Data.DataTable - Required
- Type:
Options
- Exclude Source Headers: Indicates if the existing text should be cleared before adding the data table.
- Type:
System.Boolean - Required
- Type:
Details
- This activity can only be used within the Use PowerPoint Presentation activity. PowerPoint application must be installed on the machine where the process will run.