Hello team ,
Please guide me on , How to create export to excel functionality . is any video related to this?
I am using custom form (not umbraco form) i have a list view of my document type. now i want to export it.
Could you provide some more information on this? You say you have your own form, do you have your own controller and bits in the back office that allow you to see the results?
If you have your own controller that the back office is using, you could easily extend your controller to have an action that returns your excel export.
Yes Nik,
I have controller which handle operation on form and save the data. Now i get list view of my all record , on that i want to provide functionality of export.
How to create export to excel functionality?
Hello team , Please guide me on , How to create export to excel functionality . is any video related to this? I am using custom form (not umbraco form) i have a list view of my document type. now i want to export it.
Hi mukund,
Could you provide some more information on this? You say you have your own form, do you have your own controller and bits in the back office that allow you to see the results?
If you have your own controller that the back office is using, you could easily extend your controller to have an action that returns your excel export.
Nik
Yes Nik, I have controller which handle operation on form and save the data. Now i get list view of my all record , on that i want to provide functionality of export.
My post might help you
http://www.codeshare.co.uk/blog/how-to-export-data-to-excel-as-a-csv-file-in-c/
I am using EyeCatchCSVGenerator package for this,
Got an error Server cannot set content type after HTTP headers have been sent. ? did i miss some thing ?
Hi Paul , Now i am trying your approach to export . But every time i get blank file .
Please look at my code and tel what is wrong ?
is working on a reply...