Toolbox
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Toolbox
excel
/
com.michaelflisar.toolbox.excel
/
Excel
/
readFile
read
File
suspend
fun
readFile
(
file
:
File
,
sheetName
:
String
,
firstLine
:
Int
,
columns
:
List
<
String
>
)
:
List
<
List
<
String
>
>