怎么生成Word文件
問題:我有一個(gè)格式固定的WORD文件,但每次的內(nèi)容都不一樣,是用于定期報(bào)告的,現(xiàn)在請(qǐng)教一下版主,能不能用ASP進(jìn)行動(dòng)態(tài)生成啊,比如用WORD模版,或是其它的更好的辦法也行,如果可以提供一個(gè)簡(jiǎn)單的DEMO就更好了,萬分期待中。
解答:
以下代碼沒有問題但在直接在服務(wù)器端運(yùn)行的瀏覽器中運(yùn)可能會(huì)不能執(zhí)行,2018072414/5348-line5.gif) repeat-x 50% bottom; PADDING-BOTTOM: 2px; COLOR: #6600ff" onclick="return kwC(event,0)" onm ouseout=kwL(event,this) target="_blank">建議寫成dll
<% setword=server.createobject("word.application")Word.Visible=false; word.Options.SaveNormalPrompt=False; doc=word.Documents.Add(DocumentType:=0); word.ActiveDocument.SaveAs(filenametemp); word.activedocument.close; word.quit;
點(diǎn)擊加載更多評(píng)論>>