Excel Create Datatable ====================== Category -------- Excel Commands Description ----------- This command gets a range of cells and applies them against a dataset. Use this command when you want to quickly iterate over Excel as a dataset. Parameters ---------- **Datatable Name** Indicate Datatable name to create. **Excel File Path** Enter or Select the path to the Excel file. **Sheet Name** Indicate the sheet name within the Excel file. **Header Row** Indicate if the sheet has header row. Returned Value -------------- This command does not have returned value. Example Usage ------------- Example Location: `BYpass\\Examples\\Excel Commands\\Excel Create Datatable\\Excel Create Datatable.xml` See Also -------- - :doc:`Add Workbook ` - :doc:`Add Worksheet ` - :doc:`Append Cell ` - :doc:`Append Row ` - :doc:`Close Workbook ` - :doc:`Copy Worksheet ` - :doc:`Delete Cell ` - :doc:`Delete Row ` - :doc:`Export to PDF ` - :doc:`Get Cell ` - :doc:`Get Cell Style ` - :doc:`Get Last Column Index ` - :doc:`Get Last Row Index ` - :doc:`Get Range ` - :doc:`Get Range As Datatable ` - :doc:`Get Worksheets ` - :doc:`Go To Cell ` - :doc:`Insert Cell ` - :doc:`Lookup Range ` - :doc:`Open Workbook ` - :doc:`Remove Duplicate ` - :doc:`Run Macro ` - :doc:`Save Workbook ` - :doc:`Save Workbook As ` - :doc:`Set Range ` - :doc:`Write Range ` - :doc:`Write Row `