2

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

edosoft
  • 17,121
  • 25
  • 77
  • 111
Supereme
  • 2,379
  • 12
  • 46
  • 67

1 Answers1

5
    WorkBook workBook = new WorkBook();
    workBook.readXLSX("test.xlsx");
liya
  • 782
  • 5
  • 6