Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using Greg Green XLSXWorkBookVFPX for extracting from Ex
Message
 
 
À
30/11/2018 22:17:02
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Divers
Thread ID:
01663900
Message ID:
01663959
Vues:
42
No need to be sorry. You have created a fantastic tool! And I thank you very much for the tool and for the help here.

>
>Sorry for the late reply, sample code:
>
>
>FOR lnRow=1 TO loExcel.GetLastRowNumber(lnWB, lnSheet)
>     loRowData = loExcel.GetSheetRowValues(lnWB, lnSheet, lnRow)
>     IF !ISNULL(loRowData)
>          FOR lnCol=1 TO loRowData.Count
>                  ? "Data Type: " + loRowData.List[lnCol, 2]
>                  ? "Data Value: " + TRANSFORM(loRowData.List[lnCol, 1])
>          ENDFOR
>     ENDIF
>ENDFOR
>
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform