London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
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