注:非调用OFFICE的DLL方法。using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;u...
分类:
Web程序 时间:
2014-07-16 23:19:22
阅读次数:
352
要是服务器上没有装着excel 可以用c#导出excel表吗举报违规检举侵权投诉|2009-08-10 17:36 风之成 | 分类:办公软件 | 浏览2279次 租用的空间 服务器上没有装着office excel,可以用c#导出excel表吗?怎样做?给点代码……分享到:举报违规检举侵权投诉| ...
分类:
其他好文 时间:
2014-07-16 23:19:00
阅读次数:
315
引用using Microsoft.Office.Interop.Excel;using System.Reflection;//反射命名空间using System.IO; protected void Button1_Click(object sender, EventArgs e) { ...
分类:
其他好文 时间:
2014-07-16 23:18:29
阅读次数:
149
用Delphi从数据库中取得资料,然后导出到Excel中做成报表是个不错的选择,因为Excel强大的报表功能那可是没话说前提Delphi中要 uses comobj;var Excel:Variant;一、Excel操作1.创建Excel对象Excel := CreateOleObject( Exc...
分类:
其他好文 时间:
2014-07-16 23:17:35
阅读次数:
216
object missing = System.Reflection.Missing.Value; //表示缺i省object SaveFileDialog savedialog = new SaveFileDialog(); savedialog.Filter = "(*.xlsx)|*.xlsx...
分类:
Web程序 时间:
2014-07-16 23:12:04
阅读次数:
236
C#操作Excel知识点近期在使用C#操作excel,主要是读取excel模板,复制其中的模板sheet页,生成多个sheet页填充相应数据后另存到excel文件,所用到的知识点如下。 一、添加引用和命名空间 添加Microsoft.Office.Interop.Excel引用,它的默认路径是C.....
分类:
Web程序 时间:
2014-07-12 13:21:11
阅读次数:
284
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Window...
分类:
Web程序 时间:
2014-07-12 13:20:33
阅读次数:
230
Excel.Application myExcel = new Excel.Application();发 表Excel.Workbook workbookData = myExcel.Application.Workbooks.Add(Excel.XlWBATemplate.xlWBATWorks...
分类:
Web程序 时间:
2014-07-10 14:24:28
阅读次数:
210
1、读操作 xlrd 下载地址:https://pypi.python.org/pypi/xlrd 使用代码# encoding : utf-8 #设置编码方式import xlrd #导入xlrd模块#打开指定文件路径的excel文件xlsfi...
分类:
编程语言 时间:
2014-07-10 13:54:17
阅读次数:
279
本文教你在SharePoint上创建集成Excel数据和Excel Web Access Web部件。Excel Web Access Web部件在SharePoint中Excel电子表单里呈现数据。...
分类:
数据库 时间:
2014-06-27 23:59:05
阅读次数:
526