Re: Converting Image to XML

2003-12-19 Thread Mike Trotman
You should be able to export the chart from Excel as a graphic - and then render the graphic using fo:external-graphic. I would be surprised if there is an XML representation of an Excel chart - and if there was you would have to reproduce the image processing to be able to display it. nitish

Converting Image to XML

2003-12-15 Thread nitish kumar sinha
HI Is there any way to convert the chart build in the Excel to XML and display the XML thus generated in the PDF using the FOP . If any one has any idea in this regard please send sample code or the idea to do the convertion. I shall be very thankfull to u. Thanks nitish

Re: Converting Image to XML

2003-12-15 Thread mathieu . fretiere
Is there any way to convert the chart build in the Excel to XML Look at : http://jakarta.apache.org/poi/index.html there might be something interesting. I don't know if you can read Excel charts. Another way to read Excel data is to use ODBC. Data must be formatted like a database table.