Search code examples
xlsxsmartxls

Reading xlsx file using SmartXLS


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


Solution

  •     WorkBook workBook = new WorkBook();
        workBook.readXLSX("test.xlsx");