struct Xls::Spreadsheet::Format

Overview

See http://sc.openoffice.org/excelfileformat.pdf, page 174

Defined in:

xls/helpers/constants.cr
xls/spreadsheet/format.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(index : UInt16, value : String) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(index _index = @index, value _value = @value) #

[View source]
def index : UInt16 #

def value : String #