writeText

fun writeText(data: Array<String?>)

A convenience method. This writes the values in the array to the text columns in the file in the order of their appearance. Any numeric columns will have the value Double.NaN and cannot be unwritten.

The recommended use is for files that have all text columns.

If you have mixed column types, then use getRow() to first set the appropriate columns before writing them.

Parameters

data

the data to write