diff options
| author | Jan-Hendrik Hühne <[email protected]> | 2012-06-06 18:40:26 +0200 |
|---|---|---|
| committer | Jan-Hendrik Hühne <[email protected]> | 2012-06-06 18:40:26 +0200 |
| commit | 250a81622ea91901fbdb4683fc83ac575584b5b6 (patch) | |
| tree | 745cc940cda942c5a5ed3fb62c70251f6a7e0198 | |
| parent | 4ec9169ae7149255d78c1af17ab7550354c9dae9 (diff) | |
| download | caxlsx-250a81622ea91901fbdb4683fc83ac575584b5b6.tar.gz caxlsx-250a81622ea91901fbdb4683fc83ac575584b5b6.zip | |
Selection activation.
| -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 37805cf8..d53a0b44 100644 --- a/lib/axlsx/workbook/workbook.rb +++ b/lib/axlsx/workbook/workbook.rb @@ -23,6 +23,7 @@ require 'axlsx/workbook/worksheet/table.rb' require 'axlsx/workbook/worksheet/data_validation.rb' require 'axlsx/workbook/worksheet/sheet_view.rb' require 'axlsx/workbook/worksheet/pane.rb' +require 'axlsx/workbook/worksheet/selection.rb' # The Workbook class is an xlsx workbook that manages worksheets, charts, drawings and styles. # The following parts of the Office Open XML spreadsheet specification are not implimented in this version. # |
