Discussion:
[jira] [Created] (COCOON-2354) Update POI 3.0.2 to 3.10-FINAL and fix support Merge tag support.
Carlos Navarro (JIRA)
2016-09-29 18:03:20 UTC
Permalink
Carlos Navarro created COCOON-2354:
--------------------------------------

Summary: Update POI 3.0.2 to 3.10-FINAL and fix support Merge tag support.
Key: COCOON-2354
URL: https://issues.apache.org/jira/browse/COCOON-2354
Project: Cocoon
Issue Type: Bug
Components: Blocks: POI
Affects Versions: 2.1.12
Reporter: Carlos Navarro
Fix For: 2.1.13


Update POI 3.0.2 to 3.10-FINAL and fix support Merge tag support.

We need update the POI version lib to implement support to xwpf.

* Change the jar lib lib/optional/poi-3.0.2-FINAL-20080204.jar for a newer version lib/optional/poi-3.10-FINAL.jar .
source: https://mvnrepository.com/artifact/org.apache.poi/poi/3.10-FINAL

* Change for the EPMerge class:
- Replace Range class(deprecated) with CellRangeAddress.
- Add Overcharge method addMergedRegion to the Sheet class.
- Remove Cell Encoding UTF_16 in class Sheet, Cell and Workbook constructor.
- Adding tets merge cell range in src/blocks/poi/samples/content/simple-date-test.xml




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
Carlos Navarro (JIRA)
2016-09-29 18:04:21 UTC
Permalink
[ https://issues.apache.org/jira/browse/COCOON-2354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carlos Navarro updated COCOON-2354:
-----------------------------------
Attachment: poi_update.patch
Post by Carlos Navarro (JIRA)
Update POI 3.0.2 to 3.10-FINAL and fix support Merge tag support.
-----------------------------------------------------------------
Key: COCOON-2354
URL: https://issues.apache.org/jira/browse/COCOON-2354
Project: Cocoon
Issue Type: Bug
Components: Blocks: POI
Affects Versions: 2.1.12
Reporter: Carlos Navarro
Fix For: 2.1.13
Attachments: poi_update.patch
Update POI 3.0.2 to 3.10-FINAL and fix support Merge tag support.
We need update the POI version lib to implement support to xwpf.
* Change the jar lib lib/optional/poi-3.0.2-FINAL-20080204.jar for a newer version lib/optional/poi-3.10-FINAL.jar .
source: https://mvnrepository.com/artifact/org.apache.poi/poi/3.10-FINAL
- Replace Range class(deprecated) with CellRangeAddress.
- Add Overcharge method addMergedRegion to the Sheet class.
- Remove Cell Encoding UTF_16 in class Sheet, Cell and Workbook constructor.
- Adding tets merge cell range in src/blocks/poi/samples/content/simple-date-test.xml
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
Francesco Chicchiriccò (JIRA)
2016-09-30 06:48:20 UTC
Permalink
[ https://issues.apache.org/jira/browse/COCOON-2354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Francesco Chicchiriccò reassigned COCOON-2354:
----------------------------------------------

Assignee: Francesco Chicchiriccò
Post by Carlos Navarro (JIRA)
Update POI 3.0.2 to 3.10-FINAL and fix support Merge tag support.
-----------------------------------------------------------------
Key: COCOON-2354
URL: https://issues.apache.org/jira/browse/COCOON-2354
Project: Cocoon
Issue Type: Bug
Components: Blocks: POI
Affects Versions: 2.1.12
Reporter: Carlos Navarro
Assignee: Francesco Chicchiriccò
Fix For: 2.1.13
Attachments: poi_update.patch
Update POI 3.0.2 to 3.10-FINAL and fix support Merge tag support.
We need update the POI version lib to implement support to xwpf.
* Change the jar lib lib/optional/poi-3.0.2-FINAL-20080204.jar for a newer version lib/optional/poi-3.10-FINAL.jar .
source: https://mvnrepository.com/artifact/org.apache.poi/poi/3.10-FINAL
- Replace Range class(deprecated) with CellRangeAddress.
- Add Overcharge method addMergedRegion to the Sheet class.
- Remove Cell Encoding UTF_16 in class Sheet, Cell and Workbook constructor.
- Adding tets merge cell range in src/blocks/poi/samples/content/simple-date-test.xml
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
Francesco Chicchiriccò (JIRA)
2016-09-30 06:55:20 UTC
Permalink
[ https://issues.apache.org/jira/browse/COCOON-2354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Francesco Chicchiriccò closed COCOON-2354.
------------------------------------------
Resolution: Fixed

Thanks for your patch: I've applied it, the upgraded both POI and Commons Codec (to 1.5, as it is the version required by the upgraded POI).

According to the respective POM files, both upgraded dependencies should work fine with JDK 1.4 (as currently required by Cocoon 2.1)

http://svn.apache.org/viewvc?rev=1762858&view=rev
Post by Carlos Navarro (JIRA)
Update POI 3.0.2 to 3.10-FINAL and fix support Merge tag support.
-----------------------------------------------------------------
Key: COCOON-2354
URL: https://issues.apache.org/jira/browse/COCOON-2354
Project: Cocoon
Issue Type: Bug
Components: Blocks: POI
Affects Versions: 2.1.12
Reporter: Carlos Navarro
Assignee: Francesco Chicchiriccò
Fix For: 2.1.13
Attachments: poi_update.patch
Update POI 3.0.2 to 3.10-FINAL and fix support Merge tag support.
We need update the POI version lib to implement support to xwpf.
* Change the jar lib lib/optional/poi-3.0.2-FINAL-20080204.jar for a newer version lib/optional/poi-3.10-FINAL.jar .
source: https://mvnrepository.com/artifact/org.apache.poi/poi/3.10-FINAL
- Replace Range class(deprecated) with CellRangeAddress.
- Add Overcharge method addMergedRegion to the Sheet class.
- Remove Cell Encoding UTF_16 in class Sheet, Cell and Workbook constructor.
- Adding tets merge cell range in src/blocks/poi/samples/content/simple-date-test.xml
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
Francesco Chicchiriccò (JIRA)
2016-09-30 08:26:20 UTC
Permalink
[ https://issues.apache.org/jira/browse/COCOON-2354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Francesco Chicchiriccò reopened COCOON-2354:
--------------------------------------------
Post by Carlos Navarro (JIRA)
Update POI 3.0.2 to 3.10-FINAL and fix support Merge tag support.
-----------------------------------------------------------------
Key: COCOON-2354
URL: https://issues.apache.org/jira/browse/COCOON-2354
Project: Cocoon
Issue Type: Bug
Components: Blocks: POI
Affects Versions: 2.1.12
Reporter: Carlos Navarro
Assignee: Francesco Chicchiriccò
Fix For: 2.1.13
Attachments: poi_update.patch
Update POI 3.0.2 to 3.10-FINAL and fix support Merge tag support.
We need update the POI version lib to implement support to xwpf.
* Change the jar lib lib/optional/poi-3.0.2-FINAL-20080204.jar for a newer version lib/optional/poi-3.10-FINAL.jar .
source: https://mvnrepository.com/artifact/org.apache.poi/poi/3.10-FINAL
- Replace Range class(deprecated) with CellRangeAddress.
- Add Overcharge method addMergedRegion to the Sheet class.
- Remove Cell Encoding UTF_16 in class Sheet, Cell and Workbook constructor.
- Adding tets merge cell range in src/blocks/poi/samples/content/simple-date-test.xml
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
Francesco Chicchiriccò (JIRA)
2016-09-30 08:26:20 UTC
Permalink
[ https://issues.apache.org/jira/browse/COCOON-2354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15535403#comment-15535403 ]

Francesco Chicchiriccò commented on COCOON-2354:
------------------------------------------------

Sorry, I had to revert my commit with your patch as I have finally found that POI > 3.2 requires JDK 1.5 and thus is not acceptable for Cocoon 2.1.

http://svn.apache.org/viewvc?rev=1762866&view=rev
Post by Carlos Navarro (JIRA)
Update POI 3.0.2 to 3.10-FINAL and fix support Merge tag support.
-----------------------------------------------------------------
Key: COCOON-2354
URL: https://issues.apache.org/jira/browse/COCOON-2354
Project: Cocoon
Issue Type: Bug
Components: Blocks: POI
Affects Versions: 2.1.12
Reporter: Carlos Navarro
Assignee: Francesco Chicchiriccò
Fix For: 2.1.13
Attachments: poi_update.patch
Update POI 3.0.2 to 3.10-FINAL and fix support Merge tag support.
We need update the POI version lib to implement support to xwpf.
* Change the jar lib lib/optional/poi-3.0.2-FINAL-20080204.jar for a newer version lib/optional/poi-3.10-FINAL.jar .
source: https://mvnrepository.com/artifact/org.apache.poi/poi/3.10-FINAL
- Replace Range class(deprecated) with CellRangeAddress.
- Add Overcharge method addMergedRegion to the Sheet class.
- Remove Cell Encoding UTF_16 in class Sheet, Cell and Workbook constructor.
- Adding tets merge cell range in src/blocks/poi/samples/content/simple-date-test.xml
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
Jörg Heinicke
2016-10-03 21:40:36 UTC
Permalink
Hi Francesco,

Maybe we should no longer stick to this requirement. It's outdated since
many years. And it might prevent even the little community support
Cocoon (2.1) still has.

Regards,
Joerg
Post by Francesco Chicchiriccò (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15535403#comment-15535403 ]
------------------------------------------------
Sorry, I had to revert my commit with your patch as I have finally found that POI > 3.2 requires JDK 1.5 and thus is not acceptable for Cocoon 2.1.
http://svn.apache.org/viewvc?rev=1762866&view=rev
Post by Carlos Navarro (JIRA)
Update POI 3.0.2 to 3.10-FINAL and fix support Merge tag support.
-----------------------------------------------------------------
Key: COCOON-2354
URL: https://issues.apache.org/jira/browse/COCOON-2354
Project: Cocoon
Issue Type: Bug
Components: Blocks: POI
Affects Versions: 2.1.12
Reporter: Carlos Navarro
Assignee: Francesco Chicchiriccò
Fix For: 2.1.13
Attachments: poi_update.patch
Update POI 3.0.2 to 3.10-FINAL and fix support Merge tag support.
We need update the POI version lib to implement support to xwpf.
* Change the jar lib lib/optional/poi-3.0.2-FINAL-20080204.jar for a newer version lib/optional/poi-3.10-FINAL.jar .
source: https://mvnrepository.com/artifact/org.apache.poi/poi/3.10-FINAL
- Replace Range class(deprecated) with CellRangeAddress.
- Add Overcharge method addMergedRegion to the Sheet class.
- Remove Cell Encoding UTF_16 in class Sheet, Cell and Workbook constructor.
- Adding tets merge cell range in src/blocks/poi/samples/content/simple-date-test.xml
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
Francesco Chicchiriccò
2016-10-04 05:15:16 UTC
Permalink
Post by Jörg Heinicke
Hi Francesco,
Maybe we should no longer stick to this requirement. It's outdated
since many years. And it might prevent even the little community
support Cocoon (2.1) still has.
Hi Jörg,
it might make sense.

Please consider that setting the minimum requirement to JDK 1.5 will
also require some help for upgrading the Java classes (say, at least for
Generics) throughout the whole codebase: would you be available for
landing a hand?

Why don't you start a separate [DISCUSS] thread about this here on dev@?

Regards.
Post by Jörg Heinicke
Post by Francesco Chicchiriccò (JIRA)
[
https://issues.apache.org/jira/browse/COCOON-2354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15535403#comment-15535403
]
------------------------------------------------
Sorry, I had to revert my commit with your patch as I have finally
found that POI > 3.2 requires JDK 1.5 and thus is not acceptable for
Cocoon 2.1.
http://svn.apache.org/viewvc?rev=1762866&view=rev
Post by Carlos Navarro (JIRA)
Update POI 3.0.2 to 3.10-FINAL and fix support Merge tag support.
-----------------------------------------------------------------
Key: COCOON-2354
URL: https://issues.apache.org/jira/browse/COCOON-2354
Project: Cocoon
Issue Type: Bug
Components: Blocks: POI
Affects Versions: 2.1.12
Reporter: Carlos Navarro
Assignee: Francesco Chicchiriccò
Fix For: 2.1.13
Attachments: poi_update.patch
Update POI 3.0.2 to 3.10-FINAL and fix support Merge tag support.
We need update the POI version lib to implement support to xwpf.
* Change the jar lib lib/optional/poi-3.0.2-FINAL-20080204.jar for a
newer version lib/optional/poi-3.10-FINAL.jar .
https://mvnrepository.com/artifact/org.apache.poi/poi/3.10-FINAL
- Replace Range class(deprecated) with CellRangeAddress.
- Add Overcharge method addMergedRegion to the Sheet class.
- Remove Cell Encoding UTF_16 in class Sheet, Cell and Workbook constructor.
- Adding tets merge cell range in
src/blocks/poi/samples/content/simple-date-test.xml
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
--
Francesco Chicchiriccò

Tirasa - Open Source Excellence
http://www.tirasa.net/

Member at The Apache Software Foundation
Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail
http://home.apache.org/~ilgrosso/
Hudson (JIRA)
2016-09-30 09:15:21 UTC
Permalink
[ https://issues.apache.org/jira/browse/COCOON-2354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15535504#comment-15535504 ]

Hudson commented on COCOON-2354:
--------------------------------

SUCCESS: Integrated in Jenkins build Cocoon 2.1.X #109 (See [https://builds.apache.org/job/Cocoon%202.1.X/109/])
[COCOON-2354] Reverting 1762858 as poi > 3.2 required JDK 1.5 (ilgrosso: [http://svn.apache.org/viewvc/?view=rev&rev=1762866])
* (edit) BRANCH_2_1_X/lib/jars.xml
* (add) BRANCH_2_1_X/lib/optional/commons-codec-1.3.jar
* (delete) BRANCH_2_1_X/lib/optional/commons-codec-1.5.jar
* (add) BRANCH_2_1_X/lib/optional/poi-3.0.2-FINAL-20080204.jar
* (delete) BRANCH_2_1_X/lib/optional/poi-3.10-FINAL.jar
* (edit) BRANCH_2_1_X/src/blocks/poi/java/org/apache/cocoon/components/elementprocessor/impl/poi/hssf/elements/Cell.java
* (edit) BRANCH_2_1_X/src/blocks/poi/java/org/apache/cocoon/components/elementprocessor/impl/poi/hssf/elements/EPMerge.java
* (edit) BRANCH_2_1_X/src/blocks/poi/java/org/apache/cocoon/components/elementprocessor/impl/poi/hssf/elements/Sheet.java
* (edit) BRANCH_2_1_X/src/blocks/poi/java/org/apache/cocoon/components/elementprocessor/impl/poi/hssf/elements/Workbook.java
* (edit) BRANCH_2_1_X/src/blocks/poi/samples/content/simple-date-test.xml
Post by Carlos Navarro (JIRA)
Update POI 3.0.2 to 3.10-FINAL and fix support Merge tag support.
-----------------------------------------------------------------
Key: COCOON-2354
URL: https://issues.apache.org/jira/browse/COCOON-2354
Project: Cocoon
Issue Type: Bug
Components: Blocks: POI
Affects Versions: 2.1.12
Reporter: Carlos Navarro
Assignee: Francesco Chicchiriccò
Fix For: 2.1.13
Attachments: poi_update.patch
Update POI 3.0.2 to 3.10-FINAL and fix support Merge tag support.
We need update the POI version lib to implement support to xwpf.
* Change the jar lib lib/optional/poi-3.0.2-FINAL-20080204.jar for a newer version lib/optional/poi-3.10-FINAL.jar .
source: https://mvnrepository.com/artifact/org.apache.poi/poi/3.10-FINAL
- Replace Range class(deprecated) with CellRangeAddress.
- Add Overcharge method addMergedRegion to the Sheet class.
- Remove Cell Encoding UTF_16 in class Sheet, Cell and Workbook constructor.
- Adding tets merge cell range in src/blocks/poi/samples/content/simple-date-test.xml
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
Francesco Chicchiriccò (JIRA)
2016-10-07 09:49:21 UTC
Permalink
[ https://issues.apache.org/jira/browse/COCOON-2354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15554674#comment-15554674 ]

Francesco Chicchiriccò commented on COCOON-2354:
------------------------------------------------

[~chnavarro] FYI I have started a discussion for upgrading the minimum JDK requirement to 1.5 [1]: if this would eventually succeed, I will apply again your patch. Sorry for the inconvenience.
Post by Carlos Navarro (JIRA)
Update POI 3.0.2 to 3.10-FINAL and fix support Merge tag support.
-----------------------------------------------------------------
Key: COCOON-2354
URL: https://issues.apache.org/jira/browse/COCOON-2354
Project: Cocoon
Issue Type: Bug
Components: Blocks: POI
Affects Versions: 2.1.12
Reporter: Carlos Navarro
Assignee: Francesco Chicchiriccò
Fix For: 2.1.13
Attachments: poi_update.patch
Update POI 3.0.2 to 3.10-FINAL and fix support Merge tag support.
We need update the POI version lib to implement support to xwpf.
* Change the jar lib lib/optional/poi-3.0.2-FINAL-20080204.jar for a newer version lib/optional/poi-3.10-FINAL.jar .
source: https://mvnrepository.com/artifact/org.apache.poi/poi/3.10-FINAL
- Replace Range class(deprecated) with CellRangeAddress.
- Add Overcharge method addMergedRegion to the Sheet class.
- Remove Cell Encoding UTF_16 in class Sheet, Cell and Workbook constructor.
- Adding tets merge cell range in src/blocks/poi/samples/content/simple-date-test.xml
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
Hudson (JIRA)
2016-10-11 07:27:20 UTC
Permalink
[ https://issues.apache.org/jira/browse/COCOON-2354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15564752#comment-15564752 ]

Hudson commented on COCOON-2354:
--------------------------------

SUCCESS: Integrated in Jenkins build Cocoon 2.1.X #113 (See [https://builds.apache.org/job/Cocoon%202.1.X/113/])
[COCOON-2354] Applying provided patch - had to rebuild poi from source tag as the JAR from Maven is built for JDK 1.6 (ilgrosso: [http://svn.apache.org/viewvc/?view=rev&rev=1764205])
* (edit) BRANCH_2_1_X/lib/jars.xml
* (delete) BRANCH_2_1_X/lib/optional/commons-codec-1.3.jar
* (add) BRANCH_2_1_X/lib/optional/commons-codec-1.5.jar
* (delete) BRANCH_2_1_X/lib/optional/poi-3.0.2-FINAL-20080204.jar
* (add) BRANCH_2_1_X/lib/optional/poi-3.10-FINAL.jar
* (edit) BRANCH_2_1_X/src/blocks/poi/java/org/apache/cocoon/components/elementprocessor/impl/poi/hssf/elements/Cell.java
* (edit) BRANCH_2_1_X/src/blocks/poi/java/org/apache/cocoon/components/elementprocessor/impl/poi/hssf/elements/EPMerge.java
* (edit) BRANCH_2_1_X/src/blocks/poi/java/org/apache/cocoon/components/elementprocessor/impl/poi/hssf/elements/Sheet.java
* (edit) BRANCH_2_1_X/src/blocks/poi/java/org/apache/cocoon/components/elementprocessor/impl/poi/hssf/elements/Workbook.java
* (edit) BRANCH_2_1_X/src/blocks/poi/samples/content/simple-date-test.xml
Post by Carlos Navarro (JIRA)
Update POI 3.0.2 to 3.10-FINAL and fix support Merge tag support.
-----------------------------------------------------------------
Key: COCOON-2354
URL: https://issues.apache.org/jira/browse/COCOON-2354
Project: Cocoon
Issue Type: Bug
Components: Blocks: POI
Affects Versions: 2.1.12
Reporter: Carlos Navarro
Assignee: Francesco Chicchiriccò
Fix For: 2.1.13
Attachments: poi_update.patch
Update POI 3.0.2 to 3.10-FINAL and fix support Merge tag support.
We need update the POI version lib to implement support to xwpf.
* Change the jar lib lib/optional/poi-3.0.2-FINAL-20080204.jar for a newer version lib/optional/poi-3.10-FINAL.jar .
source: https://mvnrepository.com/artifact/org.apache.poi/poi/3.10-FINAL
- Replace Range class(deprecated) with CellRangeAddress.
- Add Overcharge method addMergedRegion to the Sheet class.
- Remove Cell Encoding UTF_16 in class Sheet, Cell and Workbook constructor.
- Adding tets merge cell range in src/blocks/poi/samples/content/simple-date-test.xml
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
Francesco Chicchiriccò (JIRA)
2016-10-11 07:29:20 UTC
Permalink
[ https://issues.apache.org/jira/browse/COCOON-2354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Francesco Chicchiriccò closed COCOON-2354.
------------------------------------------
Resolution: Fixed
Post by Carlos Navarro (JIRA)
Update POI 3.0.2 to 3.10-FINAL and fix support Merge tag support.
-----------------------------------------------------------------
Key: COCOON-2354
URL: https://issues.apache.org/jira/browse/COCOON-2354
Project: Cocoon
Issue Type: Bug
Components: Blocks: POI
Affects Versions: 2.1.12
Reporter: Carlos Navarro
Assignee: Francesco Chicchiriccò
Fix For: 2.1.13
Attachments: poi_update.patch
Update POI 3.0.2 to 3.10-FINAL and fix support Merge tag support.
We need update the POI version lib to implement support to xwpf.
* Change the jar lib lib/optional/poi-3.0.2-FINAL-20080204.jar for a newer version lib/optional/poi-3.10-FINAL.jar .
source: https://mvnrepository.com/artifact/org.apache.poi/poi/3.10-FINAL
- Replace Range class(deprecated) with CellRangeAddress.
- Add Overcharge method addMergedRegion to the Sheet class.
- Remove Cell Encoding UTF_16 in class Sheet, Cell and Workbook constructor.
- Adding tets merge cell range in src/blocks/poi/samples/content/simple-date-test.xml
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
Francesco Chicchiriccò (JIRA)
2016-10-11 07:29:20 UTC
Permalink
[ https://issues.apache.org/jira/browse/COCOON-2354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15564757#comment-15564757 ]

Francesco Chicchiriccò commented on COCOON-2354:
------------------------------------------------

With COCOON-2356 we have set the minimum JDK compatibility to 1.5, hence I have gladly taken back your patch.
Thanks again!
Post by Carlos Navarro (JIRA)
Update POI 3.0.2 to 3.10-FINAL and fix support Merge tag support.
-----------------------------------------------------------------
Key: COCOON-2354
URL: https://issues.apache.org/jira/browse/COCOON-2354
Project: Cocoon
Issue Type: Bug
Components: Blocks: POI
Affects Versions: 2.1.12
Reporter: Carlos Navarro
Assignee: Francesco Chicchiriccò
Fix For: 2.1.13
Attachments: poi_update.patch
Update POI 3.0.2 to 3.10-FINAL and fix support Merge tag support.
We need update the POI version lib to implement support to xwpf.
* Change the jar lib lib/optional/poi-3.0.2-FINAL-20080204.jar for a newer version lib/optional/poi-3.10-FINAL.jar .
source: https://mvnrepository.com/artifact/org.apache.poi/poi/3.10-FINAL
- Replace Range class(deprecated) with CellRangeAddress.
- Add Overcharge method addMergedRegion to the Sheet class.
- Remove Cell Encoding UTF_16 in class Sheet, Cell and Workbook constructor.
- Adding tets merge cell range in src/blocks/poi/samples/content/simple-date-test.xml
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Loading...