-2

I'm trying to read contents from CSV files in UiPath. While trying to execute the workflow I'm getting the following error. But I've already installed the libre office on my PC.

Error that I'm getting

codemonkee
  • 2,881
  • 1
  • 25
  • 32
Rajkumar
  • 1
  • 1
  • You basically answered your own question. Excel automation either requires you to have Excel installed, or usage of the Office Open XML Format (XSLX). You might want to rephrase this. – Wolfgang Radl Nov 02 '18 at 16:22

1 Answers1

0

UiPath can read excel or csv files without the help of any other software. You can use 'read csv' activity for this case.

enter image description here

And the error that you showed looks user defined.