I want to make an import script which allows users to upload their excel file (extension not important) to my php application.
The application should reconize a lis
PHPExcel does support images, although it doesn't yet support charts
EDIT
Chart reader support added for Excel 2007+ .xlsx files in version 1.7.7 of PHPExcel