Skip to content
New issue

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? #6

Open
thuctd opened this issue Mar 22, 2022 · 5 comments
Open

How to loop row by js-excel-template? #6

thuctd opened this issue Mar 22, 2022 · 5 comments
Labels

Comments

@thuctd
Copy link

thuctd commented Mar 22, 2022

Version(if relevant): 3x

Environment(if relevant): Browser

How to loop row by js-excel-template?

@plantain-00
Copy link
Owner

Your loop row means this?
屏幕快照 2022-03-22 17 22 08
屏幕快照 2022-03-22 17 22 16
屏幕快照 2022-03-22 17 22 28
屏幕快照 2022-03-22 17 22 33

@cnly1987
Copy link

the same

Your loop row means this? 屏幕快照 2022-03-22 17 22 08 屏幕快照 2022-03-22 17 22 16 屏幕快照 2022-03-22 17 22 28 屏幕快照 2022-03-22 17 22 33

thanks!

@colinramsay
Copy link

Does this support nesting? For example:

const students = [
  { name: 'Tommy', age: 18, courses: [{ name: 'Algebra', level: 5 }]
]

@plantain-00
Copy link
Owner

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.

@colinramsay
Copy link

Thanks for the quick response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants