Importing Excel Templates #3176
Unanswered
usernotnull
asked this question in
Q&A
Replies: 1 comment 2 replies
-
That's currently the only way to do it. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to open a template xlsx file, and update the table in it.
This is the way I did it so far:
When I export, it's exporting to a new sheet.
I would like the export to start from the first sheet instead of adding a new sheet, which will fill the template.
Is there a way to do it?
To circumvent this, I thought about making the fields dynamic, so in the template, sheet 1 table values will reference a new sheet. But this seems hackier...
Also, manually creating the template by code is a LOT of work and won't look as nice, AND is not an easy solution for multiple projects...
Beta Was this translation helpful? Give feedback.
All reactions