Bug 27075 - after copy sheet(Workbook.cloneSheet()) chart link to previous page
Summary: after copy sheet(Workbook.cloneSheet()) chart link to previous page
Status: RESOLVED DUPLICATE of bug 26862
Alias: None
Product: POI
Classification: Unclassified
Component: HSSF (show other bugs)
Version: unspecified
Hardware: Other Windows XP
: P3 enhancement with 4 votes (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-19 11:40 UTC by Sergey Skalchihin
Modified: 2013-08-04 19:04 UTC (History)
1 user (show)



Attachments
Excel report with copied sheets and charts (26.50 KB, application/vnd.ms-excel)
2004-02-19 11:44 UTC, Sergey Skalchihin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Skalchihin 2004-02-19 11:40:46 UTC
after copy sheet(Workbook.cloneSheet()) chart linking to prev. page

First sheet name : "report" (have a Chart)
ater cloneSheet()
Second page name : "report(2)"(have a Chart but datalink to "report")
Comment 1 Sergey Skalchihin 2004-02-19 11:44:09 UTC
Created attachment 10436 [details]
Excel report with copied sheets and charts
Comment 2 Jason Height 2004-02-19 21:13:10 UTC
Hi Sergey,

This is currently functionality "as implemented", and i know for one that i dont
have any time to change it. You are welcome to get your hands dirty and
contribute a patch. Have a dig arround in the java\org\apache\poi\hssf\record
area and look for where the series for charts are specified. Alternatively I
believe that Andy can provide you with paid support

I suspect that the best approach is to keep the clone functionality "as is" but
expose a high level API to the chart in the new sheet to change its series. But
this would require alot of work.

Jason
Comment 3 Dominik Stadler 2013-08-04 19:04:41 UTC

*** This bug has been marked as a duplicate of bug 26862 ***