Excel Cell Format in JasperReport Report

后端 未结 4 1865
一向
一向 2021-01-05 11:01

I\'m working on JasperReport Report that generates Excel file. For some reason my cell formats/types are not how they should be. For example I have Date object in my cell bu

4条回答
  •  失恋的感觉
    2021-01-05 11:21

    The problem is/was that because I'm using POI 3.5 and JasperReports 3.7.0 and Generating XLSX Excel format. POI 3.5 will be supported in JasperReports 3.7.1 (or just get snapshot from SVN). So what I did I just went back to the old Excel type (xls) file and it worked perfect.

提交回复
热议问题