summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx
AgeCommit message (Expand)Author
2012-03-28doc fixRandy 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
2012-03-27value and type required for shared_string comparison. this should be extracted.Randy Morgan
2012-03-27Some small improvementsRandy Morgan
2012-03-26indexes should be 0 based, and the <worksheet> node needed to be closedRandy Morgan
2012-03-26need to make columns - even if we are not using auto_widthRandy Morgan
2012-03-26use Array#join instead of concatenatingochko
2012-03-26do nothing unless it is told to autowith fittingochko
2012-03-26Quick and Dirty run on trying interpolated strings instead of nokogiri for sh...Randy Morgan
2012-03-23Use Alxsx.cell_rangeJurriaan Pruis
2012-03-23Added <definedNames> to workbookJurriaan Pruis
2012-03-22Add Scatter chartsJoe Kain
2012-03-23update add Styles#add_style to allow a simple hash to create a new border styleRandy Morgan
2012-03-23fix docs for manipulating border stylesRandy Morgan
2012-03-21tiny bit of restructuring Randy Morgan
2012-03-21patching mistaken merge resolutionRandy Morgan
2012-03-21resolve small merge conflictRandy Morgan
2012-03-21resolving #53 and adding specs for use_autowidth, show_gridlinesRandy Morgan
2012-03-21Added support for tablesJurriaan Pruis
2012-03-21adding in an option to disable both the require of RMagick and auto-width pro...Randy Morgan
2012-03-14Merge branch 'master' of github.com:randym/axlsxRandy Morgan
2012-03-14code formatting.Randy Morgan
2012-03-14include applyAlignment attribute when adding styleochko
2012-03-12Merge pull request #49 from joekain/r_absRandy Morgan
2012-03-12adding in option to show/hide gridlines in a sheet.Randy Morgan
2012-03-12Fix Cell#r_abs to handle multi-digit row numbers and multi-letterJoe Kain
2012-03-10adding in quick patch for catAxis, valAxis on charts to specify gridlines = f...Randy Morgan
2012-03-09patch title serialization for graphic frameRandy Morgan
2012-03-05cleanup of useless line breakRandy Morgan
2012-03-04remove rubyXL interop and update readmeRandy Morgan
2012-03-04proper workbookview id - should be 0 based index iircRandy Morgan
2012-03-04fix #44 Randy Morgan
2012-03-04revert changes to validation reporting as it breaks backwards compatabilityRandy Morgan
2012-03-04fix typos in docsRandy Morgan
2012-03-04fix typos in docsRandy Morgan
2012-03-02epoc => epochJurriaan Pruis
2012-03-02Default to 1900 date systemJurriaan Pruis
2012-03-01touch of documentation for an excellent addition by @jurriaanRandy Morgan
2012-03-01Accept row numbers in Worksheet#[]Jurriaan Pruis
2012-03-01Added << alias for add_rowJurriaan Pruis
2012-02-29altering package validation errors to show the document they occurred in.Randy Morgan
2012-02-28patching time converter and specs as well as fixing warnings related to unini...Randy Morgan
2012-02-28referencing Converter, which is now known as DateTimeConverter.Randy Morgan