Using write_csv_data [message #44045] |
Tue, 10 May 2005 14:38  |
Julio[1]
Messages: 52 Registered: May 2005
|
Member |
|
|
Hello again...
I'm using write_csv_data to export an array to a CSV file. However,
when I open the file in Excel, the records are all together in only one
cell. For example, the A1 cell shows:
0.626617, 0.413875, 0.501096, 0.242794, 0.468694
However, A1 should show only 0.626617
How can I fix it?
Comments welcome,
regards,
Julio
|
|
|
Re: Using write_csv_data [message #44065 is a reply to message #44045] |
Mon, 16 May 2005 05:48  |
btt
Messages: 345 Registered: December 2000
|
Senior Member |
|
|
Sean Davis wrote:
> Julio wrote:
>
>
>> Hello again...
>>
>> I'm using write_csv_data to export an array to a CSV file. However,
>> when I open the file in Excel, the records are all together in only one
>> cell. For example, the A1 cell shows:
>>
>> 0.626617, 0.413875, 0.501096, 0.242794, 0.468694
>>
>> However, A1 should show only 0.626617
>> How can I fix it?
>>
>> Comments welcome,
>>
>> regards,
>> Julio
>
> where does one get this write_csv_data procedure?
Good question... always start here ...
www.dfanning.com
Cheers!
|
|
|
Re: Using write_csv_data [message #44080 is a reply to message #44045] |
Sat, 14 May 2005 04:53  |
R.Bauer
Messages: 1424 Registered: November 1998
|
Senior Member |
|
|
Julio wrote:
> Hello again...
>
> I'm using write_csv_data to export an array to a CSV file. However,
> when I open the file in Excel, the records are all together in only one
> cell. For example, the A1 cell shows:
>
> 0.626617, 0.413875, 0.501096, 0.242794, 0.468694
>
> However, A1 should show only 0.626617
> How can I fix it?
>
> Comments welcome,
>
> regards,
> Julio
This happens regular if you have setup in your windows configuration a , as
decimal point.
cheers
Reimar
|
|
|
Re: Using write_csv_data [message #44086 is a reply to message #44045] |
Fri, 13 May 2005 15:24  |
Sean Davis
Messages: 19 Registered: August 1999
|
Junior Member |
|
|
Julio wrote:
> Hello again...
>
> I'm using write_csv_data to export an array to a CSV file. However,
> when I open the file in Excel, the records are all together in only one
> cell. For example, the A1 cell shows:
>
> 0.626617, 0.413875, 0.501096, 0.242794, 0.468694
>
> However, A1 should show only 0.626617
> How can I fix it?
>
> Comments welcome,
>
> regards,
> Julio
where does one get this write_csv_data procedure?
|
|
|