Question

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

Was it helpful?

Solution

    WorkBook workBook = new WorkBook();
    workBook.readXLSX("test.xlsx");
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top