Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Excel XLS/XLSX to CSV
Message
From
14/05/2016 08:21:10
 
 
To
14/05/2016 06:42:43
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
01636368
Message ID:
01636372
Views:
106
This message has been marked as the solution to the initial question of the thread.
>Hi All
>
>What suggestions for a quick and simple XLS/XLSX to CSV conversion tool workable inside VFP9 application? Need to only convert the first worksheet, all columns/rows.
>
>TIA

Read Excel data into VFP, using either built in APPEND FROM or IMPORT commands, for XLS format, or available OpenXML libraries for XLSX, and then export it to CSV using COPY TO command.

XLSX capable libraries: http://vfpx.codeplex.com/wikipage?title=XLSXWorkbook and http://praisachion.blogspot.pt/2016/02/import-dbf-from-msoffice-2007-xlsx-docx.html
----------------------------------
António Tavares Lopes
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform