vue-xlsx icon indicating copy to clipboard operation
vue-xlsx copied to clipboard

Read json by column instead of row

Open Rednas83 opened this issue 4 years ago • 2 comments

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

Rednas83 avatar Nov 27 '19 15:11 Rednas83

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

DonNicoJs avatar Nov 28 '19 08:11 DonNicoJs

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.

Rednas83 avatar Nov 29 '19 09:11 Rednas83