|
|
|
ขอถามว่า C# เขียนส่งออกเป็น word excel ได้หรือเปล่าครับ |
|
|
|
|
|
|
|
ใช้ VB.NET ไปก่อนแล้วกันน่ะครับ ว่าง ๆ ผมจะทำให้ซะบทความครับ
|
|
|
|
|
Date :
2009-07-03 17:12:37 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ไม่สามารถใช้งานได้ <- ติดปัญหาตรงไหนหรือครับ?
|
|
|
|
|
Date :
2009-07-10 11:19:12 |
By :
Patis |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (C#)
object mis = Type.Missing;
object strFileName = (Object)"C:\\WordC\\Doc\\GenWord.doc";
object fileFormat = 1;
Object oTrue = true;
Object oFalse = false;
Word.Application oWord = new Word.Application();
Word.Document oWordDoc = new Word.Document();
oWord.Visible = true;
oWordDoc = oWord.Documents.Add(ref mis, ref mis, ref mis, ref mis);
oWord.Selection.TypeText("Welcome To www.ThaiCreate.Com");
oWordDoc.SaveAs(ref strFileName, ref fileFormat, ref mis, ref mis,
ref mis, ref mis, ref mis, ref mis, ref mis,
ref mis, ref mis, ref mis, ref mis, ref mis,
ref mis, ref mis);
oWordDoc.Close(ref oFalse, ref mis, ref mis);
oWord.Quit(ref mis, ref mis, ref mis);
GC.Collect();
Go to : C# .NET Create Word Document (Windows 7 and Office 2003 , Office Word 2007)
|
|
|
|
|
Date :
2011-09-08 22:30:51 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|