网页中的Excel表格 [英] Excel sheet in web page

查看:87
本文介绍了网页中的Excel表格的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨所有

i希望在我的aspx页面中放置一个excel电子表格,用户可以在其中输入数据然后在特定按钮上获取该单元格数据并在我想要的方法中使用它使用



任何建议..

hi all
i want to put an excel spread sheet in my aspx page where a user can enter in it data and then on a specific button take that cell data and use it in the method i want to use

any suggestions..

推荐答案

你可以使用GridView Server Control或Jquery Handsontable插件(客户端的Excel(如Grid)。
You can use GridView Server Control or Jquery Handsontable plugin(Excel like Grid) at client side.


<IFrame runat="server" id="iframepdf" width="100%" height="550" >
</IFrame>





代码背后:



code Behind:

iframepdf.Attributes.Add("src", "FilePath" & test.xls)





另一种方式





another ways

<iframe src="Test.xlsx" mce_src="/Test.xlsx" width="500px" height="200px"></iframe>

这篇关于网页中的Excel表格的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆