|
@@ -179,7 +179,7 @@ public class ExcelInputFactory {
|
|
|
}
|
|
|
//调用method
|
|
|
Method method = methodCache.get(fieldName);
|
|
|
- String str = value.toString().replaceAll(" ", "");
|
|
|
+ String str = value.toString();
|
|
|
method.invoke(t,StrUtils.filterHtml(str));
|
|
|
}
|
|
|
excelPojoList.add(t);
|