oracle 将大量数据导出到excel的最有效方法
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/4518988/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
The most efficient way to export large amount of data to excel
提问by mavera
If you had to get large amount data(nearly 230.000 rows) from database(I use oracle) to an excel file with asp.net, how would you do it? I need some advice about this issue.
如果您必须使用 asp.net 从数据库(我使用 oracle)获取大量数据(近 230.000 行)到 excel 文件,您会怎么做?我需要一些关于这个问题的建议。
回答by honibis
You should consider using csv(Comma Separated Value) file format. It is very lightweight and supported by excel:
您应该考虑使用 csv(逗号分隔值)文件格式。它非常轻巧,并由 excel 支持: