I have an excel file with 1000's of rows and I want read each row at a time in Java using aspose API's. I want to convert each row into a String
array. Can anyone help me with this?
Worksheet worksheet = workbook.getWorksheets().get(0);
Cells cells = worksheet.getCells();