Hi there
Is there any solution to save the attachment in the format of CSV as excel ?
many thanks in advance
Diana
Hi there
Is there any solution to save the attachment in the format of CSV as excel ?
many thanks in advance
Diana
Hi,
You can use the same ui technique to save as csv files to excel. And also we are having below custom activity you can also try this to convert from csv to excel. thanks.
And also try these simple steps and see if you are getting the data correctly in excel.
Use excel application scope and read range to get the whole csv data into data table.
use write range and save into excel file. Thanks.
You can also use below steps if there was a restriction to use third party packages
Hope this will help you
Thanks