Converting Uipath WorkbookApplication to string plz ?
Please see if this helps:
- Read the contents of the workbook using a Read CSV activity. Store the contents in a DataTable (Output).
- Use the Output DataTable activity to store the contents of the DataTable as String.