t-chatoyan / vue-excel-xlsx

Convert your Data as an XLSX file
MIT License
39 stars 28 forks source link

Nested object are not coming #8

Closed DeepKarmakar closed 2 years ago

DeepKarmakar commented 3 years ago

How to export excel for a nested object like below data : [ { address: { pin: '700114', city: 'kolkata' } }, ]

I tried like below but didn't work. columns : [ { label: 'Pin', field: 'address.pin' },

fhn86 commented 2 years ago

@DeepKarmakar I have the same problem, how do you solve it ?

t-chatoyan commented 2 years ago

@DeepKarmakar @fhn86 thanks for using 'vue-excel-xlsx' package, you can use V1.2.2, I have added functionality for nested object