index
:
caxlsx
hyperlink-worksheet-fix
master
Caxlsx
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
lib
/
axlsx
/
drawing
Age
Commit message (
Expand
)
Author
2012-05-19
correct relation management for comments and some spec improvements for packa...
Randy Morgan
2012-05-15
bring coverage up to 100% and patch a few minor bugs in cell style overrides ...
Randy Morgan
2012-05-13
updating docs
Randy Morgan
2012-05-13
cleaning up comments for pre-release
Randy Morgan
2012-05-08
documentation for comments.
Randy Morgan
2012-05-08
worksheet comments step 2. Needs docs and specs - but it works in Excel
Randy Morgan
2012-05-04
remove unneeded namespace in drawing.
Randy Morgan
2012-05-03
add support for axis delete, cat axis tickLblSkip and tickMarkSkip with sensi...
Randy Morgan
2012-05-03
alter REGEX validators for percentages so we can pass in an integer or string...
Randy Morgan
2012-05-03
bug fix - end_at should not be dependent on :start_at option
Randy Morgan
2012-05-03
rebuild series data base objects with full implementation.
Randy Morgan
2012-04-28
less # more <<
Randy Morgan
2012-04-28
val_axis_data removed so there is no point in trying to include it.
Randy Morgan
2012-04-28
support for specifying the colors to use for data series in charts.
Randy Morgan
2012-04-28
color needs to be delegated to the concrete series.
Randy Morgan
2012-04-28
bugfix. Values need to_s
Randy Morgan
2012-04-28
remove val_axis_data as it is replicated in named_axis_data.
Randy Morgan
2012-04-27
colored chart series and examples. Still need to workout scatter as it uses l...
Randy Morgan
2012-04-25
label rotation and conditional formatting examples
Randy Morgan
2012-04-18
rename dual-scoped variable
Randy Morgan
2012-04-03
pre-release cleanup
Randy Morgan
2012-04-01
rebuild all serialization to use string concatenation instead of nokogiri.
Randy Morgan
2012-04-01
part way through changing all serialization to use string concatenation prior...
Randy Morgan
2012-03-29
Implement full set of col attributes and improve performance of autowidth two...
Randy Morgan
2012-03-22
Add Scatter charts
Joe Kain
2012-03-10
adding in quick patch for catAxis, valAxis on charts to specify gridlines = f...
Randy Morgan
2012-03-09
patch title serialization for graphic frame
Randy Morgan
2012-02-22
shadowed vars and bad indentation. shame, shame on me
Randy Morgan
2012-02-14
Stomp out all warnings.
Randy Morgan
2012-02-12
Adding in support for optionally using the shared strings table. This will al...
Randy Morgan
2012-02-02
Adding in hyperlinking for images as per issue #22
Randy Morgan
2012-01-18
remove linebreaks/indentation when saving to encourage interop with rubyXL
Randy Morgan
2011-12-08
cleaning up xml namespace usage in drawings and improving looks for charts in...
Randy Morgan
2011-12-05
updating start_at, end_at to accept a named cell reference, a cell or x, y co...
Randy Morgan
2011-12-02
adding in the picture locking class and tests
Randy Morgan
2011-12-02
Added locking attributes for pictures and some stubs for parsing
Randy Morgan
2011-11-26
adding in support for ruby 1.9.3
Randy Morgan
2011-11-23
Adding image support and some document clean up for .8 release
Randy Morgan
2011-11-23
-refactoring chart position and axis data/category for chart.
Randy Morgan
2011-11-21
spec patch
Randy Morgan
2011-11-21
Adding in support for line charts, style attribute for all charts and minor b...
Randy Morgan
2011-11-20
first commit
Randy Morgan