Any example using EPPlus library within UiPath

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