|
|
|
@ -61,7 +61,7 @@ public enum CellFormatType {
|
|
|
|
|
@Override |
|
|
|
|
public boolean isEverChanged(Info info, String inputStr, String extraStr) { |
|
|
|
|
CellElement cellElement = (CellElement) info.getContent().getReplaceObject(); |
|
|
|
|
return (cellElement.getStyle() != null && cellElement.getStyle().getFormat() == null); |
|
|
|
|
return !(cellElement.getStyle() != null && cellElement.getStyle().getFormat() == null); |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
/** |
|
|
|
|