Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Get Sheet Names from Excel File
Message
 
 
À
15/04/2008 21:24:36
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01310964
Message ID:
01310976
Vues:
17
oExcel = CreateObject("Excel.Application")
oWorkbook = oExcel.Workbooks.Open(lcXlsFile)
FOR i= 1 TO oWorkbook.Sheets.Count
	? oWorkbook.Sheets(i).Name
ENDFOR
oExcel.Quit()
>I'm wondering if there is a way to get
>the sheet names from a XLS file.
>Any idea?
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform