Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to generate a word file
Message
De
05/04/2011 22:24:44
 
 
À
05/04/2011 22:01:42
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Versions des environnements
Environment:
VB 9.0
OS:
Windows XP
Database:
MS SQL Server
Divers
Thread ID:
01506116
Message ID:
01506211
Vues:
29
Sorry , i can generated excel mean in other table .....
But in this time , i want to generated Resume doc file from candidate tables , vb.net can do it and how can i do?
 Dim XL As Excel.Application
                Dim WB As Excel.Workbook
                Dim Sheet As Excel.Worksheet
 XL = CreateObject("Excel.Application")
                XL.Visible = True

                WB = XL.Workbooks.Add
                Sheet = WB.ActiveSheet
 Sheet.Activate()

   Sheet.Range("A1" ).Value = "aaa"
  Sheet = Nothing

                WB = Nothing

                XL.Quit()

                XL = Nothing
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform