Skip to main content
October 15, 2024
Solved

Getting error when configuring 'stopReadingAtFirstBlankRow' in readexcelsheetpaging()

  • October 15, 2024
  • 1 reply
  • 0 views

Hi,

I'm using readexcelsheetpaging() to read an excel, it has a blank row so I want to set stopReadingAtFirstBlankRow: false

But I got following error:

Expression evaluation error at function 'readexcelsheetpaging' [line 26]: The passed parameter(s) are of the wrong type. Received the type com.appiancorp.common.xml.JaxbConversionException: JAXB was not able to produce a value for typed value TypedValue[it=26,v=0] as java class java.lang.Integer.

But when I removed stopReadingAtFirstBlankRow it works fine.

    Best answer by shubhama926776

    [mention:2aea1bf0b6954f94815518e79da990c7:e9ed411860ed4f2ba0265705b8793d05] 

    Pass stopReadingAtFirstBlankRow as 0 instead of false.
    Mostly it accepts 0 and 1 instead of false and true


    1 reply

    shubhama926776
    October 16, 2024

    [mention:2aea1bf0b6954f94815518e79da990c7:e9ed411860ed4f2ba0265705b8793d05] 

    Pass stopReadingAtFirstBlankRow as 0 instead of false.
    Mostly it accepts 0 and 1 instead of false and true