You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
|
<head>
|
|
|
|
|
<title>word表单</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
<fieldset>
|
|
|
|
|
<legend>处理表单</legend>
|
|
|
|
|
<ul>
|
|
|
|
|
<li><a href="<%=url %>">打开VSTO版本excel模式的表单</a></li>
|
|
|
|
|
<li><a href="<%=urlOfFree %>">打开自由表单</a></li>
|
|
|
|
|
</ul>
|
|
|
|
|
</fieldset>
|
|
|
|
|
<fieldset>
|
|
|
|
|
<legend>插件安装说明</legend>
|
|
|
|
|
<ul>
|
|
|
|
|
<li>该插件是一个ccflow开发的excel插件,用户打开处理excel表单的插件。</li>
|
|
|
|
|
<li>该需要下载后安装</li>
|
|
|
|
|
<li>
|
|
|
|
|
<a href="http://<%= this.Request.Url.Authority %>/DataUser/FrmVSTOTemplate/Excel表单插件安装程序.zip">
|
|
|
|
|
点击此处下载VSTO表单插件
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</fieldset>
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|