Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help with Excel Automation
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01095725
Message ID:
01095729
Vues:
18
Check Re: Importing from Excel into Memo Fields Thread #423847 Message #425055

>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
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform