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

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

Link copied to clipboard
Link copied to clipboard

可选的警告

Link copied to clipboard