Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy dbf to xls
Message
From
12/08/2010 22:22:37
 
 
To
12/08/2010 09:16:06
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
01476252
Message ID:
01476424
Views:
95
>>Two parter: would appreciate comments on either or both
>>1.
>>Is it still safe to convert dbf to xls with the following:
>>copy file myfile.dbf to myxfile.xls
>>It works but i'm wondering if office (2007) is viewing this file as a fake xls
>>
>
>COPY FILE doesn't change the file format. Presumably you mean:
>
>
>USE MyFile.DBF
>COPY TO MyFile TYPE XLS
>
>
>If so, you really should make it TYPE XL5, since XLS creates an Excel 2 format file, which handles dates badly.
>
>Tamar

good to know - thanks tamar
k
Previous
Reply
Map
View

Click here to load this message in the networking platform