alexcaza / export-to-csv

Export a JS collection to CSV; written in TypeScript.
Other
200 stars 48 forks source link

As blob feature #103

Closed alexcaza closed 4 months ago

alexcaza commented 4 months ago

This adds an asBlob function to interact with the output from generateCsv as a Blob.

Inspired by issue #101.