How to delete the created tables from excel using UiPath?

Hi @Ru_eL

If you know the exact number of columns that should present .Follow these steps

  1. Read range the whole excel.
  2. Get the Count of the column
  3. Use Insert or delete column
    • No of Columns :Whole Count - The number of column you needed
    • Position : From which position you need to remove (i.e.,The number of column you needed+1 Thetype should be integer)
    • Sheet Name

Eg:

Note: Demo is an integer

Regards
Sudharsan