I have implemented load data from a excel file, and when I call getDataSource function this returns all data, but when I loaded data from copypaste event getDataSource function return null data.
Why?
It’s necessary implement two ways to read this data? with GetData function? the problem is that returns all in array and not in array of objects.