[Bug 55800] cloneStyleFrom(CellStyle cellStyle) creates error Unreadable content.

2015-04-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=55800 chinafool 543002...@qq.com changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #8 from

Another beta?

2015-04-27 Thread Nick Burch
Hi All We're about 2 months now since our last beta, and based on a few recent posts on bugzilla + lists, we've done some fixes that people are interested in. However, the great work on a common HSLF/XLSF stuff isn't yet in trunk, so probably we don't want to do 3.12 final until that is

[Bug 57862] Unclear XSD files license

2015-04-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57862 --- Comment #3 from Nick Burch apa...@gagravarr.org --- Currently, we use XMLBeans to automatically generate Java source code based on the XSDs, then compile and use that resulting code. That intermediate source code is open source, available,

[Bug 57552] XMLSlideShow.addPicture() finds the incorrect image

2015-04-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57552 Andreas Beeker kiwiwi...@apache.org changed: What|Removed |Added Status|NEW |NEEDINFO ---

Re: Integrating Jackcess with POI?

2015-04-27 Thread Nick Burch
On Mon, 20 Apr 2015, Allison, Timothy B. wrote: With many thanks to Brian O'Neill at Health Market Science and James Ahlborn, Jackcess was relicensed to ASL 2.0. I received favorable feedback on private@poi when I posed this question a month or so ago. What do people think of integrating

[Bug 57768] CellStyle.cloneStyleFrom(...) does not copying background colors and borders

2015-04-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57768 chinafool 543002...@qq.com changed: What|Removed |Added Priority|P2 |P1

[Bug 57861] Unreadable content after setCellFormula(null) and value used in another sheet

2015-04-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57861 thorse...@hotmail.com changed: What|Removed |Added OS||All -- You are receiving this

[Bug 57861] New: Unreadable content after setCellFormula(null) and value used in another sheet

2015-04-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57861 Bug ID: 57861 Summary: Unreadable content after setCellFormula(null) and value used in another sheet Product: POI Version: 3.11-FINAL Hardware: PC Status:

Re: Another beta?

2015-04-27 Thread kiwiwings
Hi Nick, Nick Burch-2 wrote However, the great work on a common HSLF/XLSF stuff isn't yet in trunk, so probably we don't want to do 3.12 final until that is Actually, there are a lots of changes in HSLF and I would prefer to have a stable version with all the current fixes out, before I

RE: Another beta?

2015-04-27 Thread OLESEN Mark
However, the great work on a common HSLF/XLSF stuff isn't yet in trunk, so probably we don't want to do 3.12 final until that is Actually, there are a lots of changes in HSLF and I would prefer to have a stable version with all the current fixes out, before I start pushing in my stuff.

Re: Another beta?

2015-04-27 Thread Dominik Stadler
Hi, I would also opt for a final release fairly quickly instead of more betas as I don't see big regressions being reported in 3.12beta1 compared to 3.11 and we have already quite a list of bugfixes included which makes a nice stabilization release. After that we are in good shape to quickly

[Bug 57861] Unreadable content after setCellFormula(null) and value used in another sheet

2015-04-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57861 Dominik Stadler dominik.stad...@gmx.at changed: What|Removed |Added Status|NEW |NEEDINFO ---

[Bug 57861] Unreadable content after setCellFormula(null) and value used in another sheet

2015-04-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57861 --- Comment #4 from thorse...@hotmail.com --- The use case is a basic xlsx file with two sheets, one for data the other for a graph. This xlsx file is used as a template, so everytime the app is asked to generate a new graph it reads the

[Bug 57861] Unreadable content after setCellFormula(null) and value used in another sheet

2015-04-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57861 thorse...@hotmail.com changed: What|Removed |Added Status|NEEDINFO|NEW -- You are receiving this

[Bug 57861] Unreadable content after setCellFormula(null) and value used in another sheet

2015-04-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57861 --- Comment #3 from thorse...@hotmail.com --- Created attachment 32690 -- https://bz.apache.org/bugzilla/attachment.cgi?id=32690action=edit Template used to create the graph -- You are receiving this mail because: You are the assignee for

[Bug 57861] Unreadable content after setCellFormula(null) and value used in another sheet

2015-04-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57861 --- Comment #2 from thorse...@hotmail.com --- Created attachment 32689 -- https://bz.apache.org/bugzilla/attachment.cgi?id=32689action=edit Template used to create the graph -- You are receiving this mail because: You are the assignee for

[Bug 57862] New: Unclear XSD files license

2015-04-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57862 Bug ID: 57862 Summary: Unclear XSD files license Product: POI Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: normal

[Bug 57862] Unclear XSD files license

2015-04-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57862 --- Comment #1 from Nick Burch apa...@gagravarr.org --- The XSDs, as part of the OOXML specification, are covered by the Microsoft Open Specification Promise - https://msdn.microsoft.com/en-gb/openspecifications/dn646765 You can find the

[Bug 56998] [PATCH] Patch to allow for proper list number formatting in HWPF

2015-04-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56998 --- Comment #4 from Tim Allison talli...@mitre.org --- Created attachment 32691 -- https://bz.apache.org/bugzilla/attachment.cgi?id=32691action=edit Added a unit test Hi Dominik, How does this look? I added a unit test based on the test

[Bug 56998] [PATCH] Patch to allow for proper list number formatting in HWPF

2015-04-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56998 --- Comment #5 from Dominik Stadler dominik.stad...@gmx.at --- Looks good! -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe,

[Bug 57862] Unclear XSD files license

2015-04-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57862 --- Comment #2 from Tom Callaway tcall...@redhat.com --- I guess the real question here is whether these files can be modified or not. That's not clear from the links you sent. I'd agree that they seem to be freely distributable, but without