[Bug 53255] Row Grouping Code Which Works in XSSF Produces Invalid Excel in SXSSF

2013-06-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53255 --- Comment #2 from sweeny...@gmail.com --- I am facing the same issue, also there is no code in the setRowGroupCollapsed method in SXSSF: method from SXSSFSheet.class: public void setRowGroupCollapsed(int row, boolean collapse) {

[Bug 55149] Usage of XmlBeans triggers clearThreadLocalMap warnings in Tomcat with XSSF

2013-06-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55149 --- Comment #2 from Christopher Brown br...@reflexe.fr --- I h -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail:

[Bug 55149] Usage of XmlBeans triggers clearThreadLocalMap warnings in Tomcat with XSSF

2013-06-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55149 --- Comment #3 from Christopher Brown br...@reflexe.fr --- I have created issue: https://issues.apache.org/jira/browse/XMLBEANS-502 -- You are receiving this mail because: You are the assignee for the bug.

[Bug 51673] groupRow in SXXSF.Sheet causes unreadable content

2013-06-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51673 --- Comment #5 from sweeny...@gmail.com --- Yegor, How do you group rows that have been flushed, i.e. are not in the memory window now? -- You are receiving this mail because: You are the assignee for the bug.

RE: [XSLF] Creating slide notes

2013-06-27 Thread Nick Burch
On Wed, 26 Jun 2013, honyk wrote: I'd like to help with implementing the functionality for adding slide notes to the presentation... please throw me a rope... thanks. First step is to work out what XML is needed, and where. Try to get the very minimal amount that'll work. What XML do you

RE: [XSLF] Creating slide notes

2013-06-27 Thread honyk
On 2013-06-27 Nick Burch wrote: On Wed, 26 Jun 2013, honyk wrote: I'd like to help with implementing the functionality for adding slide notes to the presentation... please throw me a rope... thanks. First step is to work out what XML is needed, and where. Try to get the very minimal

RE: [XSLF] Creating slide notes

2013-06-27 Thread Nick Burch
On Thu, 27 Jun 2013, honyk wrote: Thanks for your effort. There is a model for slide notes available: http://poi.apache.org/apidocs/org/apache/poi/xslf/usermodel/XSLFNotes.html It'll almost certainly need some extending I can read slide notes from the existing presentation, so I know how