| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-03-28 | doc fix | Randy Morgan | |
| 2012-03-28 | Merge github.com:randym/axlsx | Jurriaan Pruis | |
| 2012-03-27 | Fix no-example in rendered docs, comment to match method. | Sean Duckett | |
| 2012-03-28 | Still 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-27 | Merge github.com:randym/axlsx | Jurriaan Pruis | |
| 2012-03-27 | use << for row string processing as well. | Randy Morgan | |
| 2012-03-27 | FAST 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-27 | benchmarking shows << to be faster than "%s" % x | Randy Morgan | |
| 2012-03-27 | properly render inline colors | Randy Morgan | |
| 2012-03-27 | value and type required for shared_string comparison. this should be extracted. | Randy Morgan | |
| 2012-03-27 | Some small improvements | Randy 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-26 | indexes should be 0 based, and the <worksheet> node needed to be closed | Randy Morgan | |
| 2012-03-26 | need to make columns - even if we are not using auto_width | Randy Morgan | |
| 2012-03-26 | use Array#join instead of concatenating | ochko | |
| (got 1 sec speed improvement for 1000 cells) | |||
| 2012-03-26 | do nothing unless it is told to autowith fitting | ochko | |
| 2012-03-26 | Quick and Dirty run on trying interpolated strings instead of nokogiri for ↵ | Randy Morgan | |
| sheet generation. | |||
| 2012-03-23 | Use Alxsx.cell_range | Jurriaan Pruis | |
| 2012-03-23 | Added <definedNames> to workbook | Jurriaan Pruis | |
| 2012-03-22 | Add Scatter charts | Joe Kain | |
| 2012-03-23 | update add Styles#add_style to allow a simple hash to create a new border style | Randy Morgan | |
| 2012-03-23 | fix docs for manipulating border styles | Randy Morgan | |
| 2012-03-21 | tiny bit of restructuring | Randy Morgan | |
| 2012-03-21 | patching mistaken merge resolution | Randy Morgan | |
| 2012-03-21 | resolve small merge conflict | Randy Morgan | |
| 2012-03-21 | resolving #53 and adding specs for use_autowidth, show_gridlines | Randy Morgan | |
| 2012-03-21 | Added support for tables | Jurriaan Pruis | |
| 2012-03-21 | adding 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-14 | Merge branch 'master' of github.com:randym/axlsx | Randy Morgan | |
| 2012-03-14 | code formatting. | Randy Morgan | |
| 2012-03-14 | include applyAlignment attribute when adding style | ochko | |
| 2012-03-12 | Merge pull request #49 from joekain/r_abs | Randy Morgan | |
| Fix Cell#r_abs to handle multi-digit row numbers and multi-letter column ids. | |||
| 2012-03-12 | adding in option to show/hide gridlines in a sheet. | Randy Morgan | |
| 2012-03-12 | Fix Cell#r_abs to handle multi-digit row numbers and multi-letter | Joe Kain | |
| column ids. | |||
| 2012-03-10 | adding 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-09 | patch title serialization for graphic frame | Randy Morgan | |
| 2012-03-05 | cleanup of useless line break | Randy Morgan | |
| 2012-03-04 | remove rubyXL interop and update readme | Randy Morgan | |
| 2012-03-04 | proper workbookview id - should be 0 based index iirc | Randy Morgan | |
| 2012-03-04 | fix #44 | Randy Morgan | |
| I think one workbook view is enough ;) | |||
| 2012-03-04 | revert changes to validation reporting as it breaks backwards compatability | Randy Morgan | |
| 2012-03-04 | fix typos in docs | Randy Morgan | |
| 2012-03-04 | fix typos in docs | Randy Morgan | |
| 2012-03-02 | epoc => epoch | Jurriaan Pruis | |
| 2012-03-02 | Default to 1900 date system | Jurriaan 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-01 | touch of documentation for an excellent addition by @jurriaan | Randy Morgan | |
| 2012-03-01 | Accept row numbers in Worksheet#[] | Jurriaan Pruis | |
| 2012-03-01 | Added << alias for add_row | Jurriaan Pruis | |
| 2012-02-29 | altering 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-28 | patching time converter and specs as well as fixing warnings related to ↵ | Randy Morgan | |
| uninitialized row#height and worksheet#page_margins | |||
| 2012-02-28 | referencing 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. | |||
