diff options
| author | Jan-Hendrik Hühne <[email protected]> | 2012-05-22 15:41:31 +0200 |
|---|---|---|
| committer | Jan-Hendrik Hühne <[email protected]> | 2012-05-22 15:41:31 +0200 |
| commit | d7ea5d42dd3053c5823669335053dac23c1d246f (patch) | |
| tree | 90df98246cbd70087d25840228954ee4ed5d813f /lib | |
| parent | e13f842776ec5eaed40ec4426ebb46366bdd8a71 (diff) | |
| download | caxlsx-d7ea5d42dd3053c5823669335053dac23c1d246f.tar.gz caxlsx-d7ea5d42dd3053c5823669335053dac23c1d246f.zip | |
Enables data validation feature
Diffstat (limited to 'lib')
| -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 fe3128c9..f0b926db 100644 --- a/lib/axlsx/workbook/workbook.rb +++ b/lib/axlsx/workbook/workbook.rb @@ -20,6 +20,7 @@ require 'axlsx/workbook/worksheet/sheet_protection.rb' require 'axlsx/workbook/worksheet/worksheet.rb' require 'axlsx/workbook/shared_strings_table.rb' require 'axlsx/workbook/worksheet/table.rb' +require 'axlsx/workbook/worksheet/data_validation.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. |
