09 2008 档案

摘要: 之所以称为OpenOffice的Excel文件,我发现了一个特点就是:一些网站严格限定了文件必须为MS的Excel格式的话,用POI的HSSF创建的Excel就会不识别.不知道是什么原因,可能是版本的问题,据说HSSF(令人讨厌的电子表格格式)生成的是MS97的格式.但是97-2003的提示中明显的说明了MS的lib可以读取的啊.搞不懂这是为什么.以下是Java的代码:处理类:[代码]主函数:[代...阅读全文
posted @ 2008-09-17 16:20 H.Wong 阅读(427) | 评论 (0) 编辑
摘要: the project need create the Excel files.i try to use MS Lib in .net but it costa lot of menory.so i get the JexcelApi and POI to create excel file,it is great.this page is keep code,nothing else,:>...阅读全文
posted @ 2008-09-17 16:14 H.Wong 阅读(197) | 评论 (0) 编辑