summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2012-02-13update readme/changelog for release.Randy Morgan
2012-02-13adding in support for specified column widthsRandy Morgan
2012-02-131.8.7 patch to properly scope the defined methodRandy Morgan
2012-02-13readability improvement prior to 1.8.7 debuggingRandy Morgan
2012-02-13bump version for pre-releaseRandy Morgan
2012-02-13Remove entirely the dependancies on i18n and active support. Randy Morgan
2012-02-12Merge https://github.com/randym/axlsxRandy Morgan
2012-02-12credit where credit is dueRandy Morgan
2012-02-12Merge pull request #25 from ffmike/masterRandy Morgan
Be less restrictive in i18n version
2012-02-12small optimization and readme update.Randy Morgan
2012-02-12refactor inline style attribute listing and xml generation so that both ↵Randy Morgan
shared strings and inline strings can use cell level inline styles against text runs
2012-02-12reject formula from shared strings candidatesRandy Morgan
2012-02-12update example to include shared strings usageRandy Morgan
2012-02-12patches for 1.8.7Randy Morgan
2012-02-12patching unbalanced endsRandy Morgan
2012-02-12Adding in support for optionally using the shared strings table. This will ↵Randy Morgan
allow us to inter-op properly with Numbers
2012-02-07Accept i18n 0.4.1 and see what breaks.Mike Gunderloy
2012-02-07current ms_off_crypto - needs to be re-written to use agile encryption.. Randy Morgan
gotta love that documentation - thanks MS - *really* clear....
2012-02-07adding in write to StringIO as per issue #11Randy Morgan
2012-02-03removing files that should not be in the repoRandy Morgan
2012-02-03update readme to include tag comparison linksRandy Morgan
2012-02-03updating yardops to include changelog file.Randy Morgan
2012-02-02Adding in hyperlinking for images as per issue #22Randy Morgan
2012-02-01https://github.com/randym/axlsx/issues/21Randy Morgan
fixed 'properly' but I've feeling the schema folder should actually be lib/axlsx/schema instead of lib/schema
2012-02-01Updating schema loading for validation to correctly load the schema file ↵Randy Morgan
relative to the package as reported by Phong in #21. https://github.com/randym/axlsx/issues/21
2012-01-19Merge branch 'master' of github.com:randym/axlsxRandy Morgan
2012-01-18Merge pull request #20 from ochko/masterRandy Morgan
date1904 need to be set on mac and freebsd
2012-01-19date1904 needs to be true on mac and bsd at leastochko
2012-01-19Set default date1904 attribute using platform stringochko
2012-01-19Merge branch 'master', remote-tracking branch 'randy'ochko
2012-01-18more fun with ms-crypto.Randy Morgan
base compound file and stream corrections
2012-01-18remove linebreaks/indentation when saving to encourage interop with rubyXLRandy Morgan
https://github.com/randym/axlsx/issues/19
2012-01-13applying col_style to a list of rows of unequal length can cause an error as ↵Randy Morgan
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
2012-01-06remove crypto for releaseRandy Morgan
2012-01-06Merge branch 'master' of https://github.com/randym/axlsxRandy Morgan
2012-01-06beginnings of password protected compound binary file using ECMA encryptionRandy Morgan
2011-12-21Merge pull request #9 from ochko/masterRandy Morgan
Another performance improvement - well done ochko
2011-12-22Another performance improvement.ochko
method_missing is being called too much. Instead declared delegate methods for undestructive Array methods
2011-12-20removing debug codeRandy Morgan
2011-12-20patch: If the type is specified before the value is set we try to cast nil, ↵Randy Morgan
and force the type to be nil. We should only cast the value when type is being set against an established value attribute.
2011-12-16Merge pull request #8 from ochko/masterRandy Morgan
Little performance improvement
2011-12-16Merge branch 'master' of git://github.com/randym/axlsxochko
2011-12-16bump for next releaseRandy Morgan
2011-12-16number format needs to be applied if a format is specified.Randy Morgan
2011-12-16Little performance improvement.ochko
It doesn't need to do type detection if it is passed by options
2011-12-15Added a check for the gemspec/rakefile included VERSION constant so bundler ↵Randy Morgan
does not puke warnings.
2011-12-15silence warning from bundler when requiring this gem off of github.Randy Morgan
2011-12-14readme typeRandy Morgan
2011-12-14release prep for 1.0.14.Randy Morgan
2011-12-141.0.14 release prep. Beginnings of password protection scheduled for release ↵Randy Morgan
in Jan. 2012