Skip to main content
saidivyam
May 14, 2022
Question

Read Excel files

  • May 14, 2022
  • 2 replies
  • 0 views

Hi All,

           I have a requirement that to read excel file and display the unique data in the interface.

Can anyone suggest the  best approach for this requirement?

Thanks & Regards,

saidivya Minna.

2 replies

gopalk2865
Participating Frequently
May 14, 2022

HI, You can use excel tool plugin to read the excel. Below are the functions under excel tool  plugin

  • Read Excel File Paged
  • Read Excel Cell by Name
  • Read Excel Cell by Number

further you can check out the plugin https://community.appian.com/b/appmarket/posts/excel-tools

stefanhelzle0001
Brainy
May 14, 2022

Depending on the size in columns and rows, it might be a better idea to write the excel to DB, transform it using a stored procedure and then make it available to the user.