Question
Excel tools 2.2.14- readexcelsheetpaging
Hi,
tried using this tool and whilst totalRows is correct, it is returning no data.
fn!readexcelsheetpaging(
excelDocument: ri!spreadsheet,
sheetNumber: 5,
pagingInfo: a!pagingInfo(1,-1)
)
DataSubset
- startIndex1(Number (Integer))
- batchSize-1(Number (Integer))
- sortList of SortInfo - 0 items
- totalCount302(Number (Integer))
- dataList of Variant - 0 items
- identifiersList of Variant - 0 items
Has anyone else seen this behaviour or explain what I am doing wrong?
