Unreleased - View Diff
- Nothing yet
v1.2.0 - View Diff
- Allow passing
:style
argument toSpan
- Added
Table#set_column_widths
method - Style
:family
option now supports String and Symbol keys. Previously:family
the family option would only support the key name as a Symbol. - Improve Style List Documentation
- Allow adding XML attributes directly to
Table
,Row
,Column
,Cell
using the:attributes
argument - Remove usage of
contains
metaprogramming methodContainer#contains
that was hiding major implementation details from most RODF classes. The code is now much easier to understand.
v1.1.1 - View Diff
- Issue #36 - Improve compatibility for Float Cells
- Fix gemspec require for Ruby 1.9
- Cleanup File Commenting
v1.1.0 - View Diff
- #34 - Add ability to add many rows or cells at once
- #29 - Remove ActiveSupport dependency in favor of
dry-inflector
- #21 - Allow more attributes for the
data_style
method - #19 - Changes to Date/Time handling
v1.0.0 - View Diff
- Rename main module ODF to RODF, Fix cell types
- Add Rails 5 support to gemspec
- Resulting ODF files as bitstrings
- Allows current libraries
- Procedural cell styling
- Documents can now write themselves to disk
- Fixes broken styles.xml
- Adds support for conditional formatting
- Allow parameterless blocks
- Reintroduce compatibility with Ruby 1.8
- Update to newer libraries and Ruby 1.9
- Fix date handling
- Bug fix
- Allow the setting of an entire cell's content to a hyperlink (by Merul Patel)
- Dependency fix (by Merul Patel)
- Cell span
- Basic spreadsheet styling support
- First version with very basic support for spreadsheet generation