You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.
What steps will reproduce the problem?
1. export xls is not working.
2. getting NoSuchMethodError
3. I tried with Poi 3.6 ,3.7 ,3.8 and 3.9 all getting exception
What is the expected output? What do you see instead?
export xls works fine.
What version of the product are you using? On what operating system?
Jmesa-3.0.1.jar,spring-3.0,windows 7
Please provide any additional information below.
Is Jmesa supports poi3.8 for export option
getting below exception
java.lang.NoSuchMethodError:org.apache.poi.hssf.usermodel.HSSFCell.setCellValues
(Lorg/apache/poi/hssf/usermodel/HSSFRichTextString;)V
Original issue reported on code.google.com by [email protected] on 30 Aug 2012 at 3:44
The text was updated successfully, but these errors were encountered:
POI-3.8 is not backwards compatible with POI 3.2. I encountered the same
problem with displaytag 1.2 and Apache TIKA, which relies on POI 3.8 as a
dependency.
As a solution, keep using POI-3.2.
I'm in the middle of doing research, but I think I'll switch from displaytag to
jmesa, because it is actively maintained. The only other option I want to check
out before migrating is Spring MVC's Excel export via AbstractExcelView.
Original issue reported on code.google.com by
[email protected]
on 30 Aug 2012 at 3:44The text was updated successfully, but these errors were encountered: