Import excel files with image in php/mysql

后端 未结 3 1415
深忆病人
深忆病人 2021-01-02 14:17

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

3条回答
  •  孤街浪徒
    2021-01-02 14:34

    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

提交回复
热议问题