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

three quotes on export #11

Open
davidnegreira opened this issue Nov 20, 2019 · 0 comments
Open

three quotes on export #11

davidnegreira opened this issue Nov 20, 2019 · 0 comments

Comments

@davidnegreira
Copy link

When in run de program:
go run main.go testdata/testfile.xlsx

I get the following result:

"""Foo""";"""Bar"""
"""Baz """;"""Quuk"""

I'm newbie in go but reading the code I see in line 45:

vals = append(vals, fmt.Sprintf("%q", str))

the %q add quotes but go cw.Write(vals) add quotes too so the result is a lot of quotes 😄

golang writer.go line 89

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

No branches or pull requests

1 participant