[Bug 60184] Saved file that uses a XSSFFont without a specifically set FontFamily won't open in Excel

2017-05-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60184 Greg Woolsey changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 60184] Saved file that uses a XSSFFont without a specifically set FontFamily won't open in Excel

2017-05-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60184 Greg Woolsey changed: What|Removed |Added CC|

[Bug 60184] Saved file that uses a XSSFFont without a specifically set FontFamily won't open in Excel

2017-01-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60184 --- Comment #7 from ps26...@gmail.com --- I obtained poi src from git read only repo and built it accordingly. Using MS Excel 2016 (with a MS office home subscription, which expired recently but doesn't restrict much of the functionality of

[Bug 60184] Saved file that uses a XSSFFont without a specifically set FontFamily won't open in Excel

2016-12-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60184 --- Comment #6 from Marek Branicky --- Guys is this fixed in version POI 3.15 or do you plan to fix it in near future? -- You are receiving this mail because: You are the assignee for the bug.

[Bug 60184] Saved file that uses a XSSFFont without a specifically set FontFamily won't open in Excel

2016-10-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60184 --- Comment #5 from a...@vaadin.com --- Not-so-nice workaround: Copy over StylesTable.java to local projet, change writeTo to contain for (XSSFFont f : fonts) { if (FontFamily.NOT_APPLICABLE.getValue() == f.getFamily()) {

[Bug 60184] Saved file that uses a XSSFFont without a specifically set FontFamily won't open in Excel

2016-09-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60184 Javen O'Neal changed: What|Removed |Added Status|NEEDINFO|NEW -- You are

[Bug 60184] Saved file that uses a XSSFFont without a specifically set FontFamily won't open in Excel

2016-09-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60184 --- Comment #4 from a...@vaadin.com --- Behaviour was already present in 3.12, not sure about older ones. Don't have a unit test, tested manually in existing project. I tested the files attached to the linked ticket on Excel 2013 and Excel

[Bug 60184] Saved file that uses a XSSFFont without a specifically set FontFamily won't open in Excel

2016-09-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60184 --- Comment #3 from a...@vaadin.com --- Does the status change mean that you couldn't reproduce the issue with Excel Viewer? -- You are receiving this mail because: You are the assignee for the bug.

[Bug 60184] Saved file that uses a XSSFFont without a specifically set FontFamily won't open in Excel

2016-09-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60184 Javen O'Neal changed: What|Removed |Added Status|NEW |NEEDINFO -- You

[Bug 60184] Saved file that uses a XSSFFont without a specifically set FontFamily won't open in Excel

2016-09-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60184 --- Comment #2 from a...@vaadin.com --- LibreOffice doesn't have the problem, Excel does. Also reproducible in Excel Viewer. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 60184] Saved file that uses a XSSFFont without a specifically set FontFamily won't open in Excel

2016-09-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60184 --- Comment #1 from Javen O'Neal --- Created attachment 34312 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34312=edit unit test I am unable to reproduce this on the trunk (currently a few commits after 3.15) using

[Bug 60184] Saved file that uses a XSSFFont without a specifically set FontFamily won't open in Excel

2016-09-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60184 Marek Branicky changed: What|Removed |Added OS||All