There as per version 3.0.1-final, there is no way u can do that...

Thanks & Regards
Sumit Jain
L&T Infotech, Powai
Mobile: +91-9920911884
Ext: 6052
Email: [EMAIL PROTECTED]

Larsen & Toubro Infotech Ltd.
www.Lntinfotech.com




                                                                           
             "Moody Lee"                                                   
             <[EMAIL PROTECTED]                                             
             .com>                                                      To 
                                       "POI User List"                     
             03/27/2008 05:01          <[email protected]>               
             PM                                                         cc 
                                                                           
                                                                   Subject 
             Please respond to         Re: how to make the gridline        
             "POI Users List"          disappeared by API                  
             <[EMAIL PROTECTED]                                             
                   org>                                                    
                                                                           
                                                                           
                                                                           
                                                                           




Hi,

I've discovered one approach by the following code:

cellStyle.setFillForegroundColor(HSSFColor.WHITE.index);
cellStyle.setFillPattern(HSSFCellStyle.SOLID_FOREGROUND);
cell.setCellStyle(cellStyle);

but is there any method to modify the property of the workbook?
so i needn't to set the cell style for each cell.

Thanks.


2008/3/27, Moody Lee <[EMAIL PROTECTED]>:
>
> Hi,
>
> I'm working with POI 3.0.2-FINAL, using it to generate some report.
> Does anyone know how to perform the following action by API like I'm
> operating the Excel file?
> menu->tool->options->
> in the "view" tab
> uncheck the "gridline" checkbox.
>
> which I want to do is let the gridlines disappear.
>
> any idea is appreciated.
>
> thanks you.
>
> Moody.
>
>


______________________________________________________________________


______________________________________________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to