summaryrefslogtreecommitdiffhomepage
path: root/test/tc_package.rb
AgeCommit message (Collapse)Author
2012-11-28Uncommented named parts package serialization validation testingRandy Morgan
2012-11-27Create a simple Pivot TableAlex Rothenberg
* an example can be run with `ruby examples/pivot_table.rb` * right now you cannot set options on the pivot table to make it useful (coming soon...)
2012-08-11add hyperlinks for worksheets #118Randy Morgan
2012-08-02bring coverage up to 100% for d_lbls and defined namesRandy Morgan
release prep!
2012-06-20update examples and the beginings of protected_rangeRandy Morgan
2012-06-11add title object to axis.Randy Morgan
2012-06-07integration testingRandy Morgan
2012-05-19patch spec for xerces/libxml parser differencesRandy Morgan
2012-05-19patch for 1.8.7Randy Morgan
2012-05-19correct relation management for comments and some spec improvements for ↵Randy Morgan
package to provide more breadth in serialization integration testing.
2012-05-17fix ALL the warnings!Randy 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-13MOAR specsRandy Morgan
2012-03-23move requires out of specs and into helper that prepends lib directory for ↵Randy Morgan
requires
2012-03-10adding in quick patch for catAxis, valAxis on charts to specify gridlines = ↵Randy Morgan
false. Needs specs once I work out what the hell happened to nokogiri in 1.5.1
2012-03-09adding specs for @joekain's patchRandy Morgan
2012-02-12patches for 1.8.7Randy Morgan
2012-02-12Adding in support for optionally using the shared strings table. This will ↵Randy Morgan
allow us to inter-op properly with Numbers
2011-12-14adding in accessors for core and app members of package #2Randy Morgan
2011-12-02Added locking attributes for pictures and some stubs for parsingRandy Morgan
2011-11-23Adding image support and some document clean up for .8 releaseRandy Morgan
2011-11-22updating rake file, readme and other docs. Also moving version constant to ↵Randy Morgan
its own file and re-enabling package serialization tests with a bit more robust error handling when the current user does not have write permissions the directory.
2011-11-21Adding in support for line charts, style attribute for all charts and minor ↵Randy Morgan
bug fixes.
2011-11-21patched bug in package test case. upped the versionRandy Morgan
2011-11-20first commitRandy Morgan