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
/
workbook.rb
Age
Commit message (
Expand
)
Author
2012-05-22
Enables data validation feature
Jan-Hendrik Hühne
2012-05-19
first run at sheet_protection to provide password protection locking for sheets.
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
Merge branch 'master' of github.com:randym/axlsx
Randy Morgan
2012-05-04
Thinking that the tables and comments collection is useless.
Randy Morgan
2012-05-04
beginnings of comments w/o TDD (^ ^)/
Randy Morgan
2012-05-03
Add support for pageSetup.
Stefan Daschek
2012-05-03
Add support for printOptions
Stefan Daschek
2012-04-21
adding in icon set and MOAR examples for conditional formatting.
Randy Morgan
2012-04-21
add data bar conditional formatting support.
Randy Morgan
2012-04-21
adding in color scale for conditional formatting
Randy Morgan
2012-04-20
# Support for conditional formatting
Stephen Pike
2012-04-01
part way through changing all serialization to use string concatenation prior...
Randy Morgan
2012-03-28
Merge github.com:randym/axlsx
Jurriaan Pruis
2012-03-28
implement column object - still needs to be tied in to a rewrite of autofit_data
Randy Morgan
2012-03-23
Added <definedNames> to workbook
Jurriaan Pruis
2012-03-21
tiny bit of restructuring
Randy Morgan
2012-03-21
resolve small merge conflict
Randy Morgan
2012-03-21
resolving #53 and adding specs for use_autowidth, show_gridlines
Randy Morgan
2012-03-21
Added support for tables
Jurriaan Pruis
2012-03-21
adding in an option to disable both the require of RMagick and auto-width pro...
Randy Morgan
2012-03-04
remove rubyXL interop and update readme
Randy Morgan
2012-03-04
fix #44
Randy Morgan
2012-03-02
Default to 1900 date system
Jurriaan Pruis
2012-02-25
add support for page margin initialization options as well as adding an optio...
Randy Morgan
2012-02-24
Add support for page margins to worksheet.
Stefan Daschek
2012-02-23
renaming for clarity, a bit of docs and some patches to spec for AWSOME date/...
Randy Morgan
2012-02-22
Extract date and time to serial converting and put serious tests on it
Joseph HALTER
2012-02-22
updating workbook views to actually include references to each worksheet, and...
Randy Morgan
2012-02-15
more stuff to keep rubyXL happy and still get a valid doc.
Randy Morgan
2012-02-12
small optimization and readme update.
Randy Morgan
2012-02-12
Adding in support for optionally using the shared strings table. This will al...
Randy Morgan
2012-02-01
Updating schema loading for validation to correctly load the schema file rela...
Randy Morgan
2012-01-19
date1904 needs to be true on mac and bsd at least
ochko
2012-01-19
Set default date1904 attribute using platform string
ochko
2012-01-18
remove linebreaks/indentation when saving to encourage interop with rubyXL
Randy Morgan
2011-12-14
release prep for 1.0.14.
Randy Morgan
2011-12-05
updating docs and examples
Randy Morgan
2011-12-05
ensure that worksheet names are unique in the workbook
Randy Morgan
2011-12-02
Added locking attributes for pictures and some stubs for parsing
Randy Morgan
2011-11-27
adding yields for package workbook, workbook styles and cols collection on wo...
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-20
first commit
Randy Morgan