I have to print an excel with 10000 rows. There is any way to bulk print a json array using excel4node?.
e.g.: Mongodb insertMany operation
I have to print an excel with 10000 rows. There is any way to bulk print a json array using excel4node?.
e.g.: Mongodb insertMany operation
I've found a gist from the npm author. It seems is not possible already to do it
https://gist.github.com/natergj/46bc984855c4478f50d890353727514f
This is the example:
As you can see, he iterates json array.