[Bug 58408] Add visio schemas to the OOXML jar

2015-10-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58408 Nick Burch changed: What|Removed |Added Resolution|FIXED |---

[Bug 58466] ColumnHelper.addCleanColIntoCols() loses information in some overlapping-column cases

2015-10-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58466 --- Comment #2 from Javen ONeal --- I got some weird errors from the changes in r1706789. For example, XSSFSheet.autoSizeColumn(col) changes the size of col and an adjacent column. In some cases, autoSizeColumn ended up

[Bug 58466] ColumnHelper.addCleanColIntoCols() loses information in some overlapping-column cases

2015-10-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58466 Javen ONeal changed: What|Removed |Added CC|

Running tests before commit

2015-10-07 Thread David North
Apologies for the forbidden APIs failures I introduced yesterday - I'd forgotten it would now be necessary to run that check before commit. Having been through the build file, it looks like the safe thing to do is "ant jenkins" before each commit to match the CI system. Thanks, David -- David

[Bug 48043] Excel complains about a POI generated function

2015-10-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=48043 --- Comment #5 from Javen ONeal --- Make sure you're using some evaluation that will cache the formula result in the cell, such as FormulaEvaluator.evaluateInCell(Cell). FormulaEvaluator.evaluate(Cell) returns the formula

[Bug 58422] How to add image to header of Excel?

2015-10-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58422 --- Comment #1 from Javen ONeal --- You should post this question to the poi-user group [1]. The group is pretty active and you're more likely to get responses there for usage questions. We usually only open bugs if we

[Bug 50052] Add support for formating of list numbers

2015-10-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=50052 Javen ONeal changed: What|Removed |Added Severity|normal |enhancement --

Re: Running tests before commit

2015-10-07 Thread Javen O'Neal
Perhaps it'd be worth adding this target to How To Build http://poi.apache.org/howtobuild.html#Building+Targets+with+Ant Javen O'Neal On Wed, Oct 7, 2015 at 2:54 AM, David North wrote: > Apologies for the forbidden APIs failures I introduced yesterday - I'd > forgotten

[Bug 58480] HSSFWorkbook.write(OutputStream) does not close the NPOIFSFileSystem in use

2015-10-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58480 d...@hp23c.dk changed: What|Removed |Added CC||d...@hp23c.dk --- Comment #9 from

[Bug 58087] Integration of Visio .vsdx parser into POI

2015-10-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58087 --- Comment #18 from Nick Burch --- The IP Clearance has passed (well, a week or so ago, but I've only just remembered to update the site...) You are now clear to go ahead and import the code from Github + update the

[Bug 46704] There is no way to add an image to Header/Footer

2015-10-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=46704 --- Comment #3 from Javen ONeal --- Related open bugs: bug 53309 - similar request for XSSFWorkbooks bug 58422 - similar request for SXSSFWorkbooks bug 58237 - similar request for slideshow presentations -- You are

[Bug 53309] Adding image to header

2015-10-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=53309 --- Comment #1 from Javen ONeal --- Related open bugs: bug 46704 - similar request for HSSFWorkbooks bug 58422 - similar request for SXSSFWorkbooks bug 58237 - similar request for slideshow presentations -- You are

[Bug 47845] Cross-workbook name references evaluate to NameXEval

2015-10-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=47845 Javen ONeal changed: What|Removed |Added CC|

[Bug 58365] Add Sheet.getAllCellCommentRefs()

2015-10-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58365 Javen ONeal changed: What|Removed |Added CC|

[Bug 51493] Need to implement new SPRM compressor/uncompressor ofr Word 95

2015-10-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=51493 Javen ONeal changed: What|Removed |Added Severity|major |enhancement --

[Bug 58237] Unable to add image to a word document header using XWPF

2015-10-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58237 --- Comment #6 from Javen ONeal --- Related open bugs: bug 53309 - similar request for XSSFWorkbooks bug 46704 - similar request for HSSFWorkbooks bug 58422 - similar request for SXSSFWorkbooks -- You are receiving this

[Bug 58408] Add visio schemas to the OOXML jar

2015-10-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58408 --- Comment #6 from virtuald --- Looks like Jenkins didn't like that the xsd doesn't have an apache header on it. Is there an exclude list for the checker somewhere? That seems more appropriate. -- You are

Re: Running tests before commit

2015-10-07 Thread Dustin Spicuzza
Yes, I ran tests but didn't know there was a Jenkins target. On Oct 7, 2015 6:21 AM, Javen O'Neal wrote: > > Perhaps it'd be worth adding this target to How To Build > http://poi.apache.org/howtobuild.html#Building+Targets+with+Ant > Javen O'Neal > > > On Wed, Oct 7,

[Bug 58408] Add visio schemas to the OOXML jar

2015-10-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58408 --- Comment #7 from virtuald --- Jenkins should be happy now, found the exclude setting for the rat check. As far as adding the security jar to the main jar, it seems like the settings are different for generating

Re: Running tests before commit

2015-10-07 Thread kiwiwings
I usually just run "ant clean test" and sometimes "ant forbbiden-apis-check". When I've added new files, I usually execute "ant rat". Of course, I also blush when my changes lead to failing builds, but generally speaking, having a failing build is not a big issue for me - either you can fix it

Jenkins build is back to normal : POI-JDK8 #613

2015-10-07 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 #880

2015-10-07 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 58480] HSSFWorkbook.write(OutputStream) does not close the NPOIFSFileSystem in use

2015-10-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58480 d...@hp23c.dk changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #10 from d...@hp23c.dk