求帮助-NPOI导出表格发布之后报错问题

问题描述

NPOI导出表格发布之后报错问题

我使用的NPOI导出EXCEL表格,在我自己的电脑上发布之后没错误,在客户那边发布之后就报了一个Server Error in '/' Application.
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a tag within a "web.config" configuration file located in the root directory of the current web application. This tag should then have its "mode" attribute set to "Off".

<!-- Web.Config Configuration File -->

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's configuration tag to point to a custom error page URL.

<!-- Web.Config Configuration File --> 这种错误,哪位大神遇到过?指点一下。感激不尽

解决方案

这个看不出来,你直接到你发布的服务器上面打开这个页面,看具体是什么错。

十有八九是程序逻辑不严谨造成的错误。

解决方案二:

R语言在windows下报错问题

时间: 2024-11-03 19:31:58

求帮助-NPOI导出表格发布之后报错问题的相关文章

eclipse-SSH项目发布启动后报错

问题描述 SSH项目发布启动后报错 一个SSH的项目,用Eclipse新建了一个工程,把原有的项目的.settings.src.web.java_test 四个文件覆盖了进去,项目没有报错,然后发布启动后404无法访问,日志如下,webWEB-INFlib下的jar包我已经全部导入了,我查好像是说spring-web这个包没找到,但是我已经导进去了,刚参加工作不久经验太少了,求大神帮忙看看是什么问题 八月 03, 2015 10:31:23 上午 org.apache.catalina.core

c#导出表格时如何合并单元格

问题描述 c#导出表格时如何合并单元格 在导出单元格的时候,有的地方需要合并单元格,有的则不需要,怎么弄 ,求解 解决方案 用npoi生成excel http://www.jb51.net/article/36002.htm 解决方案二: C#中Excel单元格合并C# excel导出时根据数据库的内容自动合并单元格

npoi导出的时候只导出最后一条数据

问题描述 npoi导出的时候只导出最后一条数据 public void Export(HttpContext context) { context.Response.ContentType = "application/vnd.ms-excel;charset=UTF-8"; //文件名进行url编码,防止乱码 string strFileName = HttpUtility.UrlDecode("班级平均分排名.xls"); context.Response.Ad

java-用HQLhelper方式,然后报错,求解决。

问题描述 用HQLhelper方式,然后报错,求解决. 因为在hql语句中2个占位符几个.我查了百度,query.setparameter就可以解决.可是我写的是HQLhelper- 解决方案 ClickOnce 部署中报错的解决方式squid日志报错信息的解决方式启动服务器报错,求解决

报错,求大神指点,发布项目的时候

问题描述 报错,求大神指点,发布项目的时候 2016-05-18 18:05:56.711:INFO:/:Initializing log4j system 2016-05-18 18:05:56.714:INFO:/:Could not find log4j configuration file "/WEB-INF/log4j.xml" in webapp context. Using default configurations. INFO: configuring "l

使用NPOI导出EXCEL,设置单元格为货币格式时无效.

问题描述 使用NPOI导出EXCEL,设置单元格为货币格式时无效. 在使用NPOI导出EXCEL时,设置了单元格格式为货币格式,但是导出来的数据格式还是为通用格式, 求解!!! 格式代码: ICell cell = contentRow.CreateCell(2); //cell.SetCellValue((double)result.PeriodPayoffInterest.Value); cell.SetCellValue(20000); //set date format 设置单元格格式

请教C#,Form窗口的一个Button,调用Excel导出表格时出错

问题描述 请教C#,Form窗口的一个Button,调用Excel导出表格时出错 一个调用Excel导出表的操作,出错.请熟悉excel调用的高手指教. 相关代码: private void button1_Click(object sender, EventArgs e) { saveFileDialog1.AddExtension = true;//对话框自动在文件名中添加扩展名 saveFileDialog1.FileName = name+"与"+name1+"担保信

build service-Liferay新建service.xml后,点击ant后报错,求 大神指导

问题描述 Liferay新建service.xml后,点击ant后报错,求 大神指导 我刚接触liferay,利用service.xml建立实体后,build service报错, 解决方案 求大神指点!!!!! 解决方案二: 求大神指点!!!!!

c#-ASP.NET C#发布运行一段时间后报错

问题描述 ASP.NET C#发布运行一段时间后报错 有段C#代码用到了"DateTime.Parse(string s)",传进去的参数没错,但是经常崩溃,报异常:该字符串未被识别为有效的 DateTime.而且一旦出现这个异常就无法恢复,必须得重新发布才行.后来把"DateTime.Parse(string s)"改成"Convert.ToDateTime(string s)"运行一段时间后又报异常"该字符串未被识别为有效的 Dat