Export the result of a custom method to Excel pr CSV

Hello,

Is it possible to export the result of a custom method to Excel or CSV? With the built in function or in any other way.

I've found ways to export only the result of a data source method, but the SQL Syntax is killing me :slight_smile:

Thanks!

Hi @fjcf,

There is no built-in way to export a custom method to Excel or CSV. You can check the implementation of the OutputFormatter classes that Radzen has generated and use it in your custom methods.

1 Like