I resolved the issue. Although cellStyles were highly reused whenever the
styles were being set on the cells , I was creating temporary styles by
creating new styles. Be careful not to call workbook.createCellStyle( )
too may times whether you use it or not.
Sanjeev Parwatikar
----- Forwarded by Sanjeeva Parwatikar/HQ/FHLMC on 01/22/2004 12:54 PM
-----
Sanjeeva
Parwatikar To: [EMAIL PROTECTED]
cc:
01/16/2004 03:38 Subject: Excel: Too many different
cell formats
PM
I have excel workbook containing many sheets where each contains around
5000 cells. The total number of cell styles created and used are less than
25 and are maintained in a registry (highly reused). Even though the cell
styles created are very less, I cannot open the generated excel workbook
(too many different cell formats error).
Please refer to
http://www.mail-archive.com/[EMAIL PROTECTED]/msg01529.html
Sanjeev Parwatikar
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
- Excel: Too many different cell formats Sanjeeva_Parwatikar
- Re: Excel: Too many different cell formats Jeff Blackwell
- Re: Excel: Too many different cell formats Sanjeeva_Parwatikar
- Re: Excel: Too many different cell formats avik . sengupta
