class SpreadsheetX::CellFormat
this object represents an existing cell format in the workbook
Attributes
format[R]
id[R]
Public Class Methods
new(id, format)
click to toggle source
# File lib/spreadsheetx/cell_format.rb, line 9 def initialize(id, format) @id = id @format = format end
Public Instance Methods
to_s()
click to toggle source
# File lib/spreadsheetx/cell_format.rb, line 14 def to_s id.to_s end