| Age | Commit message (Collapse) | Author |
|
loading page margins.
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
later.
|
|
|
|
http://ruby-doc.org/core-1.8.7/Time.html
|
|
date/time converter as negative date/time does not parse in some environments under 1.8.7
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I think one workbook view is enough ;)
|
|
|
|
|
|
|
|
|
|
|
|
.18 release
|
|
Default to 1900 date system
|
|
|
|
Fixed indenting and commented date1904
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Small (but great!) fixes
|
|
|
|
|
|
|
|
|
|
|
|
identify where my matrix breaks down.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
validates now returns an array of {:entry=>'file_name', :errors=>[error,error]} hashes.
|