Excel Write Range
Description
This action component allows you to write a DataTable to an Excel Worksheet range.
Input Properties
- Input ExcelObject (IExcelObject) – The input Excel Object connection.
- Sheet Name (String) – The name of the sheet.
- Start Cell Name (String) – The cell from which to start writing data.
- Add Header (Boolean) – If selected, column headers are also written to the specified range.
- DataTable (DataTable) – The data that you want to write to the specified range.
General Properties
- Global Waits (Checkbox) – Apply global waits when PreWait or PostWait are not specified.
- Ignore Error (Checkbox) – Continue the process flow without throwing error.
- Post Wait (Checkbox) – Apply specified wait after execute the action.
- Pre Wait (Checkbox) – Apply specified wait before execute the action.