HSSFTableWriter setting HSSFSheet late
--------------------------------------

                 Key: DISPL-503
                 URL: http://jira.codehaus.org/browse/DISPL-503
             Project: DisplayTag
          Issue Type: Bug
          Components: Export
    Affects Versions: 1.1.1
            Reporter: Kevin Dooley
            Priority: Minor


I am developing a report which will display a group heading at the start of 
each group. This is fine on the HTML view. But when exported to Excel the 
assertActiveState flag is false for the first row so it cannot display the 
first heading. I have looked at the source code and the reason for this is that 
in the HSSFTableWriter.java class, the HSSFSheet is not set until just before 
finishRow() is called on the decorator in the writeDecoratedRowFinish(...). I 
would think this should be done in the writeDecoratedRowStart(...), but maybe 
there is a reason for this.  

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
displaytag-devel mailing list
displaytag-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to