I am trying to export an excel into a csv format but cannot find the package UiPath.Excel.Activities.Business.ExportExcelToCsvX in manage packages? I have used write to csv however I would like to use the UiPath.Excel.Activities.Business.ExportExcelToCsvX package in order to attempt preserving the format of the data. Does anyone know how to get this package?
If you are using the latest studio version it would come by default under excel package
So make sure you have the excel package installed
Go to design tab → manage package and see whether UiPath.excel.activities is installed
If not search and install
When I am using the export to csv activity I am getting an error as I need to use the variable type ireadrangeref but I am using a read range activity before this which read an Excel file and outputs a datatable - unsure how to configure to get the irangeref variable?