mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
fix bug
This commit is contained in:
parent
a3a685b98e
commit
07c1ce536d
@ -23,8 +23,7 @@ public class ExcelFileUtil {
|
||||
* @return 是否为XLS格式的Excel文件(HSSF)
|
||||
*/
|
||||
public static boolean isXls(InputStream in) {
|
||||
|
||||
/**
|
||||
/*
|
||||
* {@link java.io.PushbackInputStream}
|
||||
* PushbackInputStream的markSupported()为false,并不支持mark和reset
|
||||
* 如果强转成PushbackInputStream在调用FileMagic.valueOf(inputStream)时会报错
|
||||
|
Loading…
x
Reference in New Issue
Block a user