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

Various Fixes #340

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Various Fixes #340

wants to merge 8 commits into from

Conversation

pnomolos
Copy link

  • Fixes issue where XML character would be passed unencoded into attribute values, causing breakage
  • You can pass a SimpleTypedList to be merged now (useful if you want to merge an entire row)
  • Converted everything to Minitest

pnomolos added 5 commits July 30, 2014 00:47
- Fixes issue where XML character would be passed unencoded into attribute values, causing breakage
- You can pass a SimpleTypedList to be merged now (useful if you want to merge an entire row)
- Also has the addition of Axlsx.to_emu_units
- Fix issue with it not being properly escaped
@pnomolos pnomolos changed the title Serialized Attributes - Bugfix Various Fixes Jul 31, 2014
- @zoom_scale_normal, @zoom_scale_page_layout_view, @zoom_scale_sheet_layout_view all need to be set.  A default of 0 is incorrect according to the Open XML SDK 2.5 Validator.
- Due to the way serialized_attributes works, @name won't be set by default.  This should probably be fixed by having serialized_attributes use method-based accessors rather than instance vars.
- Fix specs for SheetView now that defaults are different
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.

1 participant