npoi 添加 xls页眉页脚重复标题页码
摘要:
npoi 添加 xls页眉页脚重复标题页码 private static void TestHyf() { IWorkbook book = new HSSFWorkbook(); ISheet sheet = book.CreateSheet("test"); ICellStyle cellSty 阅读全文
posted @ 2016-07-22 10:59 fendoudexiaoniao 阅读(691) 评论(0) 推荐(0) 编辑