| Age | Commit message (Collapse) | Author |
|
patched type on Cfvo
|
|
|
|
|
|
|
|
|
|
|
|
This still needs the Camel -> Snake patch and aliases
|
|
|
|
|
|
|
|
This should be done for all classes that use this same peice of
repeated code.
|
|
I really need to discontinue support for 1.8.7...
|
|
attriubtes for Border
Aliases are provided for altered attriubte names
|
|
attributes for drawing/hyperlink
|
|
outline_level attribute
An alias to outlineLevel is provided for backwards compatability
|
|
|
|
|
|
additional_attributes parameter to specify attributes that are not instance_values
|
|
financial report
|
|
|
|
Module or Class is just not cool
|
|
|
|
|
|
Fix worksheet name escaping and cell sorting in Axlsx.cell_range
|
|
We've discovered that Excel do not allow ' in defined_names to
reference a worksheet name. All it does allow is to escape the simple
quote by doubling it. Given that Worksheet#name is escaped using
HTMLEntities, a simple quote appears as ' we're simply replacing it by
the correct '' when using absolute reference to worksheet range.
|
|
|
|
|
|
Seems to cause some problems with 1.9.1 not willing to spend the effort
time to find out why ;?
|
|
extraction refactoring
|
|
replaced with attr_accessor like methods:
string_attr_accessor
boolean_attr_accessor
defined in module.rb
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and LICENSE
|
|
|
|
|
|
This means you can add autofilters that will restrict the visible rows
based on a specified value.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is not ready for release - needs more testing and docs!
|
|
|
|
charts yet!
|