Bug 21439 - [PATCH] for problem writing HEADERS on a sheet with an embedded chart
Summary: [PATCH] for problem writing HEADERS on a sheet with an embedded chart
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: HSSF (show other bugs)
Version: 2.0-dev
Hardware: All All
: P3 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-09 17:57 UTC by Paul Pound
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments
simply change to make sure HEADER we get belongs to the Sheet and not an embedded chart (2.78 KB, text/plain)
2003-07-09 18:01 UTC, Paul Pound
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Pound 2003-07-09 17:57:11 UTC
When trying to modify a HEADER or FOOTER record using poi on a sheet that 
contains embedded objects (such as charts) and the embedded object contains a 
HEADER or FOOTER record (such as charts) you are actually modifying the HEADER 
or FOOTER of the embedded object.
Comment 1 Paul Pound 2003-07-09 18:01:57 UTC
Created attachment 7195 [details]
simply change to make sure HEADER we get belongs to the Sheet and not an embedded chart
Comment 2 Paul Krause 2003-07-09 18:06:36 UTC
This patch seems to have some unintended changes to buid.xml and .classpath.
Comment 3 Shawn Laubach 2003-07-09 20:25:30 UTC
Applied the pertinent part of the patch to fix the problem.  Created a test 
case that first found the problem and then passed when the patch is added.

BTW, I removed the entries to build.xml and .classpath from the patch.