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

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -