[Bug 57669] RuntimeException: Unexpected record type (org.apache.poi.hssf.record.FeatHdrRecord)

2016-05-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57669 --- Comment #10 from Deepesh Ramrakhyani --- Hi All, I am also currently facing the same issue. The code changes that we are planning to do based on the suggestion provided by Diptesh are, case HyperlinkRecord.sid: continue; The file th

Re: Help with task: Improve test-coverage of new Microsoft Visio 2007 support code

2016-05-29 Thread Dustin Spicuzza
Yes, the documentation is a bit lacking... I'll add some stuff to the doc site tonight since I promised to do it 6 months ago... If you want to refer to a project that uses it, see https://github.com/BBN-D/poi-visio-graph, which tries to create a graph from a vsdx document. Dustin On 05/29/2016 0

Build failed in Jenkins: POI #1298

2016-05-29 Thread Apache Jenkins Server
See Changes: [centic] Bug 57838: Also remove comments when removing a row [centic] Update error message to better indicate that we need a sample-file here [centic] Remove the created temporary directory after the test again [centic] Prepare buil

[Bug 57838] Deleting rows in a sheet with comments does not delete comments.

2016-05-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57838 Dominik Stadler changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 59634] XSSFWorkbook#close() violates contract from Workbook#close()

2016-05-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59634 --- Comment #2 from Dominik Stadler --- For dicussion, the current javadoc for Workbook.close() is * Close the underlying input resource (File or Stream), * from which the Workbook was read. After closing, the * Workbook shoul

Re: Help with task: Improve test-coverage of new Microsoft Visio 2007 support code

2016-05-29 Thread Dominik Stadler
Hi, thanks a lot for your offer! For this task you can start by checking out the sourcecode, either via SVN at https://svn.apache.org/repos/asf/poi/trunk/ or via GIT from the github mirror at https://github.com/apache/poi/ The build-dependencies in this case should only be JDK >= 1.6 and Apache