Toolbox
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Toolbox
excel
/
com.michaelflisar.toolbox.excel
/
Excel
/
updateExcel
update
Excel
suspend
fun
updateExcel
(
file
:
File
,
sheetName
:
String
,
update
:
(
sheet
:
ExcelSheet
)
->
Boolean
)
suspend
fun
updateExcel
(
file
:
String
,
sheetName
:
String
,
update
:
(
sheet
:
ExcelSheet
)
->
Boolean
)