Closed Deepaktogarla closed 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"}]}]]
i tried to solve it ,but i was unsuccessful. I used two different excel files instead of multiple sheets in one excel
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)