Bug 37944

Summary: Unable to set cell style for the entire cell or in short to cell A:A or B:B
Product: POI Reporter: Kumar <mksusa>
Component: HSSFAssignee: POI Developers List <dev>
Status: RESOLVED WONTFIX    
Severity: enhancement    
Priority: P1    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Kumar 2005-12-17 00:17:45 UTC
Hello,

I need to create a blank xls and set the cell styles to the whole column. 

Thanks
Kumar
Comment 1 Yegor Kozlov 2007-01-12 06:41:53 UTC
*** Bug 37945 has been marked as a duplicate of this bug. ***
Comment 2 Nick Burch 2008-07-10 15:51:57 UTC
Styling a whole column is not yet supported

For now, you should wait until all your data is in, then create the cell style for that column. Iterate over all rows, and style the cell in the required column for each row.