09 2006 档案
asp .net 发邮件(带附件)测试可用
摘要:string file = @"c:\ok.xls"; string to = "***@sina.com"; string from = "***@163.com"; string subject = "dfsdfsafdsfasfds."; string body = @"Using thi... 阅读全文
posted @ 2006-09-15 15:53 mecn 阅读(648) 评论(0) 推荐(0)
office2003下的EXCEL中英文图表名的对应
摘要:office2003下的EXCEL中英文图表名的对应 阅读全文
posted @ 2006-09-14 15:45 mecn 阅读(857) 评论(0) 推荐(0)
使用.Net访问Office编程接口
摘要:在这篇文章里面,我将向大家介绍如何在.Net中访问Office所公开的编程接口。其实,不管是使用哪种具体的技术来针对Office进行开发(比如VSTO,或者用C#编写一个Office Add-in,或者在一个WinForms程序中调用Office的功能,甚至在一个ASP.NET应用的服务器端启动一... 阅读全文
posted @ 2006-09-13 16:52 mecn 阅读(2126) 评论(7) 推荐(0)