excel-plus icon indicating copy to clipboard operation
excel-plus copied to clipboard

如何获取xls中多个sheet的名字

Open huangzhewei opened this issue 3 years ago • 0 comments

val sheetName = Reader.create(ShoutListModel::class.java) .from(File(FilePathConstants.EXCEL_FILE_PATH)).sheet(0).sheetName() 这样写的话 返回为null 不知道为什么

huangzhewei avatar Aug 31 '21 02:08 huangzhewei