摘要: Microsoft.Office.Interop.Word.Application app = new Microsoft.Office.Interop.Word.Application(); //模板文件 string TemplateFile = Server.MapPath("~/WordTemplate/" + templater); //TemplateFile = Server.MapPath("~/UpLoad/TestWord/testPrint.doc"); //生成的具有模板样式的新文件 string FileName = Serve 阅读全文
posted @ 2011-05-25 15:45 solomon_Blog 阅读(390) 评论(0) 推荐(0) 编辑
摘要: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="jsPageLocation.aspx.cs" Inherits="jsPageLocation" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 阅读全文
posted @ 2011-05-25 09:52 solomon_Blog 阅读(1082) 评论(0) 推荐(0) 编辑