Portal Engine Questions on portal engine and web parts.
Version 6.x > Portal Engine > Export form data to Excel View modes: 
User avatar
Member
Member
epogburn-nola - 2/22/2012 1:18:50 PM
   
Export form data to Excel
Help. I'm looking for the function that allows me to export form data to Excel. I've seen the feature mentioned in the forum a few times, but I can't seem to find it anywhere. Does it need to be turned on first? Is it custom code? Someone point me in the right direction.

Thanks.

User avatar
Kentico Support
Kentico Support
kentico_janh - 2/23/2012 1:51:22 AM
   
RE:Export form data to Excel
Hello,

The method you are looking for is CMS.GlobalHelper ► DataExportHelper ► ExportData(DataExportFormatEnum, HttpResponse), where the DataExportFormatEnum parameter can be one of these:

XLSX - Excel 2007.
CSV - Comma-separated values.
XML - EXtensible Markup Language.


For more information please download our API documentation from following link:

http://devnet.kentico.com/docs/kenticocms_api.zip

Best regards,
Jan Hermann