Skip to content
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.

Export xls not working with Jmesa 3.0.1 with Poi 3.8 jar #343

Open
GoogleCodeExporter opened this issue Mar 13, 2015 · 1 comment
Open

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

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 comment by [email protected] on 28 Jan 2013 at 3:55

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

No branches or pull requests

1 participant