开发者

Export to xls in customised way

开发者 https://www.devze.com 2023-01-17 16:38 出处:网络
My application is fetching a data dynamically from MYSQL and displaying. The Problem is even i have to give the option to \"Export to Xls\" file. And these file should be in a A4 size, so i should cus

My application is fetching a data dynamically from MYSQL and displaying. The Problem is even i have to give the option to "Export to Xls" file. And these file should be in a A4 size, so i should customize the font size of contents in the Xls file to fit into the A4 size.And i need to insert if possible i开发者_JAVA技巧mage into the file.

Please help me to solve this as i am new to php and need to complete it within a day.


You can use

  • PHPexcel or
  • PEAR_Spreadsheet_Writer
  • php_excel extension by Ilia Alshanetsky (this requires a commercial license for libXL)

to create the Excel Sheets.

0

精彩评论

暂无评论...
验证码 换一张
取 消