lib/rubyXL/objects/worksheet.rb in rubyXL-2.5.2 vs lib/rubyXL/objects/worksheet.rb in rubyXL-2.5.3
- old
+ new
@@ -650,10 +650,10 @@
'xmlns:r' => 'http://schemas.openxmlformats.org/officeDocument/2006/relationships',
'xmlns:mc' => 'http://schemas.openxmlformats.org/markup-compatibility/2006',
'xmlns:x14ac' => 'http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac',
'xmlns:mv' => 'urn:schemas-microsoft-com:mac:vml')
- attr_accessor :state
+ attr_accessor :workbook, :state, :sheet_name, :sheet_id
def before_write_xml # This method may need to be moved higher in the hierarchy
first_nonempty_row = nil
last_nonempty_row = 0
first_nonempty_column = nil