Any example using EPPlus library within UiPath

I’m familiar with using EPPlus from within the .Net environment. Can anyone provide an example of using the EPPlus library from within the UiPath environment?

Any help is appreciated.

Hi @Dickinson_Todd,

I have attached a sample workflow that shows how to utilize the EPPlus libraries as code within Studio. You will essentially be coding the actions into Invoke code blocks. I also added OfficeOpenXml to the Imports tab so I would not have to continually type the package before the class name.

EpplusExcel.zip (6.6 KB)

Thanks