Insert a line in an existing file - NOT APPEND #3004
Unanswered
bruno-fernandes-silsa
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I have an excel file wich is a template to be filed with x rows, and a summary after that lines. My problem is when information I need to fill has more lines than the template, the summary is being overwritten by the lines info.
I think the solution is to count the lines, and insert the number of lines I need, like it's done by inserting on excel, so the summary will go down exactly the number of lines I inserted.
Is there any function on this package to do this?
Thank you for your help
Beta Was this translation helpful? Give feedback.
All reactions