Skip to main content
akshays0003
August 26, 2021
Question

unable to start from row 2 while reading excel file

  • August 26, 2021
  • 2 replies
  • 0 views

I have 2 rows in the excel file. I am reading that excel file into Appian by using readexcelsheet function.  While reading I give the start row 1 then it is showing an error. when I give 0 that it is working, don't know why?

    2 replies

    mikes0011
    Brainy
    August 26, 2021

    Can you post the version of the code for the function that isn't working for you?

    The Expression Guru
    akshays0003
    August 26, 2021

    Now it is working actually after changing the sequence of sheetno and rowNo. previously i am using first start row and then sheet no then it is now working . and now i am using first sheet no and then start row now it is working