| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
fixed 'properly' but I've feeling the schema folder should actually be
lib/axlsx/schema
instead of
lib/schema
|
|
relative to the package as reported by Phong in #21.
https://github.com/randym/axlsx/issues/21
|
|
|
|
date1904 need to be set on mac and freebsd
|
|
|
|
|
|
|
|
base compound file and stream corrections
|
|
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
|