Jenkins build is back to normal : POI » POI-DSL-Windows-1.8 #66

2020-12-10 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org

[Bug 64853] IndexOutOfBoundsException from PicturesTable.getAllPictures()

2020-12-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64853 Dominik Stadler changed: What|Removed |Added OS||All -- You are receiving this mail

[Bug 64861] Error should never happen

2020-12-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64861 Dominik Stadler changed: What|Removed |Added Resolution|--- |WORKSFORME Status|NEW

[Bug 64864] Exception when I pass in a parameter with a special symbol using the cell's method setcellformula

2020-12-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64864 Dominik Stadler changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|---

[Bug 64868] Error while streaming the response to browser "Fail to save: an error occurs while saving the package : The part /xl/sharedStrings.xml"

2020-12-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64868 Dominik Stadler changed: What|Removed |Added OS||All Status|NEW

[Bug 64874] Corrupted xlsx file is generated after removing xalan.jar in poi 4.1.2

2020-12-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64874 Dominik Stadler changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|---

Re: Update to ECMA-376 3rd edition - provide ooxml-schema with every release

2020-12-10 Thread fannin...@apache.org
+1 to both changes On Thursday 10 December 2020, 20:35:24 GMT, Andreas Beeker wrote: Hi Devs, I've upgrade the schemas to the 3rd edition and "ant test test-integration" is green - see #56205 with a lots of local modifications. a) How about pushing it to the trunk? Pro: our used

[Bug 64929] Slide master background image missing

2020-12-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64929 Dominik Stadler changed: What|Removed |Added OS||All -- You are receiving this mail

[Bug 64939] XWPFWordExtractor doesnt extract text from this file in apache poi 3.17

2020-12-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64939 Dominik Stadler changed: What|Removed |Added Status|NEW |NEEDINFO -- You are receiving this

[Bug 64950] about doughnutchart

2020-12-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64950 Dominik Stadler changed: What|Removed |Added OS||All --- Comment #1 from Dominik

Update to ECMA-376 3rd edition - provide ooxml-schema with every release

2020-12-10 Thread Andreas Beeker
Hi Devs, I've upgrade the schemas to the 3rd edition and "ant test test-integration" is green - see #56205 with a lots of local modifications. a) How about pushing it to the trunk? Pro: our used schema is currently the 1st edition from 2006 - which doesn't contain several added attributes.

[Bug 60397] very slow Cell Merge for SXSSFWorkbook

2020-12-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60397 --- Comment #10 from PJ Fanning --- The patch file is out of date. If anyone feels like adding a new patch, we will consider it. My preference would be not add extra API methods like the existing patch does. The existing `public int

[GitHub] [poi] pjfanning commented on pull request #206: Improve perfomance of cell evaluation

2020-12-10 Thread GitBox
pjfanning commented on pull request #206: URL: https://github.com/apache/poi/pull/206#issuecomment-742761863 Merged. Thanks. This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [poi] asfgit closed pull request #206: Improve perfomance of cell evaluation

2020-12-10 Thread GitBox
asfgit closed pull request #206: URL: https://github.com/apache/poi/pull/206 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [poi] ledstellar commented on pull request #206: Improve perfomance of cell evaluation

2020-12-10 Thread GitBox
ledstellar commented on pull request #206: URL: https://github.com/apache/poi/pull/206#issuecomment-742613278 Sure. Updated the patch to meet existing code style. This is an automated message from the Apache Git Service. To

[GitHub] [poi] centic9 commented on pull request #201: Bug 64950: handle doughnut hole size

2020-12-10 Thread GitBox
centic9 commented on pull request #201: URL: https://github.com/apache/poi/pull/201#issuecomment-742572225 Test-build is running at https://ci-builds.apache.org/job/POI/job/POI-DSL-Github-PullRequests/1/ This is an

Build failed in Jenkins: POI » POI-DSL-Windows-1.8 #65

2020-12-10 Thread Apache Jenkins Server
See Changes: [PJ Fanning] try to handle case where checksum is null -- [...truncated 327.62 KB...] [junit] Reading spreadsheet/ex42564-21435.xls with

[Bug 64967] Add an Automatic-Module-Name attribute to the JARs' MANIFEST.MF

2020-12-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64967 Dominik Stadler changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[GitHub] [poi] pjfanning commented on a change in pull request #206: Improve perfomance of cell evaluation

2020-12-10 Thread GitBox
pjfanning commented on a change in pull request #206: URL: https://github.com/apache/poi/pull/206#discussion_r540110069 ## File path: src/ooxml/java/org/apache/poi/xssf/streaming/SXSSFRow.java ## @@ -49,6 +48,7 @@ Licensed to the Apache Software Foundation (ASF) under one or

[GitHub] [poi] ledstellar opened a new pull request #206: Improve perfomance of cell evaluation

2020-12-10 Thread GitBox
ledstellar opened a new pull request #206: URL: https://github.com/apache/poi/pull/206 The `SXSSFRow.getRowNum()` method is heavily used from various parts of the code (in particular, from the cell evaluation method). Current implementation of the method is using iterating over sheet rows

[Bug 60397] very slow Cell Merge for SXSSFWorkbook

2020-12-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60397 --- Comment #9 from Alex Herve --- Is there any possibility of adding the patch, after adjusting for changes since it was created? This issue is causing creating excel files in my tool to take much longer than needed, with almost 60% of the