summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/workbook
AgeCommit message (Expand)Author
2012-04-29examples and read me clean up as well as implementing outlineLevel for row an...Randy Morgan
2012-04-28fix Table#header_cells methodJurriaan Pruis
2012-04-27bug fix. https://github.com/randym/axlsx/issues/86Randy Morgan
2012-04-25documentation updates and example dir restructuring.Randy Morgan
2012-04-25bug fix to properly assign style/type data when creating rows and partial sty...Randy Morgan
2012-04-23Merge branch 'master' of github.com:randym/axlsxRandy Morgan
2012-04-23first stage refactoring for Style#add_style [inprogress]Randy Morgan
2012-04-21Update icon_set to use percent in its value_objectsStephen Pike
2012-04-21adding in icon set and MOAR examples for conditional formatting.Randy Morgan
2012-04-21add data bar conditional formatting support.Randy Morgan
2012-04-21adding in color scale for conditional formattingRandy Morgan
2012-04-20Add some more documentation for example of conditional formattingStephen Pike
2012-04-20Formatting and documentation cleanupStephen Pike
2012-04-20Put encoding back... whoopsStephen Pike
2012-04-20# Support for conditional formattingStephen Pike
2012-04-18update docs and remove unused mdw_count declarationRandy Morgan
2012-04-18use method not instance variable for determining if cell level style customiz...Randy Morgan
2012-04-16use class variable for counting stringRandy Morgan
2012-04-16The beginning of the end of RMagick! Still needs lots of testing but seems co...Randy Morgan
2012-04-13fix both autowidth calculations and column_widths assignation. Randy Morgan
2012-04-13update cell to use common lib methodRandy Morgan
2012-04-12fix bug for autowidth in handling nil cells.Randy Morgan
2012-04-10Fix Dimension to check for nil members in rows.Randy Morgan
2012-04-06Merge branch 'master' of git://github.com/randym/axlsxochko
2012-04-06put only plain string cells in shared string tableochko
2012-04-05Fix missing merged cells.Stefan Daschek
2012-04-05Fix position of pageMargins XML element.Stefan Daschek
2012-04-04shared string should be faster than non-shared string serializationochko
2012-04-02Merge pull request #73 from jurriaan/empty-cellRandy Morgan
2012-04-03pre-release cleanupRandy Morgan
2012-04-02Support nil cells for all typesJurriaan Pruis
2012-04-01Skip cells with nil valuesJurriaan Pruis
2012-04-01String table ignore nil valuesJurriaan Pruis
2012-04-01Fixed formula handlingJurriaan Pruis
2012-03-31Merge pull request #72 from joekain/perfRandy Morgan
2012-03-31Build self_hash up from INLINE_STYLESJoe Kain
2012-04-01part way through changing all serialization to use string concatenation prior...Randy Morgan
2012-03-28Merge pull request #66 from sduckett/doc-updatesRandy Morgan
2012-03-28Merge pull request #70 from jurriaan/auto_filter-fixRandy Morgan
2012-03-29Implement full set of col attributes and improve performance of autowidth two...Randy Morgan
2012-03-28Merge github.com:randym/axlsxJurriaan Pruis
2012-03-28implement column object - still needs to be tied in to a rewrite of autofit_dataRandy Morgan
2012-03-28Merge github.com:randym/axlsxJurriaan Pruis
2012-03-27Fix no-example in rendered docs, comment to match method.Sean Duckett
2012-03-28Still not fast enough?Randy Morgan
2012-03-27Merge github.com:randym/axlsxJurriaan Pruis
2012-03-27use << for row string processing as well.Randy Morgan
2012-03-27FAST ENOUGH?Randy Morgan
2012-03-27benchmarking shows << to be faster than "%s" % xRandy Morgan
2012-03-27properly render inline colorsRandy Morgan