Convert Datatable to Excel
I have datatable with 28,000 rows and 518 columns. How should I convert the Datatable to Excel in Faster way.
P.s. This is a console application not Asp.net application.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mageshwaran RPosted Nov 25, 2019, 10:06 AM
Jaimin ShethiyaPosted Oct 9, 2019, 12:48 AM
can you try below code for generate excel file.
Added nuget package for generate the excel file. ClosedXML
command for install: Install-Package ClosedXML
let me know if you have anything else.
Thanks.
Amit GuptaPosted Oct 8, 2019, 9:58 AM
Rahul KaushikPosted Oct 8, 2019, 1:34 AM
Sapna GirishPosted Oct 7, 2019, 8:27 PM
Amit GuptaPosted Oct 7, 2019, 11:15 AM