2016年11月4日

利用poi向excle写入数据

摘要: import java.io.FileInputStream;import java.io.FileOutputStream;import java.io.IOException;import org.apache.poi.openxml4j.exceptions.InvalidFormatExce 阅读全文

posted @ 2016-11-04 14:32 zw520ly 阅读(236) 评论(0) 推荐(0) 编辑

利用StringBuffer向字符串特定的重复子字符串插入数据

摘要: public class InsertDetail { public void insertInvoiceDetail(StringBuffer sb, String Label, String InsertValue) { // 查找目标元素的起始位置 int index = 0; while ( 阅读全文

posted @ 2016-11-04 14:30 zw520ly 阅读(1177) 评论(0) 推荐(0) 编辑

导航