Overview
Provides the following custom smart services and functions for handling data in Excel.
Key Features & Functionality
Smart Services included are:
Functions included are:
The function should still return the entire data set, it will just read the file in pages. Excel sheet can have a lot of blank rows so this helps with reducing the size of the data read into.
readexcelsheetpaging function is not returning data when pagingInfo batch size is -1.
Ex:
pagingInfo:a!pagingInfo(1,-1) - not workingpagingInfo:a!pagingInfo(1,50) - working