Php view execl and xls file on browser -


i display execl file within browser similar how pdf file viewed.is there way accomplish this. have used execl library, not fulfil requirements. here example used in excel not working

header('content-type: application/pdf'); header('content-disposition: inline; filename="' . $filename . '"'); header('content-transfer-encoding: binary'); header('accept-ranges: bytes');

i used phpexcel library viewing execl file on browser not working


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -