readCellAsString

fun readCellAsString(cell: Cell): String(source)

Reads the Excel cell and translates it into a String

Return

the data in the form of a String

Parameters

cell

the Excel cell to read data from