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

Excel interop + newlines in cells #4

Open
joinr opened this issue Jan 2, 2018 · 0 comments
Open

Excel interop + newlines in cells #4

joinr opened this issue Jan 2, 2018 · 0 comments

Comments

@joinr
Copy link
Owner

joinr commented Jan 2, 2018

For compatibility with TSV operations, we should be cleaning up the input when we have newlines in cell entries. This creates a problem with split-lines, and we end up breaking the table parser.

Solution: strip out newlines from the cells on parse or conversion to text. use clojure.string/trim to get ride of whitespace in the cell entry. Note: this only affects xlsx file reading to tables really. Limit scope to spork.util.excel

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