摘要:
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 阅读全文
摘要:
<%@ 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"> 阅读全文