mirror of
https://gitee.com/dromara/hutool.git
synced 2025-05-04 04:37:59 +08:00
fix code
This commit is contained in:
parent
7d4838a0a4
commit
7340901207
@ -120,11 +120,11 @@ public class Excel07SaxReader implements ExcelSaxReader<Excel07SaxReader> {
|
|||||||
* @since 5.4.4
|
* @since 5.4.4
|
||||||
*/
|
*/
|
||||||
public Excel07SaxReader read(XSSFReader xssfReader, String idOrRid) throws POIException {
|
public Excel07SaxReader read(XSSFReader xssfReader, String idOrRid) throws POIException {
|
||||||
// 获取共享样式表
|
// 获取共享样式表,样式非必须
|
||||||
try {
|
try {
|
||||||
this.handler.stylesTable = xssfReader.getStylesTable();
|
this.handler.stylesTable = xssfReader.getStylesTable();
|
||||||
} catch (Exception e) {
|
} catch (IOException | InvalidFormatException ignore) {
|
||||||
//ignore
|
// ignore
|
||||||
}
|
}
|
||||||
|
|
||||||
// 获取共享字符串表
|
// 获取共享字符串表
|
||||||
|
Loading…
Reference in New Issue
Block a user