java generated excel sorting color mess.
        Posted  
        
            by afzal
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by afzal
        
        
        
        Published on 2010-05-27T07:37:17Z
        Indexed on 
            2010/05/27
            7:41 UTC
        
        
        Read the original article
        Hit count: 355
        
I am using jxl api for generating a excel sheet, in which the alternate rows are highlighted, when I sort the contents of a excel and sort manually, the cell background colors messup, usually this is because I am writing the color cell by cell, is there anyway through which i color the alternate rows of the excel while generating it, in such a way that it doesnt effect the sorting of the contents.
© Stack Overflow or respective owner