DonNicoJs / vue-xlsx

XLSX manipulation made easy by Vue.js
https://vue-xlsx.netlify.com/
MIT License
40 stars 37 forks source link

Download to uploaded file rather then creating a new one #7

Open Rednas83 opened 4 years ago

Rednas83 commented 4 years ago

I really like the way how excel sheets are converted to json. Is it also possible to keep the formatting of the uploaded excel sheet when downloading the json to excel? Uploaded sheet (with formatting): image Downloaded sheet (without formatting): image

DonNicoJs commented 4 years ago

@Rednas83 I need to check how the underlaying library exposes us the values, could you send the spreadsheet that you are trying to use ?

Rednas83 commented 4 years ago

Hereby, I also included the vue code (just rename cexcel.txt as cexcel.vue, replace vinput by something else and findx is a global array function) Spreadsheet.xlsx cexcel.txt findx.txt

DonNicoJs commented 4 years ago

@Rednas83 Thanks I will try to take a look in the coming days!

Rednas83 commented 4 years ago

@DonNicoJs Any updates?