I am using PHPExcel library to read/write excel files. Now I want to generate a chart, or add an image (chart generated with pChart ). I would like to know if there are other libraries that support dinamic image insertion (not template images) or chart generation based on written data.
Share
Your only PHP options at present to work with charts in Excel are:
all of which use an external component for handling the excel data itself.
Reading and Writing charts is targeted for the next realease of PHPExcel (sometime between now and the end of June) for Excel 2007 (.xlsx) files, and in the following release (sometime around September) for BIFF (.xls) files