readCellAsObject

fun readCellAsObject(cell: Cell): Any?

Reads the Excel cell and translates it into a Java object

Return

the data in the form of a Java object

Parameters

cell

the Excel cell to read data from