Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Here is the decompiled version of the DataExportingController from Forms 4.6.1.0
https://pastebin.com/2mEzpGna
Hi,
the link give above is not working anymore. Could you please share me the decompiled version.
Thanks
Mahesh K
Hello,
I have a custom funtion to export submit form as an excel file. It was working well untill I upgraded epi forms to version 4.6.0, then all pages on my site that using epi froms not working at all. It seem like those method were gone in DataExportingController version 4.6.0
protected virtual DataTable CreateTable(IEnumerable friendlyNames);
protected virtual DataExporterBase GetExporterFromExtension(string extension);
protected virtual string GetValidColumnName(string rawName);
And I need those methods. Does anyone know if epi they changed name or move to somewhere else?
Regards,
/Katharina