Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help with Excel Automation
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Help with Excel Automation
Divers
Thread ID:
01095725
Message ID:
01095725
Vues:
66
Hi.
I am trying to import an Excel file using automation.
(Because Appe from does not support Memo Fields)

I need to be able to do something like:
lnRowCount = NoOfRowsInSpreadSheet
lnColumnCount = NoOfColumnsInSpreadsheet
For lnRows = 1 to lnRowCount
For lnColumns = 1 to lnColumnCount
X=Cell[lnRowCount,lnColumnCount]
&& Do stuff then with x
Endfor
Endfor

I'm not sure how to get the Column and RowCount properties and the x= line

Any help appreciated
Regards,
Gerard
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform