summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2012-02-28testing to_xml validitiyRandy Morgan
2012-02-28patching time converter and specs as well as fixing warnings related to ↵Randy Morgan
uninitialized row#height and worksheet#page_margins
2012-02-28typo in examplesRandy Morgan
2012-02-28referencing 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-27Add support for rows with custom height.Stefan Daschek
2012-02-27Add support for underlined text.Stefan Daschek
2012-02-26Taking advantage of Stafan's excellent suggestion to take advantage of lazy ↵Randy Morgan
loading page margins.
2012-02-25beef-up the gitignoreRandy Morgan
2012-02-25readme and examples updatesRandy Morgan
2012-02-25add 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-24Merge pull request #36 from die-antwort/add_page_marginsRandy Morgan
Add support for page margins to worksheet.
2012-02-24Fix default value for left/right margins.Stefan Daschek
2012-02-24Add support for page margins to worksheet.Stefan Daschek
2012-02-24Merge pull request #35 from JosephHalter/masterJonathan Tron
Fix DateTimeConverter tests
2012-02-24Fix DateTimeConverter testsJoseph HALTER
2012-02-23patch for variations between Array#to_s between ruby versions.Randy Morgan
2012-02-23worksheet names need to be limited to 31 charactersRandy Morgan
2012-02-23out of time to play with this. We will need to create some 1.8.7 valid test ↵Randy Morgan
later.
2012-02-23disable timezone testing for 1.8.7 for nowRandy Morgan
2012-02-23ruby version conditional specs to deal with epoc issues Randy Morgan
http://ruby-doc.org/core-1.8.7/Time.html
2012-02-23renaming 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-22Fix my name in READMEJonathan Tron
2012-02-22Merge pull request #34 from JosephHalter/masterJonathan Tron
Fix date and time to serial conversion
2012-02-22Extract date and time to serial converting and put serious tests on itJoseph HALTER
2012-02-22Ignore Gemfile.lockJoseph HALTER
2012-02-22A sample file that causes Excel 2011 to make repairs, and it's repaired version.Sean Duckett
2012-02-22Remove debugging in example.rbJonathan Tron
2012-02-22Add :date support to Axlsx::Cell and add missing part for boolean supportJonathan 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-22Add :boolean as a valid type for cellsJonathan Tron
2012-02-22updating 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-22shadowed vars and bad indentation. shame, shame on meRandy Morgan
2012-02-22fixing tests for JRUBYRandy Morgan
2012-02-22require rmagick4j if using jrubyRandy Morgan
2012-02-21more travis funRandy Morgan
2012-02-21trying some travis allowed failuresRandy Morgan
2012-02-21credit where credit is dueRandy Morgan
2012-02-21specs for Jonathan Tron's applyBorder patch. Randy Morgan
2012-02-20Merge pull request #31 from JonathanTron/patch-2Randy Morgan
Ensure border is applied if border specified in `Styles#add_style`
2012-02-20Merge pull request #30 from JonathanTron/patch-1Randy Morgan
Fix doc for setting font name in styles
2012-02-20Ensure border is applied if border specified in `Styles#add_style`Jonathan Tron
2012-02-20Fix doc for setting font name in stylesJonathan Tron
2012-02-16updated docsRandy Morgan
2012-02-16we need to be able to un-fix a column widthRandy Morgan
2012-02-16specifying a fixed with should not require exiting the each loop when ↵Randy Morgan
setting auto_fit_data
2012-02-16Merge https://github.com/randym/axlsxRandy Morgan
2012-02-16Merge pull request #28 from ochko/masterRandy Morgan
Next iteration after setting fixed width
2012-02-16pre-release version bumpRandy Morgan
2012-02-16more specs for cell_alignment cell and chartRandy Morgan
2012-02-16Next iteration after setting fixed width same as :ignore is givenochko
2012-02-15some small changes to ochko's great idea of allowing us to specify widths, ↵Randy Morgan
and even better ignore some cells when calculating autowidth.