I have an Excel file that contains merged cells. I want to convert the .xlsx file to a .txt file with a tab-delimited format. When I try to do it manually, it works as expected. How can I achieve this in UiPath?
Use “Excel Application Scope” to open the Excel file.
Use “Save Workbook As” Activity
Set File Format to "Tab Delimited (.txt)".
Close the Excel file(automatically done by UiPath).
Thank you for your response. However, the result is not as I expected.
Empty cells in Excel should remain as spaces/tabs, not disappear like in the text output.
Hi sir, i did use Write CSV. but it didnt expected as i do it manually.
is there any problem with my activity, would you share your result if you run your workflow with that sir?
Hi sir, i did use Write CSV. but it didnt expected as i do it manually.
is there any problem with my activity, would you share your result if you run your workflow with that sir?