摘要: package cn.walle.sysGrid; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import java.util.Iterator; import org.apache.poi.hssf.usermodel.HSSFCell; ... 阅读全文
posted @ 2016-08-10 10:14 Devan.Yan 阅读(153) 评论(0) 推荐(0) 编辑
摘要: //写文件 public void writeFile(String filePath, String sets) throws IOException { try{ String encoding = "UTF-8";//设置文件的编码!! OutputStreamWriter outstream = new OutputStreamWriter(new F... 阅读全文
posted @ 2016-08-10 09:27 Devan.Yan 阅读(99) 评论(0) 推荐(0) 编辑