module FastXlsToHash
Constants
- VERSION
Public Class Methods
with_xls_style()
click to toggle source
# File lib/fast_xls_to_hash.rb, line 12 def self.with_xls_style @@xls_style end
with_xls_style=(bool)
click to toggle source
# File lib/fast_xls_to_hash.rb, line 8 def self.with_xls_style=(bool) @@xls_style = bool end