SDN-X / SuperConvert

SuperConvert is a C# library that provides easy and efficient conversion between JSON and various data formats.
https://superconvert.live
MIT License
14 stars 2 forks source link

Suggestion #22

Closed Recapi closed 1 year ago

Recapi commented 1 year ago

the methods toCsv and toXls has a option to receive the byte[] , not save locally the file. I'm developing a api and a need to generate the file read from memory than delete the file. To return the byte array to the front end

esamelzain commented 1 year ago

If I got your suggestion clearly, you want the methods toCsv() and toXls() to return a byte array rather than creating the file locally ?