Daniel Gibson Wrote: > I'm not talking about representing the values on the screen - I'm > talking about the format of CSV files. > And I find translated function names pretty strange.. I'm wondering how > well that works when opening a file with another locale etc.
Isn't it natural to get string from a cell and put it into the output CSV stream? UI also gets string from a cell and presents it. > > As this presentation is quite customizable, I doubt it's done by c runtime. > > I think it just gets string values from cells during CSV generation.
