| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-04-28 | add some colorization to the main examples as well. | Randy Morgan | |
| 2012-04-28 | in living color! charts using the colors you want. | Randy Morgan | |
| 2012-04-27 | colored chart series and examples. Still need to workout scatter as it uses ↵ | Randy Morgan | |
| line and shape | |||
| 2012-04-25 | documentation updates and example dir restructuring. | Randy Morgan | |
| 2012-04-25 | label rotation and conditional formatting examples | Randy Morgan | |
| 2012-04-25 | er.. | Randy Morgan | |
| 2012-04-25 | update examples to show date time formatting and axis label rotation for charts | Randy Morgan | |
| 2012-04-23 | Merge branch 'master' of github.com:randym/axlsx | Randy Morgan | |
| 2012-04-23 | first stage refactoring for Style#add_style [inprogress] | Randy Morgan | |
| 2012-04-21 | Update icon_set to use percent in its value_objects | Stephen Pike | |
| Extend conditional formatting to the entire examples Rename example file to "example_conditional_formatting.xls" | |||
| 2012-04-21 | adding in icon set and MOAR examples for conditional formatting. | Randy Morgan | |
| 2012-04-20 | [#33] Add support for Dxf elements to enable conditional formatting | Stephen Pike | |
| New Dxf class implements 18.8.14. Conditional formatting now "works". Add :type option to add_styles, defaults to :xf when add_styles is called with :dxf type, new styles are not added to the global @styles set. Dxf child elements only exist inside the `<dxf>` chunk. Added tests and an example. | |||
| 2012-04-18 | add sample for readme | Randy Morgan | |
| 2012-04-18 | update readme / version for pre-release | Randy Morgan | |
| 2012-04-13 | some styling updates for this example | Randy Morgan | |
| 2012-04-10 | A real example | Randy Morgan | |
| 2012-04-01 | Skip cells with nil values | Jurriaan Pruis | |
| 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-25 | Merge pull request #62 from joekain/scatter-clean | Randy Morgan | |
| Add Scatter Chart example. | |||
| 2012-03-23 | Add Scatter Chart example. | Joe Kain | |
| 2012-03-23 | Explicitly state $LOAD_PATH in example | Randy Morgan | |
| 2012-03-23 | readme and examples updates. | Randy Morgan | |
| 2012-03-21 | brining the table example back in. | Randy Morgan | |
| Still frustrated that this tosses up 'unsupported' errors in mac. | |||
| 2012-03-21 | @jurriaan is a rockstar. | Randy Morgan | |
| 2012-03-21 | Updated example | 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-12 | adding in option to show/hide gridlines in a sheet. | Randy Morgan | |
| 2012-03-02 | Updated example.rb | Jurriaan Pruis | |
| Fixed indenting and commented date1904 | |||
| 2012-02-28 | typo in examples | Randy Morgan | |
| 2012-02-25 | readme and examples updates | Randy Morgan | |
| 2012-02-22 | Remove debugging in example.rb | Jonathan Tron | |
| 2012-02-22 | Add :date support to Axlsx::Cell and add missing part for boolean support | Jonathan Tron | |
| - date is now separated from Time support so that it does not include unwanted hours/minutes/seconds - missing boolean support was the xml generation specific to :boolean type | |||
| 2012-02-14 | Stomp out all warnings. | Randy Morgan | |
| "Method calls with expanded arrays require parentheses" Thanks rspec - I didn't know that. | |||
| 2012-02-14 | changing column_widths to accept *args instead of a declared array. | Randy Morgan | |
| 2012-02-13 | Improve accessibility and stringency for column_widths editing. | Randy Morgan | |
| 2012-02-13 | update readme/changelog for release. | Randy Morgan | |
| 2012-02-12 | update example to include shared strings usage | Randy Morgan | |
| 2012-02-07 | adding in write to StringIO as per issue #11 | Randy Morgan | |
| 2012-02-02 | Adding in hyperlinking for images as per issue #22 | Randy Morgan | |
| 2011-12-10 | cleaning up examples | Randy Morgan | |
| 2011-12-08 | updated examples to create all example worksheets in the same workbook | Randy Morgan | |
| 2011-12-08 | adding in support for merged cells | Randy Morgan | |
| 2011-12-07 | patch for issue #1 | Randy Morgan | |
| force binary encoding for zip entries. [bug] fixed error in app.rb so extended properties can now be used. improved support for OOXML cell element types. | |||
| 2011-12-05 | updating docs and examples | Randy Morgan | |
| 2011-12-02 | Added locking attributes for pictures and some stubs for parsing | Randy Morgan | |
| 2011-12-01 | added default formatting for date types when the cell style is 0 and the ↵ | Randy Morgan | |
| data type is :time | |||
| 2011-11-30 | pre 1.0.10 release commit | Randy Morgan | |
| 2011-11-27 | adding in row_style and col_style methods to worksheet and active record ↵ | Randy Morgan | |
| 'acts_as_axlsx' to provide to_xlsx. | |||
| 2011-11-26 | adding in support for ruby 1.9.3 | Randy Morgan | |
| release version 1.0.9 | |||
| 2011-11-23 | fixing some typos | Randy Morgan | |
