Execl Utils
object ExeclUtils
Author
CJ
Functions
Link copied to clipboard
fun easyAddExeclMessages(data: InputStream, author: String, vararg rows: ExeclUtils.RowMessage): File
将一些批注或者警告写入现有 xls
Link copied to clipboard
fun easyReadAll(data: InputStream, sheetNo: Int = 0, headRowNumber: Int = 1, block: ExcelReaderBuilder.() -> Unit? = null): ExeclUtils.ExeclResult
Link copied to clipboard