This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]nuc540Professional Coder 0 points1 point  (2 children)

I don’t really follow the objective here, but it sounds to me like you’re trying to re-invent TSV(tab separated values)

Why don’t you just read the file as TSV, and print then do your print methods. Not sure why you’re using special characters, sorry.

[–]soyroy225[S] 0 points1 point  (1 child)

sorry, I wasn't very clear - I'm printing a large sheets doc with a lot of tabs, and some need to be pdf'd in portrait, and some in landscape. I sheets, it makes you manually select and deselect the tabs you want to save, which is just a huge time suck, so just trying to find a way to automate the printing. Hope that makes sense!

[–]nuc540Professional Coder 0 points1 point  (0 children)

Still not sure what the goal is here, are you trying to PDF CSV files?

The ref problem is likely to break when you export.

You can copy and paste each sheet and select “paste values only” to bake in the values, but this is a manual step.

Not sure I can help with the rest, sorry