| Age | Commit message (Collapse) | Author |
|
https://github.com/randym/axlsx/issues/19
|
|
there is no cell at the index.
for example, with a structure like this:
********
**
********
***
col_style 2, 1
would fail as the second row has no cell at index 2.
Thanks Don!
https://github.com/randym/axlsx/issues/15
|
|
|
|
|
|
|
|
Another performance improvement - well done ochko
|
|
method_missing is being called too much.
Instead declared delegate methods for undestructive Array methods
|
|
|
|
and force the type to be nil. We should only cast the value when type is being set against an established value attribute.
|
|
Little performance improvement
|
|
|
|
|
|
|
|
It doesn't need to do type detection if it is passed by options
|
|
does not puke warnings.
|
|
|
|
|
|
|
|
in Jan. 2012
|
|
|
|
|
|
calculations.
|
|
serialization.
|
|
|
|
|
|
in excel 2011
|
|
|
|
|
|
|
|
|
|
|
|
|
|
force binary encoding for zip entries.
[bug] fixed error in app.rb so extended properties can now be used.
improved support for OOXML cell element types.
|
|
|
|
|
|
|
|
resolve https://github.com/randym/axlsx/issues/1
|
|
|
|
|
|
|
|
overrides into the autowidth calculations
|
|
|
|
coordinates
|
|
like 00 for black, FF for white
|
|
|
|
For example "A1" transliterates to [0, 0] while "C7" transliterates to [2, 6]
|
|
missing.
|
|
|
|
|
|
|