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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -