CotalkerPartners / mongo-xlsx

Convert Mongo data into Excel and vice versa @ Node.js. MongoDB Mongoose Dump to excel.
MIT License
99 stars 28 forks source link

exporting multiple sheets in one excel #21

Closed Deepaktogarla closed 5 years ago

Deepaktogarla commented 6 years ago

iam trying this to generate multiple sheets in one excel,but iam getting output as object

const sheets = ['a','b']; mongoData2XlsxMultiPage(monogData, sheets, options, callback)

user1702 commented 5 years ago

@Deepaktogarla Can you help me in converting below data into multiple sheet in one excel..

[[{"name":"John","address":[{"street":"HongKong"}]},{"name":"Mike","address":[{"street":"China"}]}],[{"name":"John","address":[{"street":"HongKong"}]},{"name":"Mike","address":[{"street":"China"}]}]]

Deepaktogarla commented 5 years ago

i tried to solve it ,but i was unsuccessful. I used two different excel files instead of multiple sheets in one excel