如何在服务器端操作EXCEL表

问题描述

如何在服务器端操作EXCEL表,知道的帮个忙,最好有个例子给我,谢谢!

解决方案

解决方案二:
使用微软的OWC组件,然后就可以对EXCEl进行操作了,具体的可以在网上查一下
解决方案三:
1.服务器上装office,然后引用excel组件2.无office组件的excel文件编写——http://www.codeproject.com/office/Excel_Export.aspIntroductionIhavecreatedanExcelExportcomponentusingXSLandXMLwhichcanproduceverywellformattedExcelfiles.Thisdoesn'trequireanyExcellibrarytocreateExcelfileswithoutchartsandmacros,butifyouwantchartsormacrosintheExcel,thenyouhavetohaveExcelinstalledonthemachine.Iwillexplainthisusingthreeexamples.ExportaDataTableintoanExcelsheetwhichwillnothaveanyformatting.ExportanXMLDataDocument(hasdatafromaDataTableandhasafewtagsaddedtoit)intoanExcelsheetwhichwillhavealotofcoolformatting.ExportanXMLDataDocument(hasdatafromaDataTableandhasafewtagsaddedtoit)intoanExcelsheetwhichwillhavechartsandalotofcoolformatting.3.excel文件读取——http://www.codeproject.com/office/Excelreader.aspWhatitcando?Itcanreadreadworksheetsinaworkbookandreadcellsinaworksheet.Itcanreadcellcontent(text,number,datetime,orerror)andcellformat(font,alignment,linestyle,background,etc.).Itcanreadpicturesinthefile,getinformationofimagesize,position,data,andformat.Usingthecode
解决方案四:
mark

时间: 2024-09-19 04:26:13

如何在服务器端操作EXCEL表的相关文章

C# 使用微软的Office COM类库操作Excel表

使用微软的Office COM中Excel类库来操作Excel是很简单的,一般的操作也就是读取工作表.创建工作表,写入工作表等.使用之前要添加两个引用:Microsoft.Office.Core和Microsoft.Office.Interop.Excel.我列举了一下几种常见操作.    代码如下 复制代码    #region     public interface IExcelHelper     {         /// <summary>         /// 创建Excel

SQL直接操作excel表(查询/导入/插入)_MsSql

复制代码 代码如下: --配置权限 EXEC sp_configure 'show advanced options', 1; GO RECONFIGURE; GO EXEC sp_configure 'Ad Hoc Distributed Queries', 1; GO RECONFIGURE; GO SQL SERVER 和EXCEL的数据导入导出 1.在SQL SERVER里查询Excel数据: -- ============================================

SQL直接操作excel表(查询/导入/插入)

复制代码 代码如下: --配置权限 EXEC sp_configure 'show advanced options', 1; GO RECONFIGURE; GO EXEC sp_configure 'Ad Hoc Distributed Queries', 1; GO RECONFIGURE; GO SQL SERVER 和EXCEL的数据导入导出 1.在SQL SERVER里查询Excel数据: -- ============================================

C#用webbrowser在Form中嵌入并且操作Excel表格,如何让他不提示是否保存并取消保存?

excel|web 一.首先简要回顾一下如何操作Excel表             先要添加对Excel的引用.选择项目-〉添加引用-〉COM-〉添加Microsoft   Excel   9.0.(不同的office讲会有不同版本的dll文件).           using   Excel;           using   System.Reflection;                     //产生一个Excel.Application的新进程           Exce

r语言-求大神指点,怎样用R语言对同一文件夹里的很多Excel表,EXCEL表又有很多Sheet实现写入操作

问题描述 求大神指点,怎样用R语言对同一文件夹里的很多Excel表,EXCEL表又有很多Sheet实现写入操作 手都断了,试了好多函数,loadWorkbook,openxlsx同时用write.xlsx,addWorksheet--试了一下午,都被这问题搞死了,呜呜~这是出现过的一个错误 解决方案 http://blog.sina.com.cn/s/blog_6e9c33de0101a6ps.html 解决方案二: 可以先读取出来,操作完数据在进行写入啊

c# 操作EXCEL 变换不同工作表

问题描述 c#操作EXCEL变换不同工作表($sheet1-->$sheet2) 解决方案 解决方案二:通过下面代码可以将excel中的工作表名读出,再以参数的形式传替给你读取excel的查询语句.usingSystem;usingSystem.Data;usingSystem.Data.OleDb;usingSystem.Configuration;usingSystem.Web;usingSystem.Web.Security;usingSystem.Web.UI;usingSystem.W

ASP操作Excel技术总结

excel|excel 目录一. 环境配置二. ASP对Excel的基本操作三. ASP操作Excel生成数据表四. ASP操作Excel生成Chart图五. 服务器端Excel文件浏览.下载.删除方案六. 附录 正文一. 环境配置服务器端的环境配置从参考资料上看,微软系列的配置应该都行,即:1.Win9x+PWS+Office2.Win2000 Professional+PWS+Office3.Win2000 Server+IIS+Office目前笔者测试成功的环境是后二者.Office的版本

ASP下操作Excel技术总结分析_应用技巧

ASP操作Excel技术总结   目录  一. 环境配置  二. ASP对Excel的基本操作  三. ASP操作Excel生成数据表  四. ASP操作Excel生成Chart图  五. 服务器端Excel文件浏览.下载.删除方案  六. 附录  正文  一. 环境配置  服务器端的环境配置从参考资料上看,微软系列的配置应该都行,即:  1.Win9x+PWS+Office  2.Win2000 Professional+PWS+Office  3.Win2000 Server+IIS+Off

ASP操作Excel相关技术总结_应用技巧

目录  一. 环境配置  二. ASP对Excel的基本操作  三. ASP操作Excel生成数据表  四. ASP操作Excel生成Chart图  五. 服务器端Excel文件浏览.下载.删除方案  六. 附录  正文  一. 环境配置  服务器端的环境配置从参考资料上看,微软系列的配置应该都行,即:  1.Win9x+PWS+Office  2.Win2000 Professional+PWS+Office  3.Win2000 Server+IIS+Office  目前笔者测试成功的环境是