joeharrison714 / MVCGrid.Net

http://mvcgrid.net
MIT License
74 stars 55 forks source link

export to spss #92

Closed reza-sed closed 7 years ago

reza-sed commented 7 years ago

Hi there, I want to add SPSS export to MVCGrid. please help thanks in advance

joeharrison714 commented 7 years ago

Hi, Did you take a look at this? http://mvcgrid.net/demo/customexport

I am not familiar with the SPSS format but if you know how to build the format in code it shouldn't be too difficult. See here for an example I have of a tab-delimited format: https://github.com/joeharrison714/MVCGrid.Net/blob/master/MVCGridExample/Models/TabDelimitedRenderingEngine.cs

reza-sed commented 7 years ago

Thank you I have done it by using pre render method