On 15 September 2012 08:26, Viesturs Lācis <viesturs.la...@gmail.com> wrote:

> Yes, saving to csv would be nice, but I think that I have a solution -
> put in the rows some special characters, like semicolon, and then use
> "text to columns" function in spreadsheet.

That is what CSV is, "comma separated variables". The special
character is a comma.
It is also a really bad choice, as a large proportion of the world use
the comma as a decimals separator.

> What I am concerned about is the coding of the file - most likely they will 
> import the file in excel on windows.

Just write("x,y,z") and it's CSV.


-- 
atp
If you can't fix it, you don't own it.
http://www.ifixit.com/Manifesto

------------------------------------------------------------------------------
How fast is your code?
3 out of 4 devs don\\\'t know how their code performs in production.
Find out how slow your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219672;13503038;z?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to