[Bug 64971] New: XSSFFont setCharset(FontCharset) should use latest class instead of deprecated one

2020-12-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64971 Bug ID: 64971 Summary: XSSFFont setCharset(FontCharset) should use latest class instead of deprecated one Product: POI Version: unspecified Hardware: All

[Bug 64971] XSSFFont setCharset(FontCharset) should use latest class instead of deprecated one

2020-12-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64971 PJ Fanning changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 64972] New: HSSFPictureData#getPictureType() disagrees with documented interface

2020-12-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64972 Bug ID: 64972 Summary: HSSFPictureData#getPictureType() disagrees with documented interface Product: POI Version: 4.1.2-FINAL Hardware: All OS: All

[Bug 64972] HSSFPictureData#getPictureType() disagrees with documented interface

2020-12-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64972 PJ Fanning changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Modifying picture in HSSF

2020-12-09 Thread Marius Volkhart
Hello, I'm working on a project that requires me to update the images inside an HSSF document. HSSFPictureData does not have any methods for modifying the EscherBlipRecord backing it, and does not expose the record directly. I'm working around this by using reflection to access the EscherBlipRecor

Build failed in Jenkins: POI ยป POI-DSL-Windows-1.8 #64

2020-12-09 Thread Apache Jenkins Server
See Changes: [PJ Fanning] [bug-64972] HSSFPictureData#getPictureType() should return 0 for unknown picture type (to be consistent with other implementations) [PJ Fanning] [bug-64972] HSSFPictureData