Discussion:
ExcelGenerator broken
Maik Musall
2018-10-08 13:57:54 UTC
Permalink
Hi,

we updated those libs a while ago, but had no way of testing it. There are no tests included in these frameworks, and KVC of course doesn't produce compile errors when things like that change.

We adapted the frameworks to the new constants and issued a PR: https://github.com/wocommunity/wonder/pull/872

Maik
Hi all,
in the current Wonder release the ExcelGenerator framework looks broken.
Also the ERComponentTour example is not working.
The issue is IMHO due to the adoption of the newer 3.17 version of POI (the last known working copy of ExcelGenerator was based on 3.14).
In 3.15 they deprecated the various formatting fields in org.apache.poi.ss.usermodel.CellStyle interface
ALIGN_CENTER <file:///Users/wolf/Desktop/poi/315/org/apache/poi/ss/usermodel/CellStyle.html#ALIGN_CENTER>
Deprecated.
POI 3.15 beta 3. Use HorizontalAlignment.CENTER <file:///Users/wolf/Desktop/poi/315/org/apache/poi/ss/usermodel/HorizontalAlignment.html#CENTER> instead.
Has anybody encountered this issue?
Thanks,
Matteo
Loading...