How to display excel in the browser
Hello,
Im trying to display an excel xls file with a browser page.
Im using the object tag. Ive used that for PDF's an it works ok.
When I use it with my excel.xls file it's saying that the plugin is not found. I have excel installed.
What am I doing wrong ?
$("#xls").append('<object data="/reports/xlstest.xls" type="application/vd.ms-excel" width="100%" height="100%"></object>');
Thank You
"When all is said and done, more will be said than done."