Skip to content

Exporting a data.frame to excel using sqlSave - adds a character ' to values

3 messages · Dieter Menne, Tal Galili

#
Tal Galili wrote:
This might be a problem of you running in Hebrew locale; on my machine
(German) this does not occur. However, I can manually add a ' in front both
of numbers and texts to denote the column as a string; the ' only shows up
in the edit field on the top row, not in the data, indicating that this is a
"forced string" value.

Try to read back you data. I believe your strings will be ok.

Dieter