For smart Primates & ROBOTS (oh and ALIENS ).

Showing posts with label excel. Show all posts
Showing posts with label excel. Show all posts

Thursday, March 12, 2015

Export to excel in PHP

If you have a data and want to generate excel file of that data. then call this listed below function in php.


public function exportToExcelUtil($filename,$data) {
header("Content-type: application/octet-stream");
header("Content-Disposition: attachment; filename=$filename");
header("Pragma: no-cache");
header("Expires: 0");
echo  $data;
}
Share:

Saturday, December 21, 2013

How to put single quotes in excel

How to put single quotes in excel


use ="'" & " " & "'"
Share:

Ads Inside Post

Powered by Blogger.

Archive