Export with multible headers #3426
-
Hi, I export some data to a csv file with the first row is a header. That work fine, but i need some more information before the header.
How can i do this? |
Beta Was this translation helpful? Give feedback.
Answered by
patrickbrouwers
Nov 5, 2021
Replies: 1 comment 6 replies
-
You can return as many heading rows as you want in the heading method |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
urshar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can return as many heading rows as you want in the heading method