sandeep
sandeep

Reputation: 2882

Export to xls in customised way

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 image into the file.

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

Upvotes: 2

Views: 348

Answers (1)

Gordon
Gordon

Reputation: 316939

You can use

to create the Excel Sheets.

Upvotes: 2

Related Questions