read Row As Object List
Reads a row into a fixed-length list, padding missing cells with null. fastexcel's Row.getCell throws on out-of-bounds indices (POI returned null), so we bounds-check before reading.
Reads a row into a fixed-length list, padding missing cells with null. fastexcel's Row.getCell throws on out-of-bounds indices (POI returned null), so we bounds-check before reading.