Closed Thread
Results 1 to 3 of 3

Thread: problem How to read or download excel file in VFP8-9

  1. #1
    jov
    jov is offline Newbie
    Join Date
    Nov 2007
    Posts
    10
    Rep Power
    0

    problem How to read or download excel file in VFP8-9

    Guys,

    Good afternoon,

    Guys i need your help. Can i have your ideas or you can share some programming codes.
    im making a program for our office but i could not decide if i can do this.
    my problem is we have data from excel file that we will use intead of encoding one by one im thinking if this can be download in visual foxpro.
    we have 85 pcs of docs with different filename but the same data or format.
    so. very tedious to do encoding. or i will convert to text file the excel file. any program or application that can read an excel file or text file in visual foxpro.

    Note if you want to see the document let me know and i will attached it here in the thread.

    thank you very much,

    jov

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,494
    Blog Entries
    75
    Rep Power
    143

    Re: problem How to read or download excel file in VFP8-9

    You may find it easier to work with a csv file than an excel file. Also, what version of VFP are you using? It may be possible to use VB to do some of the parsing or to use an ODBC connection to get at the data.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  4. #3
    Join Date
    Mar 2008
    Location
    The North Pole
    Posts
    13,174
    Blog Entries
    13
    Rep Power
    114

    Re: problem How to read or download excel file in VFP8-9

    Excel files contain lots of information that is specific only to Microsoft Excel - CSV files just contain data. Therefore, CSV is easier for parsing.

    Quote Originally Posted by Jordan View Post
    Good members, like yourself, stick around and post for ages to come!
    Mr. Xav | Blog | Forums

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. HTTP Getting Browser To Open File And Not Download File
    By RhetoricalRuvim in forum General Programming
    Replies: 6
    Last Post: 08-05-2011, 12:14 AM
  2. Mysql and excel file
    By larrywcc in forum PHP Development
    Replies: 3
    Last Post: 02-13-2011, 12:48 PM
  3. Best way to read and manipulate data from excel
    By ask1net in forum C and C++
    Replies: 4
    Last Post: 12-04-2010, 01:42 PM
  4. Read data from excel
    By ilbossmancato in forum C# Programming
    Replies: 4
    Last Post: 06-13-2010, 07:54 PM
  5. "Read from file" problem
    By pb_ce85 in forum C# Programming
    Replies: 3
    Last Post: 07-15-2008, 05:35 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts