js-excel-template icon indicating copy to clipboard operation
js-excel-template copied to clipboard

How to loop row by js-excel-template?

Open thuctd opened this issue 3 years ago • 5 comments
trafficstars

Version(if relevant): 3x

Environment(if relevant): Browser

How to loop row by js-excel-template?

thuctd avatar Mar 22 '22 09:03 thuctd

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

plantain-00 avatar Mar 22 '22 09:03 plantain-00

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!

cnly1987 avatar Mar 23 '23 14:03 cnly1987

Does this support nesting? For example:

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

colinramsay avatar Dec 14 '23 11:12 colinramsay

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.

plantain-00 avatar Dec 14 '23 12:12 plantain-00

Thanks for the quick response.

colinramsay avatar Dec 14 '23 12:12 colinramsay