header - how to create excel file and read xls using php excel reader? -
header - how to create excel file and read xls using php excel reader? -
create excel file dataexcel.xls
using php. dataexcel.xls
file has more data. same dataexcel.xls
file doesn't read php excel reader. straight created .xls files readable. created excel file not readable. have used http://sourceforge.net/projects/phpexcelreader excel reader class.
header("content-type: application/x-msdownload"); header("content-disposition: attachment; filename=dataexcel.xls"); header("pragma: no-cache"); header("expires: 0");
any header content change?
php header export-to-excel createfile
Comments
Post a Comment