summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/workbook/worksheet
AgeCommit message (Expand)Author
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-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
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-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-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-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-02epoc => epochJurriaan Pruis
2012-03-01touch of documentation for an excellent addition by @jurriaanRandy Morgan