RPA Excel Low-Code Methods

Please note: This RPA Utility has been archived because the functionality is now available via out-of-the-box Appian RPA actions

Overview

During an automation in RPA we often need to interact with Excel files to extract or save information.

With this library, based on Apache POI, you can interact with your Excel files using simple Low Code methods.

Key Features & Functionality

With this library we will be able to:

  • Open or Create a new Excel File
  • Close the Excel File
  • Get Sheet Names
  • Select Sheet
  • Write to Workbook
  • Get Values From Cells
  • Find Next Empty Cell
  • Merge Cells
Anonymous
Parents
  • Does the "Open or Create a new Excel file" function work with XLSM files? I'm noticing that the execution log shows the file being opened with no issues, but the Excel application nor the file itself appears to open on my desktop

Comment
  • Does the "Open or Create a new Excel file" function work with XLSM files? I'm noticing that the execution log shows the file being opened with no issues, but the Excel application nor the file itself appears to open on my desktop

Children