lib/rspreadsheet/worksheet.rb in rspreadsheet-0.4.9 vs lib/rspreadsheet/worksheet.rb in rspreadsheet-0.5.0
- old
+ new
@@ -33,13 +33,9 @@
# name of the worksheet
# @returns [String] the name of the worksheet
def name; Tools.get_ns_attribute_value(@xmlnode,'table','name') end
def name=(value); Tools.set_ns_attribute(@xmlnode,'table','name', value) end
- def rowxmlnode(rowi)
- my_subnode(rowi)
- end
-
def first_unused_row_index
first_unused_subitem_index
end
def add_row_above(arowi)