| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2012-07-03 | more snake casing work | Randy Morgan | |
| 2012-07-03 | README updates | Randy Morgan | |
| 2012-07-03 | add in default printing options for charts so that they are added when ↵ | Randy Morgan | |
| exporting to pdf from LibraOffice | |||
| 2012-07-03 | more work on snake case standardization | Randy Morgan | |
| 2012-07-03 | remote directory code as it was not the cause of #81 | Randy Morgan | |
| 2012-06-28 | update read me for latest changes | Randy Morgan | |
| 2012-06-26 | fixes #105 - disallow control characters. | Randy Morgan | |
| thanks to asakusarb - I found out about [:cntrl:] -- so no more control characters can accidentally get pushed into y our xlsx. | |||
| 2012-06-25 | update tests to match google docs operability change #80 | Randy Morgan | |
| 2012-06-24 | Merge pull request #107 from rfc2616/google-docs | Randy Morgan | |
| Google Docs interoperability AWESOME | |||
| 2012-06-23 | Google Docs interoperability | Rob Heittman | |
| Google is especially sensitive to the format of the created stamp in the core.xml document. It must end in Z and will not accept another timezone offset or no timezone offset. This seems to work for all my documents. See #80 | |||
| 2012-06-20 | remove str.tr call as it crunches 1.8.7 | Randy Morgan | |
| 2012-06-20 | parse out protected_range: NOTE excel does not support this part of the spec! | Randy Morgan | |
| 2012-06-20 | update examples and the beginings of protected_range | Randy Morgan | |
| 2012-06-20 | remove commented includes for ms off crypto | Randy Morgan | |
| 2012-06-20 | remove crypto play | Randy Morgan | |
| 2012-06-20 | remove unused code and revert restricted character removal from worksheet ↵ | Randy Morgan | |
| parsing. | |||
| 2012-06-20 | update content type test | Randy Morgan | |
| 2012-06-20 | fix xpath | Randy Morgan | |
| 2012-06-18 | properly remove invalid XML characters ↵ | Randy Morgan | |
| \u2028\u0001\u0002\u0003\u0004\u0005\u0006\u0007\u0008\u001f | |||
| 2012-06-12 | add markdown style link for non yard renderers | Randy Morgan | |
| 2012-06-12 | more specs for axis labels | Randy Morgan | |
| 2012-06-11 | mass removal of @default docs bunked some instance vars that started with ↵ | Randy Morgan | |
| @defualt | |||
| 2012-06-11 | documentation improvements. | Randy Morgan | |
| 2012-06-11 | add title object to axis. | Randy Morgan | |
| 2012-06-09 | make sure jruby nokogiri parser gets is precious namespaces. | Randy Morgan | |
| 2012-06-09 | add specs for sheet view selection | Randy Morgan | |
| 2012-06-09 | add test for frozen unspecified row column path in serialization | Randy Morgan | |
| 2012-06-09 | remove debug code | Randy Morgan | |
| 2012-06-09 | make sheet view selections readable | Randy Morgan | |
| 2012-06-09 | add frozen header example | Randy Morgan | |
| 2012-06-09 | specs for cell and text title parsing patch | Randy Morgan | |
| 2012-06-07 | simplify unit tests and remove default selection (spec allows 0 to 4) | Randy Morgan | |
| 2012-06-07 | dont write nil values - invalid as per schema | Randy Morgan | |
| 2012-06-07 | integration testing | Randy Morgan | |
| 2012-06-07 | use camel instead of inline gsub | Randy Morgan | |
| 2012-06-07 | update camel to allow lower case first letter optionally | Randy Morgan | |
| 2012-06-07 | Merge branch 'master' into pane | Randy Morgan | |
