Hira! Thanx once again. It seems you given me idea. Can u provide me sample code how to modify the existing chart. If possible send me complete code any way you already done with this i am new to this POI so i was unable to get the example. Plz plz send me and help me out -Thanks in Advance Jeevan
"N. Hira" <[EMAIL PROTECTED]> wrote: The underlying problem is that POI does not handle MS-Excel charts very well. The work-around is to create a chart in a document, as I described, then simply copy the file over and replace the sample data with real data -- POI/HSSF does that just fine. In MS-Excel, Charts can always be updated to reflect changes to the underlying data. Thus, your charts will be dynamic as you require. For example, if I create a pie chart with 10 sample rows of data in my "template", then when I replace those 10 rows with 100 real rows using Java, the user can _painlessly_ update the chart to see the new data. Regards, -h --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] Mailing List: http://jakarta.apache.org/site/mail2.html#poi The Apache Jakarta POI Project: http://jakarta.apache.org/poi/ --------------------------------- Yahoo! Shopping Find Great Deals on Holiday Gifts at Yahoo! Shopping
