toggle menu
common-ext
2.4.0
jvm
switch theme
search in API
common-ext
/
io.github.caijiang.common.execl
/
ExeclUtils
/
RowMessage
Row
Message
data
class
RowMessage
(
val
sheetIndex
:
Int
,
val
rowIndex
:
Int
,
val
rowSummaryWarning
:
String
?
=
null
,
val
cellComments
:
Map
<
Int
,
String
>
)
Members
Constructors
Row
Message
Link copied to clipboard
constructor
(
sheetIndex
:
Int
,
rowIndex
:
Int
,
rowSummaryWarning
:
String
?
=
null
,
cellComments
:
Map
<
Int
,
String
>
)
Properties
cell
Comments
Link copied to clipboard
val
cellComments
:
Map
<
Int
,
String
>
必须的字段错误,可以为空
row
Index
Link copied to clipboard
val
rowIndex
:
Int
row
Summary
Warning
Link copied to clipboard
val
rowSummaryWarning
:
String
?
=
null
可选的警告
sheet
Index
Link copied to clipboard
val
sheetIndex
:
Int