diff options
| author | Adam Mueller <[email protected]> | 2012-11-22 15:02:56 -0800 |
|---|---|---|
| committer | Adam Mueller <[email protected]> | 2012-11-22 15:02:56 -0800 |
| commit | e930a5052eba1da948393c8c3c032d1f3eda6d82 (patch) | |
| tree | 743d4152384d3715779b617a3731ae0040f8d579 /lib/axlsx/workbook/workbook.rb | |
| parent | 1b89bb7c0835683bbc42017b6815d6471de73ad9 (diff) | |
| download | caxlsx-e930a5052eba1da948393c8c3c032d1f3eda6d82.tar.gz caxlsx-e930a5052eba1da948393c8c3c032d1f3eda6d82.zip | |
Adds basic support for headers and footers.
Based on the discussion here: https://github.com/randym/axlsx/issues/111
Very simple implementation right now. Does not include any tests yet!
Change-Id: Ia8ec8c52f82577d05e07e21311cdb5fe5d1294be
Diffstat (limited to 'lib/axlsx/workbook/workbook.rb')
| -rw-r--r-- | lib/axlsx/workbook/workbook.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/axlsx/workbook/workbook.rb b/lib/axlsx/workbook/workbook.rb index c9556c4d..6c99d6de 100644 --- a/lib/axlsx/workbook/workbook.rb +++ b/lib/axlsx/workbook/workbook.rb @@ -9,6 +9,7 @@ require 'axlsx/workbook/worksheet/cell.rb' require 'axlsx/workbook/worksheet/page_margins.rb' require 'axlsx/workbook/worksheet/page_set_up_pr.rb' require 'axlsx/workbook/worksheet/page_setup.rb' +require 'axlsx/workbook/worksheet/header_footer.rb' require 'axlsx/workbook/worksheet/print_options.rb' require 'axlsx/workbook/worksheet/cfvo.rb' require 'axlsx/workbook/worksheet/cfvos.rb' |
