summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/workbook/workbook.rb
AgeCommit message (Expand)Author
2012-10-21refactored conditional formatting classes that depend on pre-initialized cfvo...Randy Morgan
2012-10-21Added insert_worksheet to Workbook so we can add worksheets at a specific pos...Randy Morgan
2012-10-09Added a helper to find and return a worksheet from the workbook by nameRandy Morgan
2012-09-30Extracted and completed support for PageSetUpPrRandy Morgan
2012-09-27Completed first run of auto_filter filter_columns and value based filters.Randy Morgan
2012-09-23Autofilter extended implementationRandy Morgan
2012-09-14Implement table style info for named tables.Randy Morgan
2012-08-11add hyperlinks for worksheets #118Randy Morgan
2012-07-31update serialization and add 'add_defined_name' for workbookRandy Morgan
2012-07-17MOAR cleanup for worksheet.Randy Morgan
2012-06-20update examples and the beginings of protected_rangeRandy Morgan
2012-06-11documentation improvements.Randy Morgan
2012-06-06Selection activation.Jan-Hendrik Hühne
2012-06-06Pane activation.Jan-Hendrik Hühne
2012-06-06SheetView activation.Jan-Hendrik Hühne
2012-05-22Enables data validation featureJan-Hendrik Hühne
2012-05-19first run at sheet_protection to provide password protection locking for sheets.Randy Morgan
2012-05-08documentation for comments.Randy Morgan
2012-05-08worksheet comments step 2. Needs docs and specs - but it works in ExcelRandy Morgan
2012-05-04Merge branch 'master' of github.com:randym/axlsxRandy Morgan
2012-05-04Thinking that the tables and comments collection is useless. Randy Morgan
2012-05-04beginnings of comments w/o TDD (^ ^)/Randy Morgan
2012-05-03Add support for pageSetup.Stefan Daschek
2012-05-03Add support for printOptionsStefan Daschek
2012-04-21adding in icon set and MOAR examples for conditional formatting.Randy Morgan
2012-04-21add data bar conditional formatting support.Randy Morgan
2012-04-21adding in color scale for conditional formattingRandy Morgan
2012-04-20# Support for conditional formattingStephen Pike
2012-04-01part way through changing all serialization to use string concatenation prior...Randy Morgan
2012-03-28Merge github.com:randym/axlsxJurriaan Pruis
2012-03-28implement column object - still needs to be tied in to a rewrite of autofit_dataRandy Morgan
2012-03-23Added <definedNames> to workbookJurriaan Pruis
2012-03-21tiny bit of restructuring Randy Morgan
2012-03-21resolve small merge conflictRandy Morgan
2012-03-21resolving #53 and adding specs for use_autowidth, show_gridlinesRandy Morgan
2012-03-21Added support for tablesJurriaan Pruis
2012-03-21adding in an option to disable both the require of RMagick and auto-width pro...Randy Morgan
2012-03-04remove rubyXL interop and update readmeRandy Morgan
2012-03-04fix #44 Randy Morgan
2012-03-02Default to 1900 date systemJurriaan Pruis
2012-02-25add support for page margin initialization options as well as adding an optio...Randy Morgan
2012-02-24Add support for page margins to worksheet.Stefan Daschek
2012-02-23renaming for clarity, a bit of docs and some patches to spec for AWSOME date/...Randy Morgan
2012-02-22Extract date and time to serial converting and put serious tests on itJoseph HALTER
2012-02-22updating workbook views to actually include references to each worksheet, and...Randy Morgan
2012-02-15more stuff to keep rubyXL happy and still get a valid doc.Randy Morgan
2012-02-12small optimization and readme update.Randy Morgan
2012-02-12Adding in support for optionally using the shared strings table. This will al...Randy Morgan
2012-02-01Updating schema loading for validation to correctly load the schema file rela...Randy Morgan
2012-01-19date1904 needs to be true on mac and bsd at leastochko