hi i want to read xlsx file or xls file what ever it is. can XSSF support xls file ? or do i need to write the separate code for both kind of files ?
feedback
|
|
Yes, you can use Apache POI to read and write xlsx and xls files. | |||
|
feedback
|
|
If you want your code to work for both, you'll have to use the | |||||||
feedback
|