FlowingCode / GridExporterAddon

Other
10 stars 8 forks source link

setExportValue should receive a VP that can generate any kind of values #74

Closed mlopezFC closed 1 year ago

mlopezFC commented 1 year ago

Right now setExportValue allows to set the value to be exported supplying always a String. The problem is that if I want to specify that the value is a Number or a Date and I want that those are preserved as that data type in Excel, that cannot be done.