本文介绍了ASP.net大型Excel文件导出导致问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我目前正面临excel导出的问题,我首先从WCF服务中获取记录,然后我试图对对象进行操作以创建excel文件,但整个过程需要花费大量时间和因此导致申请超时,任何建议将不胜感激。



Im currently facing the issue with excel export where I''m first fetching the records from the WCF service and then I''m trying to intrate the objects to create an excel file, but the whole process takes lot of time and hence causes application timeout,any suggestion would be greatly appreciated.

Mayank Singh

推荐答案


这篇关于ASP.net大型Excel文件导出导致问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-23 23:37