Hi,
how do I loop through an array from excel row?
the array looks like this:
{“A”:“0710002”,“B”:57144937913,“C”:57144937890,“D”:57144937937}
I know I can get an element with: - excel_row_content[“A”] -
But how can use that arry in a loop, since I cant calculate column names? Or is it possible to do so?
Thanks
Benjamin