Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible conflict with POI Libraries #20

Open
PhineasClick opened this issue Jan 31, 2019 · 1 comment
Open

Possible conflict with POI Libraries #20

PhineasClick opened this issue Jan 31, 2019 · 1 comment

Comments

@PhineasClick
Copy link

Export throws an Exception in exportAsExcel :

java.lang.NoSuchMethodError: org.apache.poi.ss.usermodel.Font.setBoldweight(S)V
at org.vaadin.haijian.ExcelFileBuilder.getBoldStyle(ExcelFileBuilder.java:82)
at org.vaadin.haijian.ExcelFileBuilder.buildColumnHeaderCell(ExcelFileBuilder.java:76)

mabe due to the fact that there is another depebdency POI ( 3.17 ) on my Classpath.

@haiwan
Copy link
Owner

haiwan commented Aug 30, 2019

yeah, most likely, POI changed some of the APIs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants