Hi,
When I was reading an excel file uploaded by user, how can I identify the max row that has values?
Otherwise if I read to the row that has no values I'll get error, I'm using excelreadcellsbynumber()
Discussion posts and replies are publicly visible
readexcelsheetpaging should return the total count of rows.
community.appian.com/.../excel-tools-2-2-14--readexcelsheetpaging
Thanks