Skip to main content

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
  • Content Placeholder: Placeholder on the slide where the table will be created.
    • Type: System.String
    • Required
  • Overwrite Starting in Column: Overwrite data starting in a specified column
    • Type: System.Int32
    • Required
  • 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
  • Slide Number: Slide index that will be modified
    • Type: System.Int32
    • Required
  • 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

Options

  • Exclude Source Headers: Indicates if the existing text should be cleared before adding the data table.
    • Type: System.Boolean
    • Required

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.