Как отобразить данные файла excel в HTML(chrome/firefox)
Привет,
Мне нужна помощь в этом, так как код может отображаться в IE, но не в Chrome.
<pre><html xmlns="" xml:lang="en" lang="en"> <head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> </head> <body> </object> <div align="center"><iframe src="C:\y\test.csv" width="50%" height="200"></iframe></div> </body> </html>
Что я уже пробовал:
I've tried it in Chrome, it does not display but directly download the excel file instead, any idea how to fix it? Your help are very much appreciate, thanks in advanced!