Package tech.mgl.utils
Class MGL_OfficeUtils
java.lang.Object
tech.mgl.utils.MGL_OfficeUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisExcel2003(String filePath) 判断文件类型是不是2003版本static booleanisExcel2007(String filePath) 判断文件类型是不是2007或更高版本版本static voidstatic <T> List<T> static <T> List<T> readExcel(T t, InputStream in, String name)
-
Constructor Details
-
MGL_OfficeUtils
public MGL_OfficeUtils()
-
-
Method Details