diff options
| author | Jonathan Tron <[email protected]> | 2012-10-08 15:23:05 +0200 |
|---|---|---|
| committer | Jonathan Tron <[email protected]> | 2012-10-08 20:34:26 +0200 |
| commit | b22c17ca4ab0ecf1b105719898decfd19f580085 (patch) | |
| tree | 3b45333935fc1078becd9c1fed46cd58e5c0b31b /lib/axlsx/drawing/num_data_source.rb | |
| parent | 50adffb80e0e7da5833bb9206d14350e22973d7e (diff) | |
| download | caxlsx-b22c17ca4ab0ecf1b105719898decfd19f580085.tar.gz caxlsx-b22c17ca4ab0ecf1b105719898decfd19f580085.zip | |
Fix worksheet name escaping and cell sorting in Axlsx.cell_range
We've discovered that Excel do not allow ' in defined_names to
reference a worksheet name. All it does allow is to escape the simple
quote by doubling it. Given that Worksheet#name is escaped using
HTMLEntities, a simple quote appears as ' we're simply replacing it by
the correct '' when using absolute reference to worksheet range.
Diffstat (limited to 'lib/axlsx/drawing/num_data_source.rb')
0 files changed, 0 insertions, 0 deletions
