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