Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Convert Excel Spreadsheet to Cursor
Message
De
13/07/2012 03:36:09
 
 
À
12/07/2012 18:19:51
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01548424
Message ID:
01548442
Vues:
123
>We have an Excel 2007 spreadsheet that we need to turn into a cursor. Excel 2007 doesn't support Save As DBF anymore so I need a different solution. My first thought was to save it as an XML file and then use VFP to create a cursor. Accordingly I tried.......
>
>
=XMLTOCURSOR(GETFILE("xml"),"myCursor",512)
>
>This "works" in the sense that a cursor gets created. Unfortunately the cursor contains the Document Properties (LastAuthor, Created, Lastsaved, Version, etc.)
>
>Is there a way in Excel to Save as XML but without this information?
>
>Is there a way in VFP to bypass this information and right to the "real" data?
>
>Is there a better approach?

How about exporting to comma delimited format (csv ?) and then pick it up from there maybe ?
Comma delimited to cursor or dbf should be no brainer.

If it comes to worse you can always use OLE to suck out data into cursor you create yourself.
*****************
Srdjan Djordjevic
Limassol, Cyprus

Free Reporting Framework for VFP9 ;
www.Report-Sculptor.Com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform