摘要: 用POI读取Excel数据:(版本号:POI3.7) 1、读取Excel Java代码 private List<String[]> rosolveFile(InputStream is, String suffix, int startRow) throws IOException, FileNo 阅读全文
posted @ 2016-11-28 23:30 jack_ou 阅读(2333) 评论(0) 推荐(1)
摘要: 引入语句:import java.text.DecimalFormat;首先创建DecimalFormat类对象,利用类对象调用Format()方法进行格式化操作。这里有两种方法:①.DecimalFormat myFormat = new DecimalFormat(); myFormat.app 阅读全文
posted @ 2016-11-28 23:15 jack_ou 阅读(1613) 评论(0) 推荐(0)