从客户端下载大数据 [英] Downloading large data from client side

查看:75
本文介绍了从客户端下载大数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



由于Chrome浏览器没有响应数据量,因此我遇到了在客户端的html表中从excel下载20k-30k记录的问题很大。那么任何机构都可以建议我在客户端的html表格中从excel下载任何替代解决方案。

在此先感谢...

Hi,
I am facing a problem of downloading 20k-30k records in excel from html table in client side by using URI link in java script,as chrome browser is not responding as the data volume is large. So can any body suggest me any alternative solution to download in excel from html table in client side.
Thanks in advance...

推荐答案

你的问题不够明确:

你想解析一个来自外部URL的Excel文件并将其作为表加载到客户端? :答案:你必须通过ajax代码使用异步请求。



例如:


Your question is not clear enough :
You want Parsing an Excel File from external URL and load it into client side as table ? : the answer : you must use asynchronous request through ajax code.

For exemple:


.post(urlOfyourFile,function(data){//或
.post( urlOfyourFile, function( data ) { //or


.get

//构建你的html数据

//使用jquery显示html数据

});



如果不是正确的答案。你能更清楚地澄清你的问题或发布你的代码来帮助你吗?
.get
//build you html data
// using jquery display html data
});

If it not the right answer. can you more clarify your question or post your code to help you ?


这篇关于从客户端下载大数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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