Apache POI, using both XSSF and HSSF

前端 未结 4 1179
暖寄归人
暖寄归人 2021-01-02 13:07

I have a problem with Apache POI project.

I failed to use XSSF and HSSF in the \"Same Java Class\". Which jar should I dow

4条回答
  •  天命终不由人
    2021-01-02 13:21

    Instead of doing that, try using the new release of Apache POI 3.7, it has SS package which handles both HSSF and XSSF without worrying about type

    Details here: http://poi.apache.org/spreadsheet/index.html

提交回复
热议问题