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 -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -