Insert new row #187
Unanswered
LoneWanderer92
asked this question in
Q&A
Replies: 2 comments
-
I have same question. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Dear @LoneWanderer92 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I'm evaluating this library for handling some Excel reports, my goal is to open a template document (not a formal XLSXT file but a standard Excel file used as a template) and insert some data into it.
So far so good I can update my cell without any problem and also setting the borders, but I can't find an API to insert a new row above or below a certain existing row; my template consist in a header and a footer and I'd like to add data between them without splitting the whole thing into multiple files or copy the footer in RAM.
The library Qxlnt have a nice 'insertRow' API, but I found more easy to use the QXlsx from the POV of Qt integration.
Does anybody knows how I can add a row? Is it a supported function?
Thanks and many compliments for the work on this library :D
Beta Was this translation helpful? Give feedback.
All reactions