readexcelsheet() function is giving expression evaluation error

Hi All,

While uploading incorrect / corrupted Excel sheet, readexcelsheet() function itself failing. 
How to catch the expression evaluation error when readexcelsheet() function fail to read incorrect / corrupted Excel sheet?

For your reference we have attached the screenshot:

Regards,
Sandeep

  Discussion posts and replies are publicly visible

Parents
  • When you say "incorrect / corrupted Excel sheet", what do you mean? Is this the wrong file type? Or some other error? What information does this display in the tomcat-stdout log? What troubleshooting steps have you tried?

  • Hi Peter Lewis,

    This is part of Vulnerability Assessment (VA) testing. VA testing team is uploading this file from third party tool like Postman directly to our Appian application. 

    File Type is XLSX only.
    Content is changed inside of file.

    When we download the file from Appian folder and tries to open it will pop up message as shown in below screenshot:

    For this kind of files, while readexcelsheet() function is trying to read giving expression evaluation error. Is there any way to catch this expression evaluation error when readexcelsheet() function fails to read corrupted files?

Reply
  • Hi Peter Lewis,

    This is part of Vulnerability Assessment (VA) testing. VA testing team is uploading this file from third party tool like Postman directly to our Appian application. 

    File Type is XLSX only.
    Content is changed inside of file.

    When we download the file from Appian folder and tries to open it will pop up message as shown in below screenshot:

    For this kind of files, while readexcelsheet() function is trying to read giving expression evaluation error. Is there any way to catch this expression evaluation error when readexcelsheet() function fails to read corrupted files?

Children