随笔分类 -  文件读写操作

主要为外部dll的使用
摘要:public void Save(Bitmap image, int quality, string filePath, int startx, int endy) { // Get the image's original width and height ... 阅读全文
posted @ 2014-05-05 10:25 futan57 阅读(411) 评论(0) 推荐(0)
摘要:Npoi是什么?1.整个Excel表格叫做工作表:WorkBook(工作薄),包含的叫页(工作表):Sheet;行:Row;单元格Cell。2.Npoi下载地址:http://npoi.codeplex.com/releases/view/381133.Npoi学习系列教程推荐:http://www.cnblogs.com/tonyqus/archive/2009/04/12/1434209.html4.忘了告诉大家npoi是做什么的了,npoi 能够读写几乎所有的Office 97-2003文件格式,至少能够支持Word, PowerPoint, Excel, Visio的格式。使用Npoi 阅读全文
posted @ 2014-04-03 13:18 futan57 阅读(534) 评论(0) 推荐(0)