private String StringTrim(String str){ return str.replaceAll("[\s\u00A0]+","").trim(); }
poi导入的字符串空格ASCll值:160,而空格(Space)的ASCII码值是:32