diff options
| author | Randy Morgan <[email protected]> | 2012-02-25 17:11:56 +0900 |
|---|---|---|
| committer | Sean Duckett <[email protected]> | 2012-03-07 14:45:01 -0600 |
| commit | 5d0c81118bac73ab0b18804ca1a3039db9cb69dd (patch) | |
| tree | 564982a2f8dced7a5361ed4b1a2f2873161da9bf /examples | |
| parent | 1488c198ecef2654424a925c536e20b9ff79e9b0 (diff) | |
| download | caxlsx-5d0c81118bac73ab0b18804ca1a3039db9cb69dd.tar.gz caxlsx-5d0c81118bac73ab0b18804ca1a3039db9cb69dd.zip | |
add support for page margin initialization options as well as adding an 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
Diffstat (limited to 'examples')
0 files changed, 0 insertions, 0 deletions
