Toolbox
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Toolbox
excel
/
com.michaelflisar.toolbox.excel
/
Excel
/
findRow
find
Row
fun
findRow
(
sheet
:
ExcelSheet
,
column
:
String
,
matcher
:
(
cellValue
:
String
)
->
Boolean
)
:
ExcelFoundRow