Overview
Provides the following custom smart services and functions for handling data in Excel.
Key Features & Functionality
Smart Services included are:
Functions included are:
Peter Lewis April Schuppel @Appian AppMarket @Apppin Support Team @Appian Corporation
Read Excel File Paged (readexcelsheetpaging()) function is not reading excel file properly in one of the use case. Could you please review and fix this issue.
Use case and Steps to re-create:
Create a simple Excel file with two columns(Two Headers)
Add an simple Excel function to second column
The logic is, based on column 1 value conditionally populate second column value
Ex: =IF(A2:A100 = "", "-", IF(A2:A100<100, "TRUE","FALSE"))
Populate the data in column 1 for this Template using Appian process (You can used Export CDT to Excel or Export SQL to Excel)
Note: I know the above mentioned smart services are deprecated, but those are working fine (You may already know about this as your the owner of the plugin and As community team members mentioned)
Now use readexcelsheetpaging() to read the generated Excel file
It only returns the first column values, but the second column values coming as blank
Note1: Now download the same generated document from Appian to local desktop and open the file, you will see the column 1 and column 2 values properly.
Save the file and re-upload the file to Appian manually, now if we read the file using readexcelsheetpaging() it reads properly
Note 2: But if we use readexcelsheet function it is reading properly (But it is not recommend to use as it consumes to much system resources)
Mike Cichy Peter Lewis Appian AppMarket April Schuppel who should we contact regarding the above mentioned plugin issue. Not sure who is the owner of this plugin from Appian side. What I see here no one is responding from Appian side for community member issue questions since last 10 months. Is any one from Appian is supporting this plugin?
Our project is impacted with the above mentioned. It would be great if some one review and fix this issue
nareshs7984 ,To further address the described bug, we suggest utilizing the Feedback feature to report this issue directly to the AppMarket team. Thanks.