summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx
AgeCommit message (Collapse)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
``` user system total real axlsx_noautowidth 0.760000 0.020000 0.780000 ( 0.885482) axlsx 3.560000 0.130000 3.690000 ( 4.158594) axlsx_shared 11.610000 0.180000 11.790000 ( 13.208945) axlsx_stream 3.450000 0.120000 3.570000 ( 3.920745) csv 0.240000 0.010000 0.250000 ( 0.269822)
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
user system total real axlsx_noautowidth 1.560000 0.030000 1.590000 ( 1.717595) axlsx 4.360000 0.140000 4.500000 ( 5.748329) axlsx_shared 6.880000 0.160000 7.040000 ( 9.325648) axlsx_stream 4.320000 0.120000 4.440000 ( 5.642124) csv 0.240000 0.010000 0.250000 ( 0.301004)
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
total real axlsx_noautowidth 1.650000 ( 1.684738) axlsx 4.470000 ( 4.580439) axlsx_shared 7.990000 ( 8.151813) axlsx_stream 4.420000 ( 4.435809) csv 0.250000 ( 0.259114)
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
(got 1 sec speed improvement for 1000 cells)
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 ↵Randy Morgan
sheet generation.
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 ↵Randy Morgan
processing. see Workbook#use_autowidth. Defaults to true for backward compatibility.
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
Fix Cell#r_abs to handle multi-digit row numbers and multi-letter column ids.
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
column ids.
2012-03-10adding in quick patch for catAxis, valAxis on charts to specify gridlines = ↵Randy Morgan
false. Needs specs once I work out what the hell happened to nokogiri in 1.5.1
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
I think one workbook view is enough ;)
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
Office 2011 for Mac uses the 1900 system by default see http://www.officeformachelp.com/2010/10/excel-2011-defaults-to-1900-date-system/ for more info
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
validates now returns an array of {:entry=>'file_name', :errors=>[error,error]} hashes.
2012-02-28patching time converter and specs as well as fixing warnings related to ↵Randy Morgan
uninitialized row#height and worksheet#page_margins
2012-02-28referencing Converter, which is now known as DateTimeConverter.Randy Morgan
This should have been caught in the specs, so I will update them later to make sure we cover this path.