Extend the Poi classes with some syntactic sugar
15 16 17
# File 'lib/applications/apache_poi_extensions.rb', line 15 def name() getSheetName end
19 20 21
# File 'lib/applications/apache_poi_extensions.rb', line 19 def num_rows getPhysicalNumberOfRows end