Can anybody please tell me how to use SmartXLS to read xlsx file by giving an example?
From stackoverflow
-
WorkBook workBook = new WorkBook(); workBook.readXLSX("test.xlsx");
Can anybody please tell me how to use SmartXLS to read xlsx file by giving an example?
WorkBook workBook = new WorkBook();
workBook.readXLSX("test.xlsx");
0 comments:
Post a Comment