tags:

views:

299

answers:

1

Can anybody please tell me how to use SmartXLS to read xlsx file by giving an example?

+2  A: 
    WorkBook workBook = new WorkBook();
    workBook.readXLSX("test.xlsx");
liya