Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weird problem with decimal separator #324

Closed
sebelk opened this issue Mar 12, 2016 · 2 comments
Closed

Weird problem with decimal separator #324

sebelk opened this issue Mar 12, 2016 · 2 comments

Comments

@sebelk
Copy link

sebelk commented Mar 12, 2016

Hi,

I have a script with the following command:

unoconv -i FilterOptions=44,34,76 -f xls  ${ARCHIVOINFO}.csv

That script runs on CentOS 6.7

When I connect to Linux from Windows (via SSH client) it outputs de xls correctly.

But when I run from a Linux ssh client the outputs is messed up.

For example, fields with values such a 0.80 are prepended with a single quote, so the value results as '0.80

And so, this field is rendered as text in the spreadsheet.

I've made a work around, the script ask user from which OS is conneting. But I wonder if there is a more clever way of do it.

Thanks in advance!

@paulggapps
Copy link

How did you resolve this as I'm having a similar problem?

The Word Document converts to PDF (tables and all) - one issue is the decimal separator is represented as 1/4

Any ideas?

@regebro
Copy link
Member

regebro commented Feb 28, 2019

Is this still an issue? Can you provide an example file?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants