Register Register Member Login Member Login Member Login Forgot Password ??
PHP , ASP , ASP.NET, VB.NET, C#, Java , jQuery , Android , iOS , Windows Phone
 

Registered : 109,027

HOME > ASP > ASP Word (Word.Application) > ASP & Word (Word.Application) - Create/Insert Table (Tables.Add)



Clound SSD Virtual Server

ASP & Word (Word.Application) - Create/Insert Table (Tables.Add)

ASP & Word (Word.Application) - Create/Insert Table (Tables.Add) ตัวอย่างนี้จะเป็นการเขียน ASP กับ Word แทรกและสร้างตาราง (Table) ลงในเอกสาร

Config Word.Application



AspWordAddTable.asp

<% Option Explicit %>
<html>
<head>
<title>ThaiCreate.Com ASP & Word.Application</title>
</head>
<body>
<%
	Dim Wrd,WrdDoc,DocName,WTable
	Set Wrd = CreateObject("Word.Application")
	Wrd.Application.Visible = False
	DocName = "MyDoc/MyWord.doc"
	
	Set WrdDoc = Wrd.Documents.Add()

	Set WTable = WrdDoc.Tables.Add(Wrd.Selection.Range, 3, 3) ' Colums, Rows

	WTable.Cell(1, 1).Range.Font.Name = "Times New Roman"
	WTable.Cell(1, 1).Range.Text = "ThaiCreate.Com 1"
	WTable.Cell(1, 2).Range.Font.Size = 18
	WTable.Cell(1, 2).Range.Bold = True
	WTable.Cell(1, 2).Range.Font.Italic = True
	WTable.Cell(1, 2).Range.Text = "ThaiCreate.Com 2"	
	WTable.Cell(2, 1).Range.ParagraphFormat.Alignment = 1 ' 0= Left, 1=Center, 2=Right

	WTable.Cell(2, 1).Range.Font.Name = "Arial"
	WTable.Cell(2, 1).Range.Font.Size = 12
	WTable.Cell(2, 1).Range.Bold = False
	WTable.Cell(2, 1).Range.ParagraphFormat.Alignment = 2	

	WTable.Cell(3, 3).Range.Font.Name = "Times New Roman"
	WTable.Cell(3, 3).Range.Font.Size = 14
	WTable.Cell(3, 3).Range.Bold = True
	WTable.Cell(3, 3).Range.Font.Underline = True
	WTable.Cell(3, 3).Range.ParagraphFormat.Alignment = 0
	WTable.Cell(3, 2).Range.Text = "ThaiCreate.Com 3"



	Wrd.ActiveDocument.SaveAs(Server.MapPath(DocName))
	Wrd.Application.Quit
	Set Wrd = Nothing
	
%>
Word Created <a href="<%=DocName%>">Click here</a> to Download.
</body>
</html>


Screenshot

ASP & Word

ASP & Word






   
Share


ช่วยกันสนับสนุนรักษาเว็บไซต์ความรู้แห่งนี้ไว้ด้วยการสนับสนุน Source Code 2.0 ของทีมงานไทยครีเอท


ลองใช้ค้นหาข้อมูล


   


Bookmark.   
       
  By : ThaiCreate.Com Team (บทความเป็นลิขสิทธิ์ของเว็บไทยครีเอทห้ามนำเผยแพร่ ณ เว็บไซต์อื่น ๆ)
  Score Rating :  
  Create/Update Date : 2008-10-14 21:44:13 / 2008-12-11 07:30:37
  Download : Download  ASP & Word (Word.Application) - Create/Insert Table (Tables.Add)
 Sponsored Links / Related

 
ASP Word Response.ContentType = "application/vnd.ms-word"
Rating :

 
ASP Config Word (Word.Application)
Rating :

 
ASP Connect to Word.Application
Rating :

 
ASP & Word (Word.Application) - Create Word Document
Rating :

 
ASP & Word (Word.Application) - Page Setup
Rating :

 
ASP & Word (Word.Application) - BuiltInDocumentProperties
Rating :

 
ASP & Word (Word.Application) - Font & Style
Rating :

 
ASP & Word (Word.Application) - Paragraphs & Range
Rating :

 
ASP & Word (Word.Application) - Page Breaking
Rating :

 
ASP & Word (Word.Application) - Add/Insert Picture (AddPicture)
Rating :

 
ASP & Word (Word.Application) - Open Document (Documents.Open)
Rating :

 
ASP & Word (Word.Application) - Word Document Sample Report
Rating :

 
ASP & Word (Word.Application) - Convert and Send Email Attachment
Rating :


ThaiCreate.Com Forum


Comunity Forum Free Web Script
Jobs Freelance Free Uploads
Free Web Hosting Free Tools

สอน PHP ผ่าน Youtube ฟรี
สอน Android การเขียนโปรแกรม Android
สอน Windows Phone การเขียนโปรแกรม Windows Phone 7 และ 8
สอน iOS การเขียนโปรแกรม iPhone, iPad
สอน Java การเขียนโปรแกรม ภาษา Java
สอน Java GUI การเขียนโปรแกรม ภาษา Java GUI
สอน JSP การเขียนโปรแกรม ภาษา Java
สอน jQuery การเขียนโปรแกรม ภาษา jQuery
สอน .Net การเขียนโปรแกรม ภาษา .Net
Free Tutorial
สอน Google Maps Api
สอน Windows Service
สอน Entity Framework
สอน Android
สอน Java เขียน Java
Java GUI Swing
สอน JSP (Web App)
iOS (iPhone,iPad)
Windows Phone
Windows Azure
Windows Store
Laravel Framework
Yii PHP Framework
สอน jQuery
สอน jQuery กับ Ajax
สอน PHP OOP (Vdo)
Ajax Tutorials
SQL Tutorials
สอน SQL (Part 2)
JavaScript Tutorial
Javascript Tips
VBScript Tutorial
VBScript Validation
Microsoft Access
MySQL Tutorials
-- Stored Procedure
MariaDB Database
SQL Server Tutorial
SQL Server 2005
SQL Server 2008
SQL Server 2012
-- Stored Procedure
Oracle Database
-- Stored Procedure
SVN (Subversion)
แนวทางการทำ SEO
ปรับแต่งเว็บให้โหลดเร็ว


Hit Link
   







Load balance : Server 00
ThaiCreate.Com Logo
© www.ThaiCreate.Com. 2003-2024 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่