js-excel-template
js-excel-template copied to clipboard
How to loop row by js-excel-template?
trafficstars
Version(if relevant): 3x
Environment(if relevant): Browser
How to loop row by js-excel-template?
Your loop row means this?

the same
Your
loop rowmeans this?![]()
![]()
![]()
thanks!
Does this support nesting? For example:
const students = [
{ name: 'Tommy', age: 18, courses: [{ name: 'Algebra', level: 5 }]
]
Does this support nesting? For example:
const students = [ { name: 'Tommy', age: 18, courses: [{ name: 'Algebra', level: 5 }] ]
No, flatten your data before using this library.
Thanks for the quick response.