diff options
Diffstat (limited to 'lib/roo/excelx')
| -rwxr-xr-x | lib/roo/excelx/sheet_doc.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/roo/excelx/sheet_doc.rb b/lib/roo/excelx/sheet_doc.rb index 8b0c686..2b3aa39 100755 --- a/lib/roo/excelx/sheet_doc.rb +++ b/lib/roo/excelx/sheet_doc.rb @@ -120,7 +120,7 @@ module Roo end end - create_empty_cell(coordinate) + create_empty_cell(coordinate, empty_cell) end def create_empty_cell(coordinate, empty_cell) |
