https://issues.apache.org/bugzilla/show_bug.cgi?id=57459
--- Comment #3 from Dominik Stadler <[email protected]> --- I would probably start from the ones in TestSXSSFSheet (http://svn.apache.org/viewvc/poi/trunk/src/ooxml/testcases/org/apache/poi/xssf/streaming/TestSXSSFSheet.java?view=markup), e.g. overrideRowsInTemplate(). Then build a unit test with the following: * Create a document using SXSSF, * write it into a temporary file * read it back in using XSSF and * verify that the outline grouping is set correctly -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
