RowMessage

data class RowMessage(val sheetIndex: Int, val rowIndex: Int, val rowSummaryWarning: String? = null, val cellComments: Map<Int, String>)

Constructors

Link copied to clipboard
constructor(sheetIndex: Int, rowIndex: Int, rowSummaryWarning: String? = null, cellComments: Map<Int, String>)

Properties

Link copied to clipboard
val cellComments: Map<Int, String>

必须的字段错误,可以为空

Link copied to clipboard
val rowIndex: Int
Link copied to clipboard
val rowSummaryWarning: String? = null

可选的警告

Link copied to clipboard
val sheetIndex: Int