Hello Everyone, I have the following requirement 1.. I need to create an xls on the fly using Java application (This can be achived using HSSF) 2.. Need to format whole column and not inidividual cells(It seems HSSF allows users to format individual cells and not the entore column). This is required So that if users try to add new rows to the xls manually(not programatically) then the format is applied to the columns of the new rows automatically. Any help in this is greately appreciated.
Thanks Madhav
