专注于互联网--专注于架构

最新标签
网站地图
文章索引
Rss订阅
使用起来很简单,就不多说了,只把代码贴出来 package com.yinbo.satisfy.web.struts; import javax.servlet.ServletOutputStream; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.apache.struts.action.Action; import org.apache.struts.action.ActionForm; impor [阅读全文] [PDF]
在后台调用excel组件,生成Excel,虽然可以对Excel文件进行完全控制,可以生成任何复杂的格式,但是有个很大的缺点,这种方式会产生很多Excel进程,很难完全清除掉,特别是在出错的时候,可能会使整个服务器崩溃。本文为大家介绍一个C#写的开源组件,并简单说下office2003和以上版本支持的xml格式。  一 操作Excel二进制格式     OpenOffice.org发布过的俩个文档Excel File Format (BIFF8)Specification和Microsoft CompoundDocument (OLE2) Form [阅读全文] [PDF]
MyExcelChart = server.CreateObject(\"Excel.Sheet\")是行不通的. 这样做的话会出现如下的错误信息:Only InProc server components should be used. If you want to use LocalServer components, you must set the AspAllowOutOfProcComponents metabase setting. Please consult the help file for important consideratio [阅读全文] [PDF]
1 共3条 分1页