Toolbox
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Toolbox
excel
/
com.michaelflisar.toolbox.excel
/
ExcelSheet
Excel
Sheet
class
ExcelSheet
(
val
file
:
File
,
val
sheet
:
String
,
val
columns
:
List
<
String
>
,
val
firstDataRow
:
Int
)
Members
Constructors
Excel
Sheet
Link copied to clipboard
constructor
(
file
:
File
,
sheet
:
String
,
columns
:
List
<
String
>
,
firstDataRow
:
Int
)
Properties
columns
Link copied to clipboard
val
columns
:
List
<
String
>
file
Link copied to clipboard
val
file
:
File
first
Data
Row
Link copied to clipboard
val
firstDataRow
:
Int
sheet
Link copied to clipboard
val
sheet
:
String
Functions
read
Link copied to clipboard
suspend
fun
read
(
log
:
Boolean
=
true
)
:
List
<
List
<
String
>
>
?