Method: Openoffice#to_s
- Defined in:
- lib/roo/openoffice.rb
#to_s(sheet = nil) ⇒ Object
shows the internal representation of all cells mainly for debugging purposes
208 209 210 211 212 |
# File 'lib/roo/openoffice.rb', line 208 def to_s(sheet=nil) sheet = @default_sheet unless sheet read_cells(sheet) unless @cells_read[sheet] @cell[sheet].inspect end |