[GitHub] poi pull request #118: Added get/set for mirror margins setting

2018-07-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/poi/pull/118 --- - To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org

[GitHub] poi pull request #118: Added get/set for mirror margins setting

2018-07-30 Thread drmacro
GitHub user drmacro opened a pull request: https://github.com/apache/poi/pull/118 Added get/set for mirror margins setting Added get and set for even-and-odd headings setting. I couldn't find any other simple settings that seemed useful for exposing on Document.

Jenkins build is back to normal : POI-DSL-OpenJDK #471

2018-07-30 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org

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

2018-07-30 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org

Re: starting poi 4.0.0 release process?

2018-07-30 Thread Dominik Stadler
Hi, Also Microsoft Powerpoint complains about a "broken document" and can only repair some content of it, so I would say no priority at all! Thanks... Dominik. On Mon, Jul 30, 2018 at 1:22 PM, pj.fanning wrote: > http://people.apache.org/~centic/poi_regression/ >

Re: starting poi 4.0.0 release process?

2018-07-30 Thread pj.fanning
http://people.apache.org/~centic/poi_regression/reportsAll/download.oldindex/br.com.conhecadeus.www_Plano_Divino_Revelado_Homens_Apresentacao_11_O_Glorioso_Aparecimento_Cristo_Vers_C3_A3o2007.pptx This document causes a NPE in the poi regression tests. I added a fix to make the NPE go away but

[Bug 62581] If source sheet of cloneSheet has comments, adding more comments creates inconsistant xlsx

2018-07-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62581 --- Comment #1 from PJ Fanning --- I suspect it would be better to rewrite cloneSheet to use the XSSF APIs to create a new sheet and to copy the data and comments from the source sheet instead of trying to work at the low-level CT generated