summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)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 ↵Randy Morgan
initialization.
2012-05-16revise docs. Note - worksheet is a "required - option" as I dont want to ↵Randy Morgan
break the interface.
2012-05-16If worksheet.fit_to_page must be true, lets set it to true. I am far too ↵Randy Morgan
lazy and forgetful to remember to set that every time I want to fit_to_width or fit_to_height.
2012-05-15Worksheet#merge_cells sometimes produced invalid merge ranges when given an ↵Stefan Daschek
array of cells. Merging e.g. cells A9 and A10 resulted in invalid range "A10:A9".
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
and misnamed app attributes.
2012-05-13update .gitignore to ignore coverage data.Randy Morgan
2012-05-13updated examplesRandy Morgan
2012-05-13exclude cover_me gem from 1.8.7Randy Morgan
2012-05-13MOAR specsRandy Morgan
2012-05-13patch gradient fill serializationRandy Morgan
2012-05-13remove discontinued to_xml methodRandy Morgan
2012-05-13removing requires for incomplete encryption/cab serializationRandy Morgan
2012-05-13adding in coverage reportingRandy Morgan
2012-05-13updating docsRandy Morgan
2012-05-13add example for adding comments to a worksheet.Randy Morgan
2012-05-13update README for releaseRandy Morgan
2012-05-13make sure rake is included for travis specs against ruby headRandy Morgan
2012-05-13fixing mis-named test classRandy Morgan
2012-05-13version bumpRandy Morgan
2012-05-13cleaning up comments for pre-releaseRandy Morgan
2012-05-12patch formula parsing. Randy Morgan
#92 many thanks to @alexei-lexx for not only finding this, but taking time to report the problem.
2012-05-09patch nil row style issueRandy Morgan
https://github.com/randym/axlsx/issues/91
2012-05-08documentation for comments.Randy Morgan
2012-05-08time is on my sideRandy 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
need to collect from the worksheets.
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-04more release prepRandy Morgan
2012-05-031.1.4 release prepRandy Morgan
2012-05-03examples cleanupRandy Morgan
2012-05-03spec fixRandy Morgan
2012-05-03add support for axis delete, cat axis tickLblSkip and tickMarkSkip with ↵Randy Morgan
sensible defaults. Improve chart positioning defaults.
2012-05-03An example using 'real' data as a deeper chart example for @bruparelRandy 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 ↵Randy Morgan
string value without the %. The specification indicates that the expression should include the %, but excel will only pay attention to the value without the '%' sign.
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
Address shape validation error.
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 ↵Randy Morgan
and col.
2012-04-28Merge pull request #88 from jurriaan/table-header_cells-fixRandy Morgan
fix Table#header_cells method