readCellAsString

fun readCellAsString(cell: Cell): String

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