Read Sheet

Read the excel sheet.

Reads the value of an excel sheet and stores it in a DataTable variable.

This activity can only be used after the Open Excel File activity.

Input

Options

  • Add Headers :

    • True - column headers from the specified excel range will be extracted. If set to True, all the values in the header should be unique.

    • False - column headers from the specified excel range will not be extracted. Default

  • Preserve Format :

    • True - keeps the formatting of the excel sheet that you want to read.

      The available formatting properties are:

      • CellName

      • Format Specifier

      • Value

    • False - Read the sheet without formatting. Default

Output

Last updated