Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default 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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default 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 wrote in message
...
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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel Standard Colours Irm Excel Discussion (Misc queries) 1 October 7th 07 12:31 PM
Relative standard deviation in Excel Barb Reinhardt Excel Programming 0 December 6th 05 11:55 AM
Standard deviations in Excel Fred Zack Charts and Charting in Excel 2 June 15th 05 01:19 AM
Want to use standard excel functions in vb Mark Excel Programming 3 May 18th 05 03:22 AM
how do I plot mean and standard deviation in excel amg Charts and Charting in Excel 3 January 6th 05 03:53 AM


All times are GMT +1. The time now is 02:12 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"