Multiple footer rows in a column of worksheet in excel.
        Posted  
        
            by niveditha
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by niveditha
        
        
        
        Published on 2010-05-19T07:36:12Z
        Indexed on 
            2010/05/19
            7:40 UTC
        
        
        Read the original article
        Hit count: 224
        
export-to-excel
I need to have three rows within the footer section of a column while generating an excel worksheet...
I wrote a code as follows
    
        
    
    
    
        
        
        
    
I expected the output to be :
Header
cell 1
Footer 1
Footer 2
Footer 3
But I get the output as:
Header
cell 1
Footer 3
Please help me with this issue.
Thank You in advance.
© Stack Overflow or respective owner