| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-07-26 | update README to include axlsx_rails | Randy Morgan | |
| 2012-07-25 | Merge pull request #114 from straydogstudio/master | Randy Morgan (@morgan_randy) | |
| Updated README to point to axlsx_rails, a new plugin for xlsx templates using xlsx or acts_as_xlsx. | |||
| 2012-07-23 | more cleanup for optional data label attributes | Randy Morgan | |
| 2012-07-20 | fix for #115 and README update as we do support charts in Google Docs | Randy Morgan | |
| 2012-07-20 | data labels for bar and line charts | Randy Morgan | |
| 2012-07-20 | bring spec coverage back up to 100% | Randy Morgan | |
| 2012-07-20 | complete chart specs | Randy Morgan | |
| 2012-07-20 | specs for d_lbls and a patch to cover for nil relationships in a worksheet. | Randy Morgan | |
| 2012-07-18 | read me updates | Randy Morgan | |
| 2012-07-18 | dynamic docs… hmmm | Randy Morgan | |
| 2012-07-18 | #113 implement data labels for pie charts | Randy Morgan | |
| 2012-07-17 | Update master | Noel Peden | |
| 2012-07-17 | Update master | Noel Peden | |
| 2012-07-17 | lets actually call the validator… | Randy Morgan | |
| 2012-07-17 | fix part ordering for worksheet | Randy Morgan | |
| 2012-07-17 | clean up cell_range | Randy Morgan | |
| 2012-07-17 | move serializable parts list into private method | Randy Morgan | |
| 2012-07-17 | MOAR cleanup for worksheet. | Randy Morgan | |
| 2012-07-15 | refactor string based cell range retrival | Randy Morgan | |
| 2012-07-15 | cleanup worksheet initializer. | Randy Morgan | |
| 2012-07-15 | more cleanup for worksheet#to_xml_string | Randy Morgan | |
| 2012-07-15 | refactor cell_range helper | Randy Morgan | |
| This lets us specify if the range should be returned relative or absolute and ensures that cells are sorted prior to parsing. | |||
| 2012-07-15 | refactoring auto width calculation to improve code quality. | Randy Morgan | |
| 2012-07-14 | refactor dimension calculations because it is _NOT_ readable code | Randy Morgan | |
| 2012-07-14 | refactoring of some helper methods in chart | Randy Morgan | |
| 2012-07-14 | update rake file and gem spec to document yard / redcarpet native extensions ↵ | Randy Morgan | |
| issue on JRuby | |||
| 2012-07-14 | remove yard dependency as it requires redcarpet an jruby does not like ↵ | Randy Morgan | |
| native extensions all that much WARNING: JRuby does not support native extensions or the `mkmf' library very well. | |||
| 2012-07-14 | Additional validations for excel sheet name and example updates | Randy Morgan | |
| 2012-07-14 | 1.1.8 release prep | Randy Morgan | |
| 2012-07-14 | Add in conditional formatting examples | Randy Morgan | |
| 2012-07-14 | rework chart examples so google docs can parse them | Randy Morgan | |
| Google docs has some expectations about how data is structured in the sheet. For example it requires Title: Data per row for Pie charts, and cannot parse title title data data | |||
| 2012-07-14 | fixing the fix for #112 -- need coffee… | Randy Morgan | |
| 2012-07-14 | fix for #112 - encode html entities | Randy Morgan | |
| 2012-07-13 | add in pledge badge to read me | Randy Morgan | |
| 2012-07-10 | more cleanup | Randy Morgan | |
| 2012-07-10 | more cleanup | Randy Morgan | |
| 2012-07-10 | code updates for readability. | Randy Morgan | |
| part of an ongoing effort to make the code more readable code. | |||
| 2012-07-08 | read me updates regarding interoperability | Randy Morgan | |
| 2012-07-08 | adding in axis line fill and patching view3d misname for line3DChart | Randy Morgan | |
| 2012-07-08 | parsing out shape for bar series | Randy Morgan | |
| 2012-07-08 | adding in some excel bar chart defaults for LO interop testing | Randy Morgan | |
| 2012-07-07 | Fix a typo in `Axlsx::Worksheet#dimension` when a row was added without value. | Jonathan Tron | |
| When `Axlsx::Worksheet#add_row` is called without values `#dimension` returned "AA:200" instead of "AA200", which resulted in a dimension of "A1:AA:200". This lead to an error in `Axlsx.name_to_indices` which is then called with "200" instead of "AA200" when using `Axlsx::Worksheet#abs_auto_filter`. | |||
| 2012-07-07 | fixing a type in worksheet serialization and adding in a few missing alias ↵ | Randy Morgan | |
| calls for the great snake_case move | |||
| 2012-07-07 | documentation updates | Randy Morgan | |
| Huge thanks to @teleological for pointing out the error in Styles#add_style | |||
| 2012-07-07 | fix a stupid typo | Randy Morgan | |
| 2012-07-06 | make to_xml_string more #readablecode | Randy Morgan | |
| Based on some great feedback tonight, I am cleaning this up. TODO: specs & docs for each helper method | |||
| 2012-07-06 | removing testing data from the repo | Randy Morgan | |
| 2012-07-06 | make fit_to_page MOAR readable | Randy Morgan | |
| Implement some of the feedback from devolves session on readable code - and remove some garbage that found its way into the repo --- github.app you are too convenient. | |||
| 2012-07-03 | and fixing a type in that update as well…. | Randy Morgan | |
| 2012-07-03 | update read me to correct link to examples | Randy Morgan | |
