您的位置:首页 > 编程语言 > C#

C#读取Word表格中的数据

2011-11-10 09:11 441 查看
using System;
2using System.Collections.Generic;
3using System.ComponentModel;
4using System.Data;
5using System.Drawing;
6using System.Text;
7using System.Windows.Forms;
8using Interop.Word;
9
10namespace DataAccessTest
11{
12{
14{
16{
21{
32{
40{
42{
47 if( doc != null ) doc.Close(ref missing, ref missing, ref missing);
48 cls.Quit(ref missing, ref missing, ref missing);
49 }
50 }
51 }
52}

引用的dll http://files.cnblogs.com/liguancong/Interop.Word.rar
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: