DonNicoJs / vue-xlsx

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

Read json by column instead of row #8

Open Rednas83 opened 4 years ago

Rednas83 commented 4 years ago

Is it possible to read columns instead of rows for the json format? Uploaded excel sheet (with transposed rows): image Converted json (expecting rows instead of columns): image

DonNicoJs commented 4 years ago

We could add it as a functionality yes! But for now you can achieve it by iterating the rows

Rednas83 commented 4 years ago

That would be great! Iterating seems complicated and not very efficient. I would prefer to wait for official support or to try a different solution.