1
Answer

Inserting data into an excel spreadsheet

Ask a question
rocket

rocket

15y
3.5k
1

Hello, simple question but I could not find answer already posted on the forums.

I am trying to write data to an excel spreadsheet using.

outputFileWriter.Write("First");

outputFileWriter.Write("Second");

outputFileWriter.Write("Third");

But, this code will write everything to the same column, while I want the words to appear in seperate columns.

I assume there is a:

outputFileWriter.writeColumn(1,1).Wriet("Whatever"):

thanks in advance


Answers (1)
Next Recommended Forum