Class: Java::OrgApachePoiHssfUsermodel::HSSFSheet

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

Overview

Extend the Poi classes with some syntactic sugar

Instance Method Summary collapse

Instance Method Details

#nameObject



15
16
17
# File 'lib/applications/apache_poi_extensions.rb', line 15

def name() 
  getSheetName
end

#num_rowsObject



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

def num_rows
  getPhysicalNumberOfRows
end