大家好,我非常喜欢日语也喜欢日本希望和学日语的朋友聊一聊谢谢 QQ744516346请加我
LZ你好,看到你的代码,谢谢啦
不过还是出现了一点问题,我将导入word的脚本,放到jsp页面中去的时候,会出现
automation 服务器不能创建对象,找了不少方法,都没能解决此问题,
请LZ帮忙看看,有什么解决的方法,
dt_cj2004@sina.com这是我的信箱,谢谢
re: Java Excel 使用攻略 月亮 2005-12-31 17:58
举个例子,我用的web服务器是weblogic,我在服务器的config\excelOutport目录里面放上了我想要的Excel文件,整个目录名为:
D:\bea\user_projects\domains\mydomainc\myserver\config\excelOutport
那么我要在servlet中得到这个路径,可以这么写:
String filePath = System.getProperty("user.dir");
filePath += System.getProperty("file.separator");
filePath += System.getProperty("weblogic.Name");
filePath += System.getProperty("file.separator");
filePath += "config";
filePath += System.getProperty("file.separator");
filePath += "excelOutport";
filePath += System.getProperty("file.separator");
filePath += "test.xls";
其他的服务器应该也有相似的办法,你试一下。
re: 人生就像一碗蔬菜汤 月亮 2005-06-08 16:25
工作要不断的激励自己,才不会迷失自己。