[Bug 65260] Creating an SXSSFWorkbook fails if no fonts are available on the system

2024-06-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65260 PJ Fanning changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug 65260] Creating an SXSSFWorkbook fails if no fonts are available on the system

2024-06-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65260 --- Comment #17 from PJ Fanning --- The code in SheetUtil has changed for POI 5.3.0 and I think it will be more robust then. There is a vote happening for this release but noone has yet voted. POI 5.2.5 https://github.com/apache/poi/blob/REL_5

[Bug 65260] Creating an SXSSFWorkbook fails if no fonts are available on the system

2024-06-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65260 fischerma...@posteo.net changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|F

[Bug 65260] Creating an SXSSFWorkbook fails if no fonts are available on the system

2023-10-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65260 --- Comment #15 from Michal --- Version 5.2.4 resolved the issue, thank you all for your help! -- You are receiving this mail because: You are the assignee for the bug. - To

[Bug 65260] Creating an SXSSFWorkbook fails if no fonts are available on the system

2023-09-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65260 --- Comment #14 from kai.vanna...@rwth-aachen.de --- Posting my workaround from Github: I had the same problem. I went through the stacktrace. In the SheetUtil.java getDefaultCharWidth is called. In case of an internal error as reported by OP y

[Bug 65260] Creating an SXSSFWorkbook fails if no fonts are available on the system

2023-09-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65260 Dominik Stadler changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug 65260] Creating an SXSSFWorkbook fails if no fonts are available on the system

2023-08-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65260 --- Comment #12 from Michal --- Okay, I've seen some commits related to catching exceptions in the SXSSFSheet constructor (UnsatisfiedLinkError). Thank you, I will probably create my own JAR for now as you suggested, and I'm looking forward to

[Bug 65260] Creating an SXSSFWorkbook fails if no fonts are available on the system

2023-08-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65260 --- Comment #11 from PJ Fanning --- It might be worth looking at https://github.com/quarkiverse/quarkus-poi who worked around this issue. Have a look at their Docker image. Its setup may help you to set up your own Docker image. -- You are re

[Bug 65260] Creating an SXSSFWorkbook fails if no fonts are available on the system

2023-08-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65260 --- Comment #10 from PJ Fanning --- To be honest, until we do a 5.2.4 release, you might be best creating your own POI jars that start with the code in POI 5.2.3 but that cherry pick some SXSSF commits form this year. -- You are receiving thi

[Bug 65260] Creating an SXSSFWorkbook fails if no fonts are available on the system

2023-08-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65260 --- Comment #9 from Michal --- (In reply to PJ Fanning from comment #7) > Have you tried disabling the AutoSizeColumnTracker ? By disabling do you mean usage of method SXSSFSheet.untrackAllColumnsForAutoSizing()? -- You are receiving this ma

[Bug 65260] Creating an SXSSFWorkbook fails if no fonts are available on the system

2023-08-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65260 --- Comment #8 from PJ Fanning --- There are unreleased code changes that should fix this. I'm not sure if we are ready to do a release though. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 65260] Creating an SXSSFWorkbook fails if no fonts are available on the system

2023-08-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65260 --- Comment #7 from PJ Fanning --- Have you tried disabling the AutoSizeColumnTracker ? -- You are receiving this mail because: You are the assignee for the bug. - To unsubsc

[Bug 65260] Creating an SXSSFWorkbook fails if no fonts are available on the system

2023-08-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65260 Michal changed: What|Removed |Added Resolution|FIXED |--- Status|RESOLVED

[Bug 65260] Creating an SXSSFWorkbook fails if no fonts are available on the system

2023-02-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65260 --- Comment #5 from PJ Fanning --- I added r1907308 due to https://github.com/apache/poi/pull/425 - but looks like it might be causing issues itself -- You are receiving this mail because: You are the assignee for the bug. ---

[Bug 65260] Creating an SXSSFWorkbook fails if no fonts are available on the system

2022-12-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65260 Dominik Stadler changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 65260] Creating an SXSSFWorkbook fails if no fonts are available on the system

2022-12-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65260 Dominik Stadler changed: What|Removed |Added Depends on||66230 --- Comment #3 from Dominik St

[Bug 65260] Creating an SXSSFWorkbook fails if no fonts are available on the system

2021-04-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65260 --- Comment #2 from Andreas Beeker --- what is the security implications of having no fonts? would it be compromised if we (try to) register a default font in the case we don't find any fonts? -- You are receiving this mail because: You are t

[Bug 65260] Creating an SXSSFWorkbook fails if no fonts are available on the system

2021-04-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65260 Dominik Stadler changed: What|Removed |Added Summary|Issue |Creating an SXSSFWorkbook