RE: how to find style in existing workbook for cell position with no cell

2007-04-27 Thread Levi Strope
I believe it can be mapped to a BlankRecord because the cell itself still contains cell formatting. -Original Message- From: Haggerty, Michael [mailto:[EMAIL PROTECTED] Sent: Friday, April 27, 2007 10:28 AM To: poi-user@jakarta.apache.org Subject: how to find style in existing workbook

RE: how to find style in existing workbook for cell position with no cell

2007-04-27 Thread Haggerty, Michael
:[EMAIL PROTECTED] Sent: Friday, April 27, 2007 11:44 AM To: POI Users List Subject: RE: how to find style in existing workbook for cell position with no cell I believe it can be mapped to a BlankRecord because the cell itself still contains cell formatting. -Original Message- From

Re: how to find style in existing workbook for cell position with no cell

2007-04-27 Thread Andrew C. Oliver
Guys HSSF is a file format API not a spreadsheet DOM even though usermodel exhibits some of those features to make things easier. It doesn't make sense for HSSF to map anything to BlankRecord except BlankRecord. Besides, you want HSSF to suck down MORE memory be creating MORE objects?