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

Handle empty v element in column xml #542

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

will89
Copy link
Contributor

@will89 will89 commented Sep 13, 2020

Summary

This is an attempt to fix #541.

Other Information

I'm open to suggestions on how the test is structured. I wanted to setup the tests in a way that made it easier to write future tests against various cell xml configurations. I use this gem at work with customer data so generating spreadsheets that reproduce issues is difficult due to having to scrub the data. I can easily unzip the spreadsheets to identify 'interesting' xml tags.

Ideally, I would have tested cell_from_xml to avoid dealing with arrays but I didn't want to change the visibility of that method for this bug fix.

I would be interested in trying to restructure the SheetDoc class so it's easier to test some of core functionality of methods like cell_from_xml and create_cell_from_value in the future. Is that something that would be of interest?

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

Successfully merging this pull request may close these issues.

`Integer': invalid value for Integer(): "" (ArgumentError) during each_row_streaming
1 participant