How to write a datatable to excel work book at client side

Posted by senthilkumar on Stack Overflow See other posts from Stack Overflow or by senthilkumar
Published on 2009-12-10T07:57:53Z Indexed on 2010/03/21 7:11 UTC
Read the original article Hit count: 211

Filed under:

Hi Guys

Currently i am doing one project in that we need to generate report from database. Since my server memory is too low im getting 'Out of Memory' Exception when im writing it at serverside and also when i write directly to a excel file using http header as excel file im not able to create multiple sheets since my database table is huge more than 65536 rows. I saw many solution using a third party tool but i cant use those into mine..If anyone already worked on this please give me some direction. Also i tried using javascript but for that i need to use datagrid at server side?? but in my project i m not allowed to use like this.

© Stack Overflow or respective owner

Related posts about visual-studio