| Age | Commit message (Collapse) | Author |
|
|
|
Based on the discussion here: https://github.com/randym/axlsx/issues/111
Very simple implementation right now. Does not include any tests yet!
Change-Id: Ia8ec8c52f82577d05e07e21311cdb5fe5d1294be
|
|
This is really the same as just initializing the object, but anyone who
knows about three_tone is going to expect two_tone to be there as well.
|
|
|
|
You can now use Axlsx::ColorScale.three_tone or
Axlsx::ColorScale.two_tone to create pretty conditional formatting.
|
|
Time to think about ending support for 1.8.7?
|
|
initializer to bring the API inline with ColorScale
|
|
This lets us pass hashes defiing cfvo and colors for color scale
conditional formatting with out the bs of hacking up the existing
defaults.
|
|
Up to now, when using an URL containing a & character, the generated XML was invalid.
|
|
|
|
|
|
|
|
|
|
Some users have reported that they are repeatedly serializing the
package. They need to know that it is not additive, and I need to
remove the instance variable as there is no reason to maintain
completed parts list since it is only used for serialization.
|
|
hyperlink
|
|
cfvo collections and fixed camel casing in data_bar
|
|
position
|
|
|
|
|
|
|
|
|
|
|
|
serialized as differntly named nodes with the same data content
|
|
|
|
|
|
|
|
|
|
validation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|