| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-04-25 | bug fix to properly assign style/type data when creating rows and partial ↵ | Randy Morgan | |
| style/types arrays | |||
| 2012-04-21 | Update conditional formatting tests to account for 3 cfvo objs in icon sets | Stephen Pike | |
| 2012-04-21 | adding in icon set and MOAR examples for conditional formatting. | Randy Morgan | |
| 2012-04-21 | add data bar conditional formatting support. | Randy Morgan | |
| 2012-04-21 | adding in color scale for conditional formatting | Randy Morgan | |
| 2012-04-20 | # Support for conditional formatting | Stephen Pike | |
| Adds support for conditional formatting via two new classes, ConditionalFormatting and ConditionalFormattingRule. Conditional Formats apply to ranges of cells, and can include multiple rules, ranked by priority. A single worksheet has many @conditional_formattings applied to different ranges. There are still pieces of the spec missing from the implementation. The biggest glaring ommission are the child elements colorScale, dataBar, and iconSet (I only implemented formula). http://msdn.microsoft.com/en-us/library/documentformat.openxml.spreadsheet.conditionalformattingrule.aspx | |||
| 2012-04-10 | Fix Dimension to check for nil members in rows. | Randy Morgan | |
| Fix column_widhts to allow adding new columns that may not exist in the worksheet yet. | |||
| 2012-04-06 | Merge branch 'master' of git://github.com/randym/axlsx | ochko | |
| 2012-04-06 | put only plain string cells in shared string table | ochko | |
| 2012-04-05 | Fix missing merged cells. | Stefan Daschek | |
| Merge cell info for all but the last merged cell was missing from XML output. | |||
| 2012-04-05 | Fix position of pageMargins XML element. | Stefan Daschek | |
| Must appear after mergeCells but before drawing element. | |||
| 2012-04-05 | fixing spec for time serialization assuming timezone to be GMT+1 - | Randy Morgan | |
| 2012-04-03 | pre release prep | Randy Morgan | |
| 2012-04-02 | Merge pull request #73 from jurriaan/empty-cell | Randy Morgan | |
| Support for empty cells like Excel | |||
| 2012-04-03 | Trying something crazy for jruby1.9 mode | Randy Morgan | |
| 2012-04-02 | Updated tests for nil cells | Jurriaan Pruis | |
| 2012-04-02 | move axlsx.rb helper methods into separate test suite. | Randy Morgan | |
| 2012-04-01 | Test 3+ letter column references and indices. | Joe Kain | |
| 2012-04-01 | part way through changing all serialization to use string concatenation ↵ | Randy Morgan | |
| prior to dropping Nokogiri dep in production. | |||
| 2012-03-28 | Merge pull request #70 from jurriaan/auto_filter-fix | Randy Morgan | |
| Auto filter fix | |||
| 2012-03-29 | Implement full set of col attributes and improve performance of autowidth ↵ | Randy Morgan | |
| two fold. ``` user system total real axlsx_noautowidth 0.810000 0.020000 0.830000 ( 0.836274) axlsx 1.430000 0.160000 1.590000 ( 1.776305) axlsx_shared 9.360000 0.160000 9.520000 ( 9.662113) axlsx_stream 1.320000 0.110000 1.430000 ( 1.429806) csv 0.260000 0.020000 0.280000 ( 0.296828) | |||
| 2012-03-28 | Updated test cases for Auto Filter fix | Jurriaan Pruis | |
| 2012-03-28 | implement column object - still needs to be tied in to a rewrite of autofit_data | Randy Morgan | |
| 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 | 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-26 | fix specs for cell when serializing to string as hashes are not ordered! | Randy Morgan | |
| 2012-03-26 | adjust specs to 0 based index references for worksheet[0] as first row. | Randy Morgan | |
| 2012-03-26 | Quick and Dirty run on trying interpolated strings instead of nokogiri for ↵ | Randy Morgan | |
| sheet generation. | |||
| 2012-03-23 | move requires out of specs and into helper that prepends lib directory for ↵ | Randy Morgan | |
| requires | |||
| 2012-03-23 | move table spec inside of worksheet folder to keep in line with gem lib ↵ | Randy Morgan | |
| structure | |||
| 2012-03-21 | resolving #53 and adding specs for use_autowidth, show_gridlines | Randy Morgan | |
| 2012-03-14 | code formatting. | Randy Morgan | |
| 2012-03-13 | Patching spec for 1.8.7 add that it fails when hitting map on the range as a ↵ | Randy Morgan | |
| param, but hey - support for 1.8.7 is only required by one organization... | |||
| 2012-03-12 | test r_abs with a cell in column AA. | Joe Kain | |
| 2012-03-02 | epoc => epoch | Jurriaan Pruis | |
| 2012-03-01 | Accept row numbers in Worksheet#[] | Jurriaan Pruis | |
| 2012-02-28 | testing to_xml validitiy | Randy Morgan | |
| 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-27 | Add support for rows with custom height. | Stefan Daschek | |
| 2012-02-26 | Taking advantage of Stafan's excellent suggestion to take advantage of lazy ↵ | Randy Morgan | |
| loading page margins. | |||
| 2012-02-25 | add support for page margin initialization options as well as adding an ↵ | Randy Morgan | |
| option to worksheet initialization so we can do stuff like this: workbook.add_worksheet(:page_margins => {:top=> 1.9}) and yielding the page_margins object off the worksheet for stuff like: worksheet.page_margins do |pm| pm.left = 0.7 end | |||
| 2012-02-24 | Merge pull request #36 from die-antwort/add_page_margins | Randy Morgan | |
| Add support for page margins to worksheet. | |||
| 2012-02-24 | Add support for page margins to worksheet. | Stefan Daschek | |
| 2012-02-24 | Fix DateTimeConverter tests | Joseph HALTER | |
| 2012-02-23 | patch for variations between Array#to_s between ruby versions. | Randy Morgan | |
| 2012-02-23 | worksheet names need to be limited to 31 characters | Randy Morgan | |
| 2012-02-23 | out of time to play with this. We will need to create some 1.8.7 valid test ↵ | Randy Morgan | |
| later. | |||
| 2012-02-23 | disable timezone testing for 1.8.7 for now | Randy Morgan | |
| 2012-02-23 | ruby version conditional specs to deal with epoc issues | Randy Morgan | |
| http://ruby-doc.org/core-1.8.7/Time.html | |||
| 2012-02-23 | renaming for clarity, a bit of docs and some patches to spec for AWSOME ↵ | Randy Morgan | |
| date/time converter as negative date/time does not parse in some environments under 1.8.7 | |||
