issues
search
angeliquekom
/
vue-json-to-csv
A Vue.js 2 component for transform and download a json in csv format
MIT License
35
stars
9
forks
source link
Feature/fix download
#10
Open
guilopesbearari
opened
4 years ago
guilopesbearari
commented
4 years ago
Changes:
If cell is null, show blank instead of "null" text
Download csv as a Blob instead of Base64 URI only. With large files, base64 URI will fail.
Changes: