diff options
| author | Randy Morgan <[email protected]> | 2012-02-25 17:11:56 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-02-25 17:11:56 +0900 |
| commit | 4c2ccec3b3553419c2251cc6c53fc53baadab146 (patch) | |
| tree | ed3b099c7a11367520ebd9d959bfbc138b463cd1 /examples | |
| parent | 1d8676426d6c7afc09ab682841e861422dc3860e (diff) | |
| download | caxlsx-4c2ccec3b3553419c2251cc6c53fc53baadab146.tar.gz caxlsx-4c2ccec3b3553419c2251cc6c53fc53baadab146.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
