How to write CSV in different rows and collums

Hi.

Let’s say I am trying to save data from a table in a CSV.
I don’t want to use loops to avoid having to reload the site.
How can I do to write in different rows of the csv as a while loop advances? Is it possible to write in specific columns too?

Thanks

Have you tested the included “DemoCsvSave” macro? I think that does what you need, or?

I believe it works using “loop mode”. So, it creates a line in every loop. But if i want to store values within a “while” how can I determine in which line to write?