Class: Java::OrgApachePoiHssfUsermodel::HSSFSheet

Inherits:
Object
  • Object
show all
Defined in:
lib/datashift/applications/apache_poi_extensions.rb

Instance Method Summary collapse

Instance Method Details

#nameObject



20
21
22
# File 'lib/datashift/applications/apache_poi_extensions.rb', line 20

def name
  getSheetName
end

#num_rowsObject



24
25
26
# File 'lib/datashift/applications/apache_poi_extensions.rb', line 24

def num_rows
  getPhysicalNumberOfRows
end