summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx
AgeCommit message (Expand)Author
2012-05-17docsRandy Morgan
2012-05-17helper method for handling page fitting.Randy Morgan
2012-05-16depreciating Worksheet.fit_to_page as a writable attribute. Randy Morgan
2012-05-16needs to be a dual comparison. Possible to set both values to 0 after initial...Randy Morgan
2012-05-16revise docs. Note - worksheet is a "required - option" as I dont want to brea...Randy Morgan
2012-05-16If worksheet.fit_to_page must be true, lets set it to true. I am far too lazy...Randy Morgan
2012-05-15Worksheet#merge_cells sometimes produced invalid merge ranges when given an a...Stefan Daschek
2012-05-15Doc fixes for PrintOptions, PageSetup and Worksheet#fit_to_page.Stefan Daschek
2012-05-15patch for 1.8.7Randy Morgan
2012-05-15bring coverage up to 100% and patch a few minor bugs in cell style overrides ...Randy Morgan
2012-05-13patch gradient fill serializationRandy Morgan
2012-05-13remove discontinued to_xml methodRandy Morgan
2012-05-13updating docsRandy Morgan
2012-05-13version bumpRandy Morgan
2012-05-13cleaning up comments for pre-releaseRandy Morgan
2012-05-12patch formula parsing. Randy Morgan
2012-05-09patch nil row style issueRandy Morgan
2012-05-08documentation for comments.Randy Morgan
2012-05-08worksheet comments step 2. Needs docs and specs - but it works in ExcelRandy Morgan
2012-05-04Merge branch 'master' of github.com:randym/axlsxRandy Morgan
2012-05-04Thinking that the tables and comments collection is useless. Randy Morgan
2012-05-04beginnings of comments w/o TDD (^ ^)/Randy Morgan
2012-05-04add comment relationship typeRandy Morgan
2012-05-04remove unneeded namespace in drawing.Randy Morgan
2012-05-03Add support for pageSetup.Stefan Daschek
2012-05-03Add support for printOptionsStefan Daschek
2012-05-031.1.4 release prepRandy Morgan
2012-05-03add support for axis delete, cat axis tickLblSkip and tickMarkSkip with sensi...Randy Morgan
2012-05-03use string casting and matching for regex validations.Randy Morgan
2012-05-03alter REGEX validators for percentages so we can pass in an integer or string...Randy Morgan
2012-05-03bug fix - end_at should not be dependent on :start_at optionRandy Morgan
2012-05-03rebuild series data base objects with full implementation.Randy Morgan
2012-04-29Merge branch 'master' of github.com:randym/axlsxRandy Morgan
2012-04-29examples and read me clean up as well as implementing outlineLevel for row an...Randy Morgan
2012-04-28fix Table#header_cells methodJurriaan Pruis
2012-04-28less # more <<Randy Morgan
2012-04-28val_axis_data removed so there is no point in trying to include it.Randy Morgan
2012-04-28support for specifying the colors to use for data series in charts.Randy Morgan
2012-04-28color needs to be delegated to the concrete series.Randy Morgan
2012-04-28bugfix. Values need to_sRandy Morgan
2012-04-28remove val_axis_data as it is replicated in named_axis_data.Randy Morgan
2012-04-27colored chart series and examples. Still need to workout scatter as it uses l...Randy Morgan
2012-04-27bug fix. https://github.com/randym/axlsx/issues/86Randy Morgan
2012-04-25bump version as I pushed a gem with missing docs.Randy Morgan
2012-04-25documentation updates and example dir restructuring.Randy Morgan
2012-04-25update README and version for pre-releaseRandy Morgan
2012-04-25properly return a numFmt object or numFmtId based on add style type infoRandy Morgan
2012-04-25bug fix to properly assign style/type data when creating rows and partial sty...Randy Morgan
2012-04-25label rotation and conditional formatting examplesRandy Morgan
2012-04-241.8.7 patchesRandy Morgan