Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using Greg Green XLSXWorkBookVFPX for extracting from Ex
Message
 
 
To
30/11/2018 22:17:02
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
01663900
Message ID:
01663959
Views:
41
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform