+ Reply to Thread
Results 1 to 2 of 2

What csv standard used by excel?

  1. #1
    CSV standard
    Guest

    What csv standard used by excel?

    Anyone, can tell me about the standard of CSV that used by excel...
    I mean, can you describe the detail about csv standard that used by Excel.

    Because, I'm developing Flash multimedia right know, and I'm using CSV
    (created from EXCEL) as my data file. I'm going to load the data from my CSV
    file into my Flash Aplication.

    Flash did not have any special functions to load data from CSV, so I have to
    make the algorithm by my self...

    That's why.. I need the details about CSV format standard that used by
    Excel...

    I need this information so much...

    Thanx for yout attention,

    Best regards,
    Agatha Purbadita

  2. #2
    NickHK
    Guest

    Re: What csv standard used by excel?

    The easiest way would be to make an Excel file of your required data and
    ..SaveAs csv from Excel.
    Look at the results in NotePad or your favourite text editor.
    Make sure that the date format function as expected on different
    locales/platforms that you need to work with.
    These .csv files will only work with ANSI character set; if you need support
    for extra chars, use a Unicode enabled format.
    Also, you may not get an actual comma separated format, depending on the
    locale's setting for the list separator.
    You can always white your own routine to save/read the data exactly as you
    need.

    NickHK

    "CSV standard" <CSV [email protected]> wrote in message
    news:[email protected]...
    > Anyone, can tell me about the standard of CSV that used by excel...
    > I mean, can you describe the detail about csv standard that used by Excel.
    >
    > Because, I'm developing Flash multimedia right know, and I'm using CSV
    > (created from EXCEL) as my data file. I'm going to load the data from my

    CSV
    > file into my Flash Aplication.
    >
    > Flash did not have any special functions to load data from CSV, so I have

    to
    > make the algorithm by my self...
    >
    > That's why.. I need the details about CSV format standard that used by
    > Excel...
    >
    > I need this information so much...
    >
    > Thanx for yout attention,
    >
    > Best regards,
    > Agatha Purbadita




+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1