Creating Excel file from MySQL

后端 未结 5 620
死守一世寂寞
死守一世寂寞 2021-02-09 08:42

I am trying to generate an XLS file from a table in a MySQL DB, but the Excel file is not properly formatted & given error when the Excel file generated \"The file which you

5条回答
  •  逝去的感伤
    2021-02-09 08:45

    use http://phpexcel.codeplex.com/

    C'est la meilleur solution pour générer un fichier excel Vous pouvez même créer plusieurs feuilles dans le fichier et formater les cellules (couleur, police, bordure, ...)

    Google translate:

    This is the best solution to generate an excel file You can even create multiple sheets in the file and format the cells (color, font, border, ...)

提交回复
热议问题