index
:
caxlsx
hyperlink-worksheet-fix
master
Caxlsx
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2012-01-18
remove linebreaks/indentation when saving to encourage interop with rubyXL
Randy Morgan
2012-01-13
applying col_style to a list of rows of unequal length can cause an error as ...
Randy Morgan
2012-01-06
remove crypto for release
Randy Morgan
2012-01-06
Merge branch 'master' of https://github.com/randym/axlsx
Randy Morgan
2012-01-06
beginnings of password protected compound binary file using ECMA encryption
Randy Morgan
2011-12-21
Merge pull request #9 from ochko/master
Randy Morgan
2011-12-22
Another performance improvement.
ochko
2011-12-20
removing debug code
Randy Morgan
2011-12-20
patch: If the type is specified before the value is set we try to cast nil, a...
Randy Morgan
2011-12-16
Merge pull request #8 from ochko/master
Randy Morgan
2011-12-16
Merge branch 'master' of git://github.com/randym/axlsx
ochko
2011-12-16
bump for next release
Randy Morgan
2011-12-16
number format needs to be applied if a format is specified.
Randy Morgan
2011-12-16
Little performance improvement.
ochko
2011-12-15
Added a check for the gemspec/rakefile included VERSION constant so bundler d...
Randy Morgan
2011-12-15
silence warning from bundler when requiring this gem off of github.
Randy Morgan
2011-12-14
readme type
Randy Morgan
2011-12-14
release prep for 1.0.14.
Randy Morgan
2011-12-14
1.0.14 release prep. Beginnings of password protection scheduled for release ...
Randy Morgan
2011-12-14
adding in accessors for core and app members of package #2
Randy Morgan
2011-12-10
cleaning up examples
Randy Morgan
2011-12-10
adding support for auto filters and some improvements to auto_width cell calc...
Randy Morgan
2011-12-10
changing time value storage to retain the value as a Time object until serial...
Randy Morgan
2011-12-08
updated examples to create all example worksheets in the same workbook
Randy Morgan
2011-12-08
[bug fix] Sheet names with spaces require quotation when generating range
Randy Morgan
2011-12-08
cleaning up xml namespace usage in drawings and improving looks for charts in...
Randy Morgan
2011-12-08
patch to gem spec to be sure to include tests
Randy Morgan
2011-12-08
adding in support for merged cells
Randy Morgan
2011-12-08
removing unused namespace constants.
Randy Morgan
2011-12-08
library should require the version constant
Randy Morgan
2011-12-08
bumping version and readme for update.
Randy Morgan
2011-12-08
crunched the gemspec and pushed a bunk gem.
Randy Morgan
2011-12-07
patch for issue #1
Randy Morgan
2011-12-06
adding inlineString type to rich formatted cells.
Randy Morgan
2011-12-06
Gemfile.lock does not belong in the repo
Randy Morgan
2011-12-06
attempt to fix recursive rake require
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
release prep
Randy Morgan
2011-12-05
specs for new functionality
Randy Morgan
2011-12-05
adding [] method for named based access and including cell font size override...
Randy Morgan
2011-12-05
ensure that worksheet names are unique in the workbook
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-05
Adding in shorthand color representations and validation so we can use stuff ...
Randy Morgan
2011-12-05
adding in style overrides to cell.rb
Randy Morgan
2011-12-05
adding class method to transform single cell names in to x, y coordinates. Fo...
Randy Morgan
2011-12-03
update gemspec to require proper rake version so 1.9.2 does not break on DSL ...
Randy Morgan
2011-12-03
make sure travis includes devlopment
Randy Morgan
2011-12-03
Testing if travis can pull the requirements from gemspec.
Randy Morgan
2011-12-02
adding in the picture locking class and tests
Randy Morgan
[next]