Closed tdepiera closed 5 years ago
Im looking to output the contents of an array into a document line-by-line, but so far have not been able to figure it out. Everything so far is displayed on a single line.
Figued out the issue was that the insert_multiple_lines_after method is actually just insert_multiple_lines
insert_multiple_lines_after
insert_multiple_lines
Im looking to output the contents of an array into a document line-by-line, but so far have not been able to figure it out. Everything so far is displayed on a single line.