lib/roo/openoffice.rb in roo-0.8.3 vs lib/roo/openoffice.rb in roo-0.8.4
- old
+ new
@@ -8,12 +8,9 @@
class Openoffice < GenericSpreadsheet
@@nr = 0
- # sets the line with attribute names (default: 1)
- attr_accessor :header_line
-
# initialization and opening of a spreadsheet file
# values for packed: :zip
def initialize(filename, packed=nil) #, create = false)
@tmpdir = "oo_"+$$.to_s
unless File.exists?(@tmpdir)