summaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Collapse)Author
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-15bring coverage up to 100% and patch a few minor bugs in cell style overrides ↵Randy Morgan
and misnamed app attributes.
2012-05-13exclude cover_me gem from 1.8.7Randy Morgan
2012-05-13MOAR specsRandy Morgan
2012-05-13fixing mis-named test classRandy 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-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-04beginnings of comments w/o TDD (^ ^)/Randy Morgan
2012-05-04add comment relationship typeRandy Morgan
2012-05-03Add support for pageSetup.Stefan Daschek
2012-05-03Add support for printOptionsStefan Daschek
2012-05-03spec fixRandy Morgan
2012-05-03rebuild series data base objects with full implementation.Randy Morgan
Address shape validation error.
2012-04-28spec for val -> named axis data changeRandy Morgan
2012-04-28specs for color and series changesRandy Morgan
2012-04-28remove val_axis_data as it is replicated in named_axis_data.Randy Morgan
2012-04-27test to ensure that add_cell properly updates worksheet column widths. Randy Morgan
2012-04-25bug fix to properly assign style/type data when creating rows and partial ↵Randy Morgan
style/types arrays
2012-04-25label rotation and conditional formatting examplesRandy Morgan
2012-04-241.8.7 patchesRandy Morgan
2012-04-24add_style refactoring. Randy Morgan
2012-04-23Merge branch 'master' of github.com:randym/axlsxRandy Morgan
2012-04-23first stage refactoring for Style#add_style [inprogress]Randy Morgan
2012-04-21Update conditional formatting tests to account for 3 cfvo objs in icon setsStephen Pike
2012-04-21adding in icon set and MOAR examples for conditional formatting.Randy Morgan
2012-04-21add data bar conditional formatting support.Randy Morgan
2012-04-21adding in color scale for conditional formattingRandy Morgan
2012-04-20[#33] Add support for Dxf elements to enable conditional formattingStephen 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-19# Support for conditional formattingStephen Pike
Adds support for conditional formatting via two new classes, ConditionalFormatting and ConditionalFormattingRule. Conditional Formats apply to ranges of cells, and can include multiple rules, ranked by priority. A single worksheet has many @conditional_formattings applied to different ranges. There are still pieces of the spec missing from the implementation. The biggest glaring ommission are the child elements colorScale, dataBar, and iconSet (I only implemented formula). http://msdn.microsoft.com/en-us/library/documentformat.openxml.spreadsheet.conditionalformattingrule.aspx
2012-04-18Cleanup benchmark and teach it to cleanup after itself.Randy Morgan
2012-04-10Fix Dimension to check for nil members in rows.Randy Morgan
Fix column_widhts to allow adding new columns that may not exist in the worksheet yet.
2012-04-09Merge pull request #76 from ochko/masterRandy Morgan
Shared string table works!
2012-04-09no symbol sorting in 1.8.7Randy Morgan
2012-04-09border edges and spec cleanup.Randy Morgan
2012-04-06Add edges() to border to return list of applied edgesScott
Add border edge tests to styles spec
2012-04-06Merge branch 'master' of git://github.com/randym/axlsxochko
2012-04-06put only plain string cells in shared string tableochko
2012-04-05Fix missing merged cells.Stefan Daschek
Merge cell info for all but the last merged cell was missing from XML output.
2012-04-05Fix position of pageMargins XML element.Stefan Daschek
Must appear after mergeCells but before drawing element.
2012-04-05fixing spec for time serialization assuming timezone to be GMT+1 - Randy Morgan
2012-04-04shared string should be faster than non-shared string serializationochko
2012-04-03Merge branch 'master' of git://github.com/randym/axlsxochko
2012-04-03pre release prepRandy Morgan
2012-04-02Merge pull request #73 from jurriaan/empty-cellRandy Morgan
Support for empty cells like Excel
2012-04-03Trying something crazy for jruby1.9 modeRandy Morgan
2012-04-02Updated tests for nil cellsJurriaan Pruis