I have this question.
I have already imported all the excel data in the datatable,
but now I want them stored in a 2 dimensional array, meaning I want to have this kind of thing in the array, something like array[x][y], where x is the row and y is the column.
how can I create this kind of array?
thanks