We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to loop row by js-excel-template?
The text was updated successfully, but these errors were encountered:
Your loop row means this?
loop row
Sorry, something went wrong.
the same
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.
No branches or pull requests
Version(if relevant): 3x
Environment(if relevant): Browser
How to loop row by js-excel-template?
The text was updated successfully, but these errors were encountered: