index
:
caxlsx
hyperlink-worksheet-fix
master
Caxlsx
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
lib
/
axlsx
/
workbook
/
worksheet
Age
Commit message (
Expand
)
Author
2011-12-07
patch for issue #1
Randy Morgan
2011-12-06
adding inlineString type to rich formatted cells.
Randy Morgan
2011-12-06
Formatting float values for column width and date values in an attempt to res...
Randy Morgan
2011-12-05
updating docs and examples
Randy Morgan
2011-12-05
adding [] method for named based access and including cell font size override...
Randy Morgan
2011-12-05
adding in style overrides to cell.rb
Randy Morgan
2011-12-01
added default formatting for date types when the cell style is 0 and the data...
Randy Morgan
2011-11-30
Hardcoding time offset from 1970 as using time for dates this far in the past...
Randy Morgan
2011-11-30
patch excel time calculations
Randy Morgan
2011-11-30
From the docs on time "On some operating systems, this offset is allowed to b...
Randy Morgan
2011-11-30
Output time in rake test to see what time travis thinks it is.
Randy Morgan
2011-11-29
fiddle #19 time creation with travis
Randy Morgan
2011-11-29
ruby 1.8.7 on linux does *not* like my time. Trying crazy stuff.
Randy Morgan
2011-11-29
always read the manual! Month is a string in the example on 1.8.7
Randy Morgan
2011-11-29
travis fun with times
Randy Morgan
2011-11-29
Travis still does not like my Time.local(1900,1,1,0,0,0,0) format. Dropping d...
Randy Morgan
2011-11-29
trying to fix 'out of range' for time creation on travis
Randy Morgan
2011-11-29
patch for 1.8.3 lack of to_time support on Time
Randy Morgan
2011-11-29
prepping for 1.0.10 release and travis integration
Randy Morgan
2011-11-27
more documentation for 10a release
Randy Morgan
2011-11-27
adding yields for package workbook, workbook styles and cols collection on wo...
Randy Morgan
2011-11-27
adding in row_style and col_style methods to worksheet and active record 'act...
Randy Morgan
2011-11-26
adding in support for ruby 1.9.3
Randy Morgan
2011-11-23
fixing some typos
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-20
first commit
Randy Morgan