| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-03-27 | value and type required for shared_string comparison. this should be extracted. | Randy Morgan | |
| 2012-03-27 | Some small improvements | Randy Morgan | |
| total real axlsx_noautowidth 1.650000 ( 1.684738) axlsx 4.470000 ( 4.580439) axlsx_shared 7.990000 ( 8.151813) axlsx_stream 4.420000 ( 4.435809) csv 0.250000 ( 0.259114) | |||
| 2012-03-26 | indexes should be 0 based, and the <worksheet> node needed to be closed | Randy Morgan | |
| 2012-03-26 | need to make columns - even if we are not using auto_width | Randy Morgan | |
| 2012-03-26 | use Array#join instead of concatenating | ochko | |
| (got 1 sec speed improvement for 1000 cells) | |||
| 2012-03-26 | do nothing unless it is told to autowith fitting | ochko | |
| 2012-03-26 | Quick and Dirty run on trying interpolated strings instead of nokogiri for ↵ | Randy Morgan | |
| sheet generation. | |||
| 2012-03-23 | Use Alxsx.cell_range | Jurriaan Pruis | |
| 2012-03-23 | Added <definedNames> to workbook | Jurriaan Pruis | |
| 2012-03-21 | tiny bit of restructuring | Randy Morgan | |
| 2012-03-21 | patching mistaken merge resolution | 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 ↵ | Randy Morgan | |
| processing. see Workbook#use_autowidth. Defaults to true for backward compatibility. | |||
| 2012-03-12 | Merge pull request #49 from joekain/r_abs | Randy Morgan | |
| Fix Cell#r_abs to handle multi-digit row numbers and multi-letter column ids. | |||
| 2012-03-12 | adding in option to show/hide gridlines in a sheet. | Randy Morgan | |
| 2012-03-12 | Fix Cell#r_abs to handle multi-digit row numbers and multi-letter | Joe Kain | |
| column ids. | |||
| 2012-03-04 | remove rubyXL interop and update readme | Randy Morgan | |
| 2012-03-04 | proper workbookview id - should be 0 based index iirc | Randy Morgan | |
| 2012-03-04 | fix #44 | Randy Morgan | |
| I think one workbook view is enough ;) | |||
| 2012-03-02 | epoc => epoch | Jurriaan Pruis | |
| 2012-03-02 | Default to 1900 date system | Jurriaan Pruis | |
| Office 2011 for Mac uses the 1900 system by default see http://www.officeformachelp.com/2010/10/excel-2011-defaults-to-1900-date-system/ for more info | |||
| 2012-03-01 | touch of documentation for an excellent addition by @jurriaan | Randy Morgan | |
| 2012-03-01 | Accept row numbers in Worksheet#[] | Jurriaan Pruis | |
| 2012-03-01 | Added << alias for add_row | Jurriaan Pruis | |
| 2012-02-28 | patching time converter and specs as well as fixing warnings related to ↵ | Randy Morgan | |
| uninitialized row#height and worksheet#page_margins | |||
| 2012-02-28 | referencing Converter, which is now known as DateTimeConverter. | Randy Morgan | |
| This should have been caught in the specs, so I will update them later to make sure we cover this path. | |||
| 2012-02-27 | Add support for rows with custom height. | 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-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 | 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. | |||
