diff --git a/example/pom.xml b/example/pom.xml
index 297cd2ae..9e32182d 100644
--- a/example/pom.xml
+++ b/example/pom.xml
@@ -59,7 +59,7 @@
com.github.liaochong
myexcel
- 4.3.0.RC
+ 4.3.0.RC5
org.apache.logging.log4j
diff --git a/pom.xml b/pom.xml
index d984549c..4e32a31e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
com.github.liaochong
myexcel
- 4.3.0.RELEASE
+ 4.3.0.RC5
jar
myexcel
diff --git a/src/main/java/com/github/liaochong/myexcel/core/XSSFSheetXMLHandler.java b/src/main/java/com/github/liaochong/myexcel/core/XSSFSheetXMLHandler.java
index bbcdc1a7..70fcaaf7 100644
--- a/src/main/java/com/github/liaochong/myexcel/core/XSSFSheetXMLHandler.java
+++ b/src/main/java/com/github/liaochong/myexcel/core/XSSFSheetXMLHandler.java
@@ -141,7 +141,6 @@ else if ("c".equals(localName)) {
this.nextDataType = xssfDataType.NUMBER;
cellRef = attributes.getValue("r");
String cellType = attributes.getValue("t");
- String cellStyleStr = attributes.getValue("s");
if ("b".equals(cellType))
nextDataType = xssfDataType.BOOLEAN;
else if ("e".equals(cellType))