vue-json-csv icon indicating copy to clipboard operation
vue-json-csv copied to clipboard

VueJS component to export Json Data into CSV file and download the resulting file.

Results 41 vue-json-csv issues
Sort by recently updated
recently updated
newest added

hi @Belphemur ! I wonder how to achieve the proper format of my extracted csv to be displayed as a matrix, let's say a 2 by 2 like so :...

I have tried to use papa parse options like: ``` ``` or as: ``` (...) data :()=>({ opt:{preview:2} }) ``` But it does not break after 2 lines. How should...

Using the example link here, and my own implementation, it does not download any file while using Chrome on iOS (Safari works fine). I tested using Chrome version 870.0.4280.163 (latest)...

Title says it all, I tried every combination to download my data to .xlsx (do not want xls) and no dice, maybe this isn't a feature? Would be cool if...

I utilize `vue-json-csv` in an enterprise application where I have to support Internet Explorer 11 🤮 . Based on the settings added in v1.2.12, Internet Explorer 11 can no longer...

Hi, thx for the great library. :) I'd like to export csv file on Shift_JIS format and implemented as below. ``` ``` I also tried the values such as "shiftjis",...

Can you please provide an option to invoke callbacks on success and error of downloading a file?

I noticed that the data proptery is being called on page load, as well as whenever the underlying data is updated. Is it possible to only call the computed property...

Hi everyone Download not working. My code: **HTML** ``` Exportar Póleo ``` **SCRIPT** ``` import exportCsv from "../plugins/exportCsv"; methods: { async exportGraph() { let exportWellId = new Array(); exportWellId.push(this.idwell); const...

Hi again, thanks for fixing my encoding issue #23 so quickly. I just upgraded from version 1.2.5 to 1.2.8. However I was not able to try it yet as it...