码迷,mamicode.com
首页 >  
搜索关键字:poi compress excel2003    ( 5799个结果
Java POI Word 写文档
一个使用Apache POI写word文档的实例
分类:编程语言   时间:2015-02-11 16:09:42    阅读次数:125
linux下配置cobbler批量安装系统
1、安装准备yuminstall-ycobblertftpdhcphttpdcmanpykickstartdebmirroryuminstall-yedpatchperlperl-Compress-Zlibperl-Digest-SHA1perl-LockFile-Simpleperl-libwww-perlyuminstall-ysyslinux2、启动httpd和cobbler[root@node6~]#servicehttpdstart[root@node6~]#serv..
分类:系统相关   时间:2015-02-11 02:05:23    阅读次数:3932
java 判断日期是否是节假日
1.新建一个excel命名为“节假日.xls”存放节假日,模板格式如下2.判断是否是节假日的类 工作日返回true ,休息日返回false。需要引用poi-bin-3.9包,包放在博客文件中import java.io.File;import java.io.FileInputStream;impo...
分类:编程语言   时间:2015-02-09 12:22:34    阅读次数:292
c#(winform,webform通用)利用npoi将xls文件复制为xlsx文件(excel的修改,保存,包括excel2003-office2007+的处理)
1.程序界面 每次需要处理excel文件的时候,都是去百度找方案,真是气一头火,今天好好总结一下,下次就不用度娘了。 我是用winform来试验的,因为winform比较方便测试,实际上只要是在.net平台上,c#写的程序,都是通用的。 2.所需dll下载地址npoi.zip 这里包含了所有所需要的...
分类:Windows程序   时间:2015-02-07 18:53:11    阅读次数:196
Failed to instantiate the default view controller for UIMainStoryboardFile 'Main' - perhaps the desiperhaps the designated entry point is not set?
错误现象: XCODE 6.1 在使用storyboard时,报错:FailedtoinstantiatethedefaultviewcontrollerforUIMainStoryboardFile 'MainStoryboard' - perhapsthedesignated entry poi...
分类:其他好文   时间:2015-02-06 12:52:59    阅读次数:179
byte[],bitmap,drawable之间的相互转换
Byte[]转BitmapBitmapFactory.decodeByteArray(data, 0, data.length);Bitmap转Byte[]ByteArrayOutputStream baos = new ByteArrayOutputStream();bitmap.compress...
分类:其他好文   时间:2015-02-05 10:49:06    阅读次数:109
How to append files to a .tar archive using Apache Commons Compress?(转)
I created a copy of the tar archive and copied to entire content to it. Then I delete the old tar archive.public void appendFileInTarArchive(String ta...
分类:移动开发   时间:2015-02-04 20:10:30    阅读次数:197
poi常见问题
最近在使用poi操作excel时发现一个问题,详细如下:Exception in thread "AWT-EventQueue-0" java.lang.NoSuchMethodError: javax.xml.stream.XMLEventFactory.newFactory()Ljavax/xm...
分类:其他好文   时间:2015-02-04 20:06:03    阅读次数:274
java通过jacob来读取word转换为htm格式
转自:http://blog.csdn.net/chinapi_hzh/article/details/5798689因为微软没有公开word源代码,所以直接用java流来读取word的后果是读出来的全是乱码。所以必须通过jacob这个中间桥 。当然也可用poi来读取。 先说用poi读取的方法吧。用...
分类:编程语言   时间:2015-02-03 21:09:28    阅读次数:229
apache poi读取excel(03版本之前)
一:首先导入如下三个poi包: 上述三个包下载地址:http://download.csdn.net/detail/wangzihu/8420333 二:示例代码 package com.lenovo.storage.web.util; import java.io.BufferedInputStream; import java.io.File; import java.io.Fi...
分类:Web程序   时间:2015-02-03 17:11:38    阅读次数:159
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!