my website would be something like this. a very simple one
now by passing customer name i will get invoice table for each of customer. which i will store in my nested table “customerInvoiceListTable” with customer name in first column and invocie table in the second column
now once i am done with all the customers. i need to dump this in the excel by readin each row of my nested table
the first column of each row will give me customer name which i will use to name my sheet name and the second column will give me the invocie data table. but i do not know how to read this inner table from the row.Item(2). ???