mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix bug #1342
This commit is contained in:
@@ -113,7 +113,7 @@ public class SheetRidReader extends DefaultHandler {
|
||||
@Override
|
||||
public void startElement(String uri, String localName, String qName, Attributes attributes) {
|
||||
if (TAG_NAME.equalsIgnoreCase(localName)) {
|
||||
final String ridStr = attributes.getValue(SHEET_ID_ATTR);
|
||||
final String ridStr = attributes.getValue(RID_ATTR);
|
||||
if(StrUtil.isEmpty(ridStr)){
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user