ͼÎÄ»ìÅÅhtmlÄÚÈݵ¼³öword
ͼÎÄ»ìÅÅhtmlÄÚÈݵ¼³öword ÄÚÈÝÊÇewebeidetÔÚÏß±à¼Æ÷¿Ø¼þµÄÄÚÈÝ£¬Ïë°ÑÕâЩÄÚÈݵ¼³öµ½ wordÎĵµÀïÃ棬¼òµ¥µÄ·½·¨¾ÍÊÇresponse.writeµÄ·½·¨£¬µ«ÊÇÕâ¸ö¶«Î÷¸ã²»¶¨Í¼Æ¬¡£µ«ÊÇÓÖ²»ÏëÈ¥¹¹½¨Ò»¸öwordÎĵµÈ»ºó²åÈëͼƬ£¬Ï£Íû¸ßÊÖÖ¸µã
C# code: private void Word_Export() { Response.Clear(); Response.Buffer = true; Response.AddHeader("content-disposition", "attachment;filename=GridViewExport.doc"); Response.Charset = ""; Response.ContentType = "application/vnd.ms-word "; StringWriter sw = new StringWriter(); HtmlTextWriter hw = new HtmlTextWriter(sw); GridView1.AllowPaging = false; GridView1.DataBind(); GridView1.RenderControl(hw); Response.Output.Write(sw.ToString()); Response.Flush(); Response.End(); } ÏÈÉú³ÉhtmlÔÙµ¼³öµ½word ÒýÓà ÏÈÉú³ÉhtmlÔÙµ¼³öµ½word ÄÇͼƬÄØ£¿Ôõô´¦Àí ²»ÖªµÀ£¬Å¶ ³ý·Ç°ÑͼƬÓÃÁ÷дµ½word ÉÏ Õâ¸öÎÒÒ²Óöµ½¹ý£¬Ö®ºó½â¾öÁË£¬Â¥Ö÷ÄãÒªÔÚת»»µÄHTMLÒ²µÄͼƬURL ÖÐдÉϾø¶Ô·¾¶£¬¶øÇÒÊÇÔÚÄã±£´æΪWORDÖ®ºóÄܵ÷ÓõÄ·¾¶£¬ÕâÑù±£´æÍêÖ®ºóµÄWORD ͼƬ¾ÍÏÔʾÁË¡£ÀàËÆÓëÕâ¸öbackground="file:///D|/action_stop.gif" ÄãÒªÔÚDÅÌÏÂÓÐaction_stop.gif ͼƬ£¬Ö®ºóµÄWORD µÄ±³¾°¾ÍÊÇÕâ¸öͼƬÁË¡£ÓÐʲô²»Ã÷°×µ
Ïà¹ØÎÊ´ð£º
select ÏÂÑù±í£¬ <select name="us"> <option value="aa" selected>aa </option> & ......
ÈçÌ⣬LINUX·þÎñÆ÷,ÄǸö´øDLLºÍJAR°üµÄ²»³É,ÓÐʲôÆäËûµÄ·½·¨Ã»£¿? 1ʹÓÃPOI×Ô¼º½âÎö£¬Èç¹ûÄãµÄÊý¾ÝÖ»ÊǼòµ¥µÄ±í¸ñÖ®ÀàµÄ¼òµ¥Êý×飬Èç¹ûÊÇʲôͼƬÑùʽ֮ÀàµÄ£¬ÄãÐèÒªºÜ»áʹÓÃPOIÕâЩ°ü½âÎö¡£ 2.Excel¿É ......
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.IO; using Syst ......
ÕâÊÇÎҵĴúÂ룬´ó¼Ò¿´Ò»ÏÂʲô´í Dim appPPT As PowerPoint.Application Dim ppt As PowerPoint.Presentation &nbs ......
¼±¼±¼±¼±¼±¼±¼±¼±¼±¼±¼±ÇóHTML CSS JavaScript±ê×¼½Ì³ÌÊÔÌâÇóHTML CSS JavaScript±ê×¼½Ì³ÌÊÔÌâÇóHTML CSS JavaScript±ê×¼½Ì³ÌÊÔÌâÇóHTML CSS JavaScript±ê×¼½Ì³ÌÊÔÌâ µç×ÓÊé ºóÃæ Ò»°ã¶¼ÓÐ ÏÂÔØƵµÀ°¡ csdnÏ ......