summaryrefslogtreecommitdiffhomepage
path: root/lib
AgeCommit message (Collapse)Author
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 ↵Randy Morgan
processing. see Workbook#use_autowidth. Defaults to true for backward compatibility.
2012-03-14Merge branch 'master' of github.com:randym/axlsxRandy Morgan
2012-03-14code formatting.Randy Morgan
2012-03-14include applyAlignment attribute when adding styleochko
2012-03-12Merge pull request #49 from joekain/r_absRandy Morgan
Fix Cell#r_abs to handle multi-digit row numbers and multi-letter column ids.
2012-03-12adding in option to show/hide gridlines in a sheet.Randy Morgan
2012-03-12Fix Cell#r_abs to handle multi-digit row numbers and multi-letterJoe Kain
column ids.
2012-03-10adding in quick patch for catAxis, valAxis on charts to specify gridlines = ↵Randy Morgan
false. Needs specs once I work out what the hell happened to nokogiri in 1.5.1
2012-03-09patch title serialization for graphic frameRandy Morgan
2012-03-08Merge pull request #46 from joekain/name_to_indices_with_zeroRandy Morgan
Axlsx::name_to_indices fix
2012-03-08In Axlsx::name_to_indices accept row numbers containing, but notJoe Kain
starting with, 0.
2012-03-05cleanup of useless line breakRandy Morgan
2012-03-04remove rubyXL interop and update readmeRandy Morgan
2012-03-04proper workbookview id - should be 0 based index iircRandy Morgan
2012-03-04fix #44 Randy Morgan
I think one workbook view is enough ;)
2012-03-04revert changes to validation reporting as it breaks backwards compatabilityRandy Morgan
2012-03-04fix typos in docsRandy Morgan
2012-03-04fix typos in docsRandy Morgan
2012-03-02epoc => epochJurriaan Pruis
2012-03-02Default to 1900 date systemJurriaan 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-01touch of documentation for an excellent addition by @jurriaanRandy Morgan
2012-03-01Accept row numbers in Worksheet#[]Jurriaan Pruis
2012-03-01Added << alias for add_rowJurriaan Pruis
2012-02-29altering package validation errors to show the document they occurred in.Randy Morgan
validates now returns an array of {:entry=>'file_name', :errors=>[error,error]} hashes.
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-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-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-24Fix default value for left/right margins.Stefan Daschek
2012-02-24Add support for page margins to worksheet.Stefan Daschek
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-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-22Extract date and time to serial converting and put serious tests on itJoseph HALTER
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-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-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