Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Episerver Forms 4.6.0 missing some method in DataExportingController

Vote:
 

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

#180005
Jun 28, 2017 10:57
Vote:
 

Here is the decompiled version of the DataExportingController from Forms 4.6.1.0

https://pastebin.com/2mEzpGna

#180423
Jul 10, 2017 10:06
Vote:
 

Hi,

the link give above is not working anymore. Could you please share me the decompiled version.

Thanks

Mahesh K

#203951
May 14, 2019 7:34
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.