| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-02-27 | Add support for rows with custom height. | Stefan Daschek | |
| 2012-02-27 | Add support for underlined text. | Stefan Daschek | |
| 2012-02-26 | Taking advantage of Stafan's excellent suggestion to take advantage of lazy ↵ | Randy Morgan | |
| loading page margins. | |||
| 2012-02-25 | add support for page margin initialization options as well as adding an ↵ | Randy Morgan | |
| option to worksheet initialization so we can do stuff like this: workbook.add_worksheet(:page_margins => {:top=> 1.9}) and yielding the page_margins object off the worksheet for stuff like: worksheet.page_margins do |pm| pm.left = 0.7 end | |||
| 2012-02-24 | Fix default value for left/right margins. | Stefan Daschek | |
| 2012-02-24 | Add support for page margins to worksheet. | Stefan Daschek | |
| 2012-02-23 | worksheet names need to be limited to 31 characters | Randy Morgan | |
| 2012-02-23 | out of time to play with this. We will need to create some 1.8.7 valid test ↵ | Randy Morgan | |
| later. | |||
| 2012-02-23 | renaming for clarity, a bit of docs and some patches to spec for AWSOME ↵ | Randy Morgan | |
| date/time converter as negative date/time does not parse in some environments under 1.8.7 | |||
| 2012-02-22 | Extract date and time to serial converting and put serious tests on it | Joseph HALTER | |
| 2012-02-22 | Add :date support to Axlsx::Cell and add missing part for boolean support | Jonathan Tron | |
| - date is now separated from Time support so that it does not include unwanted hours/minutes/seconds - missing boolean support was the xml generation specific to :boolean type | |||
| 2012-02-22 | Add :boolean as a valid type for cells | Jonathan Tron | |
| 2012-02-22 | updating workbook views to actually include references to each worksheet, ↵ | Randy Morgan | |
| and the worksheet to point to its on sheetView as well as selection. I'll move the selection and tab selection out to programable values when I have a bit more time. | |||
| 2012-02-22 | shadowed vars and bad indentation. shame, shame on me | Randy Morgan | |
| 2012-02-21 | specs for Jonathan Tron's applyBorder patch. | Randy Morgan | |
| 2012-02-20 | Merge pull request #31 from JonathanTron/patch-2 | Randy Morgan | |
| Ensure border is applied if border specified in `Styles#add_style` | |||
| 2012-02-20 | Ensure border is applied if border specified in `Styles#add_style` | Jonathan Tron | |
| 2012-02-20 | Fix doc for setting font name in styles | Jonathan Tron | |
| 2012-02-16 | updated docs | Randy Morgan | |
| 2012-02-16 | we need to be able to un-fix a column width | Randy Morgan | |
| 2012-02-16 | specifying a fixed with should not require exiting the each loop when ↵ | Randy Morgan | |
| setting auto_fit_data | |||
| 2012-02-16 | Merge https://github.com/randym/axlsx | Randy Morgan | |
| 2012-02-16 | pre-release version bump | Randy Morgan | |
| 2012-02-16 | Next iteration after setting fixed width same as :ignore is given | ochko | |
| 2012-02-15 | some small changes to ochko's great idea of allowing us to specify widths, ↵ | Randy Morgan | |
| and even better ignore some cells when calculating autowidth. | |||
| 2012-02-15 | Skip auto fit update or directly set fixed value for column width | ochko | |
| 2012-02-15 | more stuff to keep rubyXL happy and still get a valid doc. | Randy Morgan | |
| 2012-02-14 | couple of additions so that axlsx sheets can be "parsed" by rubyXL. | Randy Morgan | |
| Not much of a parser if you ask me - as it still chokes on drawing relations and requires a number of optional elements in the sheet. (another excel reverse engineer....) anyway - Im biased, and too lazy to write my own spec-based parser for now. if you *really* need to work with rubyXL - this one is for you. | |||
| 2012-02-14 | Stomp out all warnings. | Randy Morgan | |
| "Method calls with expanded arrays require parentheses" Thanks rspec - I didn't know that. | |||
| 2012-02-14 | changing column_widths to accept *args instead of a declared array. | Randy Morgan | |
| 2012-02-13 | Improve accessibility and stringency for column_widths editing. | Randy Morgan | |
| 2012-02-13 | adding in support for specified column widths | Randy Morgan | |
| 2012-02-13 | bump version for pre-release | Randy Morgan | |
| 2012-02-13 | Remove entirely the dependancies on i18n and active support. | Randy Morgan | |
| 2012-02-12 | small optimization and readme update. | Randy Morgan | |
| 2012-02-12 | refactor inline style attribute listing and xml generation so that both ↵ | Randy Morgan | |
| shared strings and inline strings can use cell level inline styles against text runs | |||
| 2012-02-12 | reject formula from shared strings candidates | Randy Morgan | |
| 2012-02-12 | patches for 1.8.7 | Randy Morgan | |
| 2012-02-12 | patching unbalanced ends | Randy Morgan | |
| 2012-02-12 | Adding in support for optionally using the shared strings table. This will ↵ | Randy Morgan | |
| allow us to inter-op properly with Numbers | |||
| 2012-02-07 | current ms_off_crypto - needs to be re-written to use agile encryption.. | Randy Morgan | |
| gotta love that documentation - thanks MS - *really* clear.... | |||
| 2012-02-07 | adding in write to StringIO as per issue #11 | Randy Morgan | |
| 2012-02-02 | Adding in hyperlinking for images as per issue #22 | Randy Morgan | |
| 2012-02-01 | https://github.com/randym/axlsx/issues/21 | Randy Morgan | |
| fixed 'properly' but I've feeling the schema folder should actually be lib/axlsx/schema instead of lib/schema | |||
| 2012-02-01 | Updating schema loading for validation to correctly load the schema file ↵ | Randy Morgan | |
| relative to the package as reported by Phong in #21. https://github.com/randym/axlsx/issues/21 | |||
| 2012-01-19 | Merge branch 'master' of github.com:randym/axlsx | 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 | more fun with ms-crypto. | Randy Morgan | |
| base compound file and stream corrections | |||
| 2012-01-18 | remove linebreaks/indentation when saving to encourage interop with rubyXL | Randy Morgan | |
| https://github.com/randym/axlsx/issues/19 | |||
