[Bug 69555] exception not ignored on getCellWidth

2025-02-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69555 PJ Fanning changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 69555] exception not ignored on getCellWidth

2025-02-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69555 PJ Fanning changed: What|Removed |Added CC||oct...@gmail.com --- Comment #7 from PJ F

[Bug 69555] exception not ignored on getCellWidth

2025-01-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69555 PJ Fanning changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #6 from PJ Fanning --- I

[Bug 69555] exception not ignored on getCellWidth

2025-01-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69555 --- Comment #5 from hsn9...@gmail.com --- (In reply to PJ Fanning from comment #3) > What value would you return here if we caught the exception and tried to > deal with it? i would return something like: final var angle = Math.cos(style.getR

[Bug 69555] exception not ignored on getCellWidth

2025-01-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69555 --- Comment #4 from PJ Fanning --- I added r1923445 as a first attempt at this. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-

[Bug 69555] exception not ignored on getCellWidth

2025-01-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69555 --- Comment #3 from PJ Fanning --- I don't know what the getCellWidth call can do if TextLayout fails. ``` private static double getCellWidth(float defaultCharWidth, int colspan, CellStyle style, double minWidth, AttributedString s

[Bug 69555] exception not ignored on getCellWidth

2025-01-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69555 --- Comment #2 from hsn9...@gmail.com --- sorry, (In reply to PJ Fanning from comment #1) > org.apache.poi.ss.util.SheetUtil#canComputeColumnWidth(Font) > > If you have a non-null font, why would you expect TextLayout creation to > fail? sorry

[Bug 69555] exception not ignored on getCellWidth

2025-01-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69555 PJ Fanning changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from PJ Fanning