| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-07-29 | Allow multiple autofilters per workbook | mfrank01 | |
| 2014-04-14 | Merge pull request #314 from elia/patch-1 | Jurriaan Pruis | |
| Fix some README links | |||
| 2014-04-11 | Fix some README links | Elia Schito | |
| 2014-04-04 | Use #booleanize | Jurriaan Pruis | |
| 2014-04-04 | Fix boolean values so the output matches Excel and works on Numbers | Jurriaan Pruis | |
| Use 1 or 0 instead of 'true' or 'false' in the XML output | |||
| 2014-03-17 | Merge pull request #304 from jurriaan/rubyzip-update | Jurriaan Pruis | |
| Update to RubyZip 1.1.1 | |||
| 2014-03-17 | Fix RichText warning | Jurriaan Pruis | |
| 2014-03-17 | Update to RubyZip 1.1.1 | Jurriaan Pruis | |
| 2014-03-12 | Merge pull request #301 from jurriaan/autowidthfix | Jurriaan Pruis | |
| Fix autowidth in combination with sanitizing | |||
| 2014-03-12 | Fix autowidth in combination with sanitizing | Jurriaan Pruis | |
| By only sanitizing just before serialisation. | |||
| 2014-03-07 | Merge pull request #299 from geruhl/patch-1 | Randy Morgan (@morgan_randy) | |
| Fix conditional_formatting example file | |||
| 2014-03-06 | Fix conditional_formatting example file | geruhl | |
| - change profitable hex color code to a legal 6 digit # (428751 = green) - "wb" and "sheet" are not created in this example, change to "book" and "ws" | |||
| 2014-03-05 | Merge pull request #297 from jurriaan/small-fixes | Jurriaan Pruis | |
| Small fixes & cleanup | |||
| 2014-03-05 | Small fixes | Jurriaan Pruis | |
| 2014-03-04 | Merge pull request #296 from jurriaan/fix-cell-merge | Jurriaan Pruis | |
| Fix cell merging, #179 | |||
| 2014-03-04 | Fix cell merging, #179 | Jurriaan Pruis | |
| 2014-03-04 | Merge pull request #162 from croby/format_code | Jurriaan Pruis | |
| sourceLinked should be false (0) when specifying a format_code for an axis | |||
| 2014-03-04 | Add tests for checking formatting and sourceLinked properties when setting ↵ | Chris Roby | |
| formatting on an axis | |||
| 2014-03-04 | sourceLinked should be false (0) when specifying a format_code for an axis | Chris Roby | |
| 2014-03-04 | Merge pull request #295 from tafryn/arrayformula | Jurriaan Pruis | |
| Added array formula support | |||
| 2014-03-04 | Array forumla tests. | tafryn | |
| 2014-03-04 | Merge pull request #294 from jurriaan/richtext-fixes | Jurriaan Pruis | |
| Fix sanitizing and some cleanup | |||
| 2014-03-04 | Fix sanitizing and some cleanup | Jurriaan Pruis | |
| 2014-03-03 | Add support for array formulas. | tafryn | |
| 2014-03-01 | Merge pull request #291 from jurriaan/richtext | Jurriaan Pruis | |
| Implemented RichText (multiple text runs) | |||
| 2014-03-01 | Implemented RichText (multiple text runs) | Jurriaan Pruis | |
| and added multiline autowidth for both RichText and normal strings | |||
| 2014-02-26 | Merge pull request #288 from jurriaan/refactoring | Jurriaan Pruis | |
| Huge refactoring | |||
| 2014-02-26 | Huge refactoring | Jurriaan Pruis | |
| Do not create huge strings Let Row inherit from SimpleTypedList Optimized sanitizing Optimized validation And more.. | |||
| 2014-02-26 | Ensure auto_filter defined name is correctly added to workbook (refs #285) | Jonathan Tron | |
| 2014-02-26 | Add auto_filter defined name in `Axlsx::Worksheet#to_xml_string` (refs #285) | Jonathan Tron | |
| The way ot was done previously (adding the defined name on `Axlsx::Worksheet#auto_filter=`) meant that it was added only when using this method. But it's possible to assign range on the auto-created `AutoFilter` with: ```ruby workheet.auto_filter.range = "A1:B2" ``` In this case the defined name was never added to the workbook. | |||
| 2014-02-26 | Fix wrong value for auto_filter defined name (refs #285) | Jonathan Tron | |
| 2014-02-26 | Add missing change from 4400e233c (refs #285) | Jonathan Tron | |
| 2014-02-26 | Do not put Axlsx::DefinedName#name in serialized_attributes (fixes #285) | Jonathan Tron | |
| When using serialized_attributes both attribute's name and value are camelcased, in `Axlsx::DefinedName` the values starts with `_xmln` which is then transformed in `Xmln`. The fix proposed on #285 does not work because then other `Axlsx::DefinedName` attributes name are no more camelcased (`localSheetId` become `local_sheet_id` for instance). As proposed by @randym in #285, this commit only make a special case of the name and let the other attributes go through serialized_attributes. Adding a test on it revealed a wrong test which would have catched similar error but was not because of value returned by `doc.xpath`. | |||
| 2014-02-08 | Merge pull request #281 from pirvudoru/axlsx-280 | Randy Morgan (@morgan_randy) | |
| [#280] Updates rubyzip dependency | |||
| 2014-02-04 | Merge pull request #282 from zyphlar/master | Randy Morgan (@morgan_randy) | |
| Column_widths must be set after add_row is called | |||
| 2014-02-04 | Column_widths must be set after add_row is called | Will Bradley | |
| Fixes https://github.com/randym/axlsx/issues/165 | |||
| 2014-01-31 | [#280] Updates rubyzip dependency | pirvudoru | |
| 2014-01-27 | Merge pull request #279 from dustinsmith1024/comments-fix | Jurriaan Pruis | |
| fixing comment issues, see #170 | |||
| 2014-01-23 | fixing comments for 2010 starter edition | Dustin Smith | |
| 2014-01-08 | Merge pull request #275 from sudhirrs/patch-1 | Jurriaan Pruis | |
| Fixing typo in documentation. ws.styles | |||
| 2014-01-08 | Fixing typo in documentation. ws.styles!! | Sudhir | |
| Replaced ws.style with ws.styles. | |||
| 2014-01-06 | Update header_footer.rb | Andrew Grimm | |
| Fix documentation. | |||
| 2014-01-02 | Merge pull request #271 from jurriaan/travis-fixes | Jurriaan Pruis | |
| Travis fixes | |||
| 2014-01-02 | Add ruby 2.1.0 to tests | Jurriaan Pruis | |
| 2014-01-02 | Travis rbx fixes | Jurriaan Pruis | |
| 2013-11-04 | Merge pull request #255 from skateinmars/fix-scatterchart-axes | Randy Morgan (@morgan_randy) | |
| Fix ScatterChart#y_val_axis returning the wrong axis | |||
| 2013-11-04 | Merge pull request #254 from skateinmars/bubble_chart | Randy Morgan (@morgan_randy) | |
| Add support for bubble charts | |||
| 2013-10-10 | Do not use a marker tag in bubble series tags | Jean-Philippe Moal | |
| As per the spec, a bubble series tag should not include a marker tag. This was preventing files from being open with Excel Viewer. | |||
| 2013-10-09 | Fix ScatterChart#y_val_axis returning the wrong axis | Jean-Philippe Moal | |
| The y_val_axis method was returning the x axis instead of the y axis. | |||
| 2013-10-09 | Add support for bubble charts | Jean-Philippe Moal | |
