I need to extract Microsoft Graph Chart that is embedded in Ms Excel files externally and save it to MySQL database. The data I need is the value in the datasheet that made up the chart. (It appears when you double click the chart). I have tried to use PHP Excel library, but it can only access the data in the cells, not embedded object's data.
I am open to use any tool, PHP, PERL, Python, Java or anything as long as I can get the job done.
Sample excel file that contain the embedded Ms Graph Chart : http://www.sendspace.com/file/8rd1jg
Any information/thoughts will be much appreciated!