Bug 43058 - Outlines in excel sheets
Summary: Outlines in excel sheets
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: HSSF (show other bugs)
Version: 3.0-FINAL
Hardware: Other Windows XP
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
: 43059 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-08-08 04:42 UTC by Petr Titera
Modified: 2008-01-09 05:39 UTC (History)
0 users



Attachments
Workbook without guts record (34.50 KB, application/octet-stream)
2007-08-08 04:59 UTC, Petr Titera
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Titera 2007-08-08 04:42:47 UTC
I've stumbled upon workbook which gives me:

Exception in thread "main" java.lang.NullPointerException
	at org.apache.poi.hssf.model.Sheet.recalcRowGutter(Sheet.java:3001)
	at org.apache.poi.hssf.model.Sheet.groupRowRange(Sheet.java:2987)
	at org.apache.poi.hssf.usermodel.HSSFSheet.groupRow(HSSFSheet.java:1369)

when I try to create groups in it. It seems to me that generator of this
workbook (CR IX) does not emit GutsRecord.
Comment 1 Petr Titera 2007-08-08 04:59:57 UTC
Created attachment 20614 [details]
Workbook without guts record

Attached file contains typical excel sheet generated from CR XI.
Comment 2 Petr Titera 2007-08-08 05:01:24 UTC
*** Bug 43059 has been marked as a duplicate of this bug. ***
Comment 3 Nick Burch 2008-01-09 05:39:12 UTC
Should now be fixed in trunk (we now add the gutsrecord if it isn't there)