[Bug 62442] Attribute "relid" bound to namespace "urn:schemas-microsoft-com:office:office" was already specified for element "v:fill"

2018-06-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62442 --- Comment #4 from Стас Агарков --- Prompt, please, the actual working Java XML Parsers, except for Apache Xerces J -- You are receiving this mail because: You are the assignee for the bug.

[Bug 62247] Support for LineStyle in XSSFComment

2018-06-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62247 --- Comment #3 from Kai G --- Hi Mayur, I think PJ asked if you can provide a patch against the current master that includes the feature that you are missing. See https://poi.apache.org/guidelines.html about information how you can contribute

[Bug 62444] New: Newline character in table header row cell causes damage to Excel file

2018-06-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62444 Bug ID: 62444 Summary: Newline character in table header row cell causes damage to Excel file Product: POI Version: 3.17-FINAL Hardware: PC Status: NEW

[Bug 62442] Attribute "relid" bound to namespace "urn:schemas-microsoft-com:office:office" was already specified for element "v:fill"

2018-06-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62442 --- Comment #3 from PJ Fanning --- The error is coming from the Java built-in version of the Apache Xerces XML parser. You can replace this (cf https://docs.oracle.com/javase/7/docs/api/javax/xml/parsers/DocumentBuilderFactory.html). You can

[Bug 62442] Attribute "relid" bound to namespace "urn:schemas-microsoft-com:office:office" was already specified for element "v:fill"

2018-06-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62442 Стас Агарков changed: What|Removed |Added OS||All --- Comment #2 from Стас Агарков

[Bug 62442] Attribute "relid" bound to namespace "urn:schemas-microsoft-com:office:office" was already specified for element "v:fill"

2018-06-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62442 --- Comment #1 from PJ Fanning --- Comment on attachment 35961 --> https://bz.apache.org/bugzilla/attachment.cgi?id=35961 test file for crash apache poi open What produced that test xlsx file? The content of the xl/drawings/vmlDrawing1.vml

[Bug 62442] Attribute "relid" bound to namespace "urn:schemas-microsoft-com:office:office" was already specified for element "v:fill"

2018-06-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62442 Стас Агарков changed: What|Removed |Added Attachment #35961|test file for crash apa poi |test file for crash apache

[Bug 62442] New: Attribute "relid" bound to namespace "urn:schemas-microsoft-com:office:office" was already specified for element "v:fill"

2018-06-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62442 Bug ID: 62442 Summary: Attribute "relid" bound to namespace "urn:schemas-microsoft-com:office:office" was already specified for element "v:fill" Product: POI

[GitHub] poi pull request #112: Support for LineStyle in XSSFComment

2018-06-09 Thread mayuranchalia
Github user mayuranchalia closed the pull request at: https://github.com/apache/poi/pull/112 --- - To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org

[Bug 62247] Support for LineStyle in XSSFComment

2018-06-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62247 --- Comment #2 from Mayur Jain --- Hi PJ, I am not sure what do mean by creating a pull request on Github? -- You are receiving this mail because: You are the assignee for the bug.

[GitHub] poi pull request #112: Support for LineStyle in XSSFComment

2018-06-09 Thread mayuranchalia
GitHub user mayuranchalia opened a pull request: https://github.com/apache/poi/pull/112 Support for LineStyle in XSSFComment XSSFComment doesn't have support for Linestyle similar to HSSFComment In HSSFComment we have functions like setLineStyle and setLineStyleColor,