diff options
| author | Jonathan Tron <[email protected]> | 2014-02-26 14:57:26 +0100 |
|---|---|---|
| committer | Jonathan Tron <[email protected]> | 2014-02-26 14:57:26 +0100 |
| commit | 450d5e703ff6d45b6689959ea9079e81ff6dc4ad (patch) | |
| tree | 5cc16a644498cde0a3884e7ed4c013b031f0e841 /lib/axlsx/drawing/num_data_source.rb | |
| parent | d7b4ae4b2508732f1648594d0056c0e2b4105d1a (diff) | |
| download | caxlsx-450d5e703ff6d45b6689959ea9079e81ff6dc4ad.tar.gz caxlsx-450d5e703ff6d45b6689959ea9079e81ff6dc4ad.zip | |
Add auto_filter defined name in `Axlsx::Worksheet#to_xml_string` (refs #285)
The way ot was done previously (adding the defined name on
`Axlsx::Worksheet#auto_filter=`) meant that it was added only when
using this method. But it's possible to assign range on the auto-created
`AutoFilter` with:
```ruby
workheet.auto_filter.range = "A1:B2"
```
In this case the defined name was never added to the workbook.
Diffstat (limited to 'lib/axlsx/drawing/num_data_source.rb')
0 files changed, 0 insertions, 0 deletions
