| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-05-20 | yield sheet_protection so we can edit it in a block | Randy Morgan | |
| 2012-05-20 | enable sheet protection by default when it is initialized in the worksheet. | Randy Morgan | |
| 2012-05-20 | bit of clean up for iterative password hash... still does not work though! | Randy Morgan | |
| 2012-05-20 | more work on sheet protection. Protection is working, but specifying a ↵ | Randy Morgan | |
| password does not work. Having a bit of trouble implementing the hashing algorithm... | |||
| 2012-05-19 | first run at sheet_protection to provide password protection locking for sheets. | Randy Morgan | |
| 2012-05-19 | correct relation management for comments and some spec improvements for ↵ | Randy Morgan | |
| package to provide more breadth in serialization integration testing. | |||
| 2012-05-17 | fix ALL the warnings! | Randy Morgan | |
| 2012-05-17 | finishing off row properties. | Randy Morgan | |
| 2012-05-17 | docs | Randy Morgan | |
| 2012-05-17 | helper method for handling page fitting. | Randy Morgan | |
| 2012-05-16 | depreciating Worksheet.fit_to_page as a writable attribute. | Randy Morgan | |
| 2012-05-16 | needs to be a dual comparison. Possible to set both values to 0 after ↵ | Randy Morgan | |
| initialization. | |||
| 2012-05-16 | revise docs. Note - worksheet is a "required - option" as I dont want to ↵ | Randy Morgan | |
| break the interface. | |||
| 2012-05-16 | If worksheet.fit_to_page must be true, lets set it to true. I am far too ↵ | Randy Morgan | |
| lazy and forgetful to remember to set that every time I want to fit_to_width or fit_to_height. | |||
| 2012-05-15 | Worksheet#merge_cells sometimes produced invalid merge ranges when given an ↵ | Stefan Daschek | |
| array of cells. Merging e.g. cells A9 and A10 resulted in invalid range "A10:A9". | |||
| 2012-05-15 | Doc fixes for PrintOptions, PageSetup and Worksheet#fit_to_page. | Stefan Daschek | |
| 2012-05-15 | bring coverage up to 100% and patch a few minor bugs in cell style overrides ↵ | Randy Morgan | |
| and misnamed app attributes. | |||
| 2012-05-13 | updating docs | Randy Morgan | |
| 2012-05-13 | cleaning up comments for pre-release | Randy Morgan | |
| 2012-05-12 | patch formula parsing. | Randy Morgan | |
| #92 many thanks to @alexei-lexx for not only finding this, but taking time to report the problem. | |||
| 2012-05-09 | patch nil row style issue | Randy Morgan | |
| https://github.com/randym/axlsx/issues/91 | |||
| 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 | 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-29 | Merge branch 'master' of github.com:randym/axlsx | Randy Morgan | |
| 2012-04-29 | examples and read me clean up as well as implementing outlineLevel for row ↵ | Randy Morgan | |
| and col. | |||
| 2012-04-28 | fix Table#header_cells method | Jurriaan Pruis | |
| 2012-04-27 | bug fix. https://github.com/randym/axlsx/issues/86 | Randy Morgan | |
| 2012-04-25 | documentation updates and example dir restructuring. | Randy Morgan | |
| 2012-04-25 | bug fix to properly assign style/type data when creating rows and partial ↵ | Randy Morgan | |
| style/types arrays | |||
| 2012-04-23 | Merge branch 'master' of github.com:randym/axlsx | Randy Morgan | |
| 2012-04-23 | first stage refactoring for Style#add_style [inprogress] | Randy Morgan | |
| 2012-04-21 | Update icon_set to use percent in its value_objects | Stephen Pike | |
| Extend conditional formatting to the entire examples Rename example file to "example_conditional_formatting.xls" | |||
| 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 | Add some more documentation for example of conditional formatting | Stephen Pike | |
| 2012-04-20 | Formatting and documentation cleanup | Stephen Pike | |
| 2012-04-20 | Put encoding back... whoops | Stephen Pike | |
| 2012-04-20 | # Support for conditional formatting | Stephen Pike | |
| Adds support for conditional formatting via two new classes, ConditionalFormatting and ConditionalFormattingRule. Conditional Formats apply to ranges of cells, and can include multiple rules, ranked by priority. A single worksheet has many @conditional_formattings applied to different ranges. There are still pieces of the spec missing from the implementation. The biggest glaring ommission are the child elements colorScale, dataBar, and iconSet (I only implemented formula). http://msdn.microsoft.com/en-us/library/documentformat.openxml.spreadsheet.conditionalformattingrule.aspx | |||
| 2012-04-18 | update docs and remove unused mdw_count declaration | Randy Morgan | |
| 2012-04-18 | use method not instance variable for determining if cell level style ↵ | Randy Morgan | |
| customizations have been made and the cell is now a text run. | |||
| 2012-04-16 | use class variable for counting string | Randy Morgan | |
| 2012-04-16 | The beginning of the end of RMagick! Still needs lots of testing but seems ↵ | Randy Morgan | |
| comparable to the current autowidth calculations, is much faster than RMagick and more than anything - it removes a dependency on a Gem that is a huge pain in the ass. | |||
| 2012-04-13 | fix both autowidth calculations and column_widths assignation. | Randy Morgan | |
| 2012-04-13 | update cell to use common lib method | Randy Morgan | |
| 2012-04-12 | fix bug for autowidth in handling nil cells. | Randy Morgan | |
