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