Reading and writing from xls and xlsx excel file in java using Apache POI

前端 未结 2 1922
不思量自难忘°
不思量自难忘° 2021-02-05 20:10

I am writing a program which needs to read and write from excel files, irrespective of the format(xls or xlsx).

I am aware of the Apache POI, but it seems it has differe

2条回答
  •  难免孤独
    2021-02-05 20:56

    Why not detect the file type from extension and use the appropriate Apache POI class for processing? I doubt there's an absolutely universal out-of-the-box solution for your situation.

提交回复
热议问题