Issue Details (XML | Word | Printable)

Key: DISPL-578
Type: Wish Wish
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Reporter: Janick Reynders
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
DisplayTag

ExcelHssfView does not work with POI 3.2 final

Created: 09/Dec/08 05:27 AM   Updated: 27/Dec/08 04:16 AM   Resolved: 27/Dec/08 04:16 AM
Return to search
Component/s: Export
Affects Version/s: 1.1.1
Fix Version/s: 1.2

Time Tracking:
Original Estimate: 15 minutes
Original Estimate - 15 minutes
Remaining Estimate: 15 minutes
Remaining Estimate - 15 minutes
Time Spent: Not Specified
Time Spent - Not Specified

File Attachments: 1. Text File POI-3.2-backwards-compatible.patch (5 kB)
2. Text File POI-3.2-FINAL.patch (6 kB)


Application server: all


 Description  « Hide

in POI 3.2 the setEncoding method of HSSFCell was removed.

As a result the ExcelHssfView throws an exception if this version of POI is used.

in the "POI-3.2-FINAL" patch I upgraded displaytag to POI 3.2, these are changes that are not compatible with previous POI versions

in the "POI-3.2-backwards-compatible" patch I did not upgrade the pom to POI 3.2, ijust used method calss that are both available in POI 3.2 and previous versions.

fabrizio giustina added a comment - 27/Dec/08 04:16 AM
upgraded to POI 3.2 in displaytag 1.2, thanks