如何使用JQuery在客户端将表导出到Excel文件?
我在我的 Web 应用程序中使用 java、jQuery 和 jsp。我想了解如何使用客户端的 JQuery 将表中的值导入 Excel 文件。即使在 stackoverflow.com 上也有很多示例和建议,但我看到了服务器端的解决方案,例如 Apache POI 或类似的东西。
有一个数据插件: http://www.datatables.net/ 该插件我认为可以在客户端将表数据导出到 Excel 文件中,所以我正在寻找类似的解决方案。
I use java, jQuery and jsp at my web application. I want to learn that how can I import the values at my table to Excel file with JQuery at client side
. There are many examples and suggestions even at stackoverflow.com but I saw the solutions as server side as like Apache POI or something like that.
There is a datable plug-in: http://www.datatables.net/ at that plug-in it can be done to export the table data into a excel file I think at client side and so I am searching for a solution as like that.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
为什么不轻松导出 CSV 和 MS Excel 或任何可以解析 .csv 文件的电子表格应用程序?
这是一个名为 HTML Table to CSV 的 jQuery 插件的链接
,这是该插件的示例:< a href="http://www.kunalbabre.com/projects/table2CSV.php" rel="nofollow">http://www.kunalbabre.com/projects/table2CSV.php
Why don't export easily yo CSV and MS Excel or any speadsheet appliation can parse the .csv file?
Here is a link for a jQuery Plugin called HTML Table to CSV
Here an example of the plugin: http://www.kunalbabre.com/projects/table2CSV.php
使用此 VBScript 进行客户端导出。请记住,您需要在浏览器设置中允许运行 activex 控件。
Use this VBScript for the client side export. Remember that you need to allow to run activex controls in the browser settings.