class

Xlsxtream::Row

Inherits Reference < Object

Constants

DATE_PATTERN = /\A[0-9]{4}-[0-9]{2}-[0-9]{2}\z/

ISO 8601 yyyy-mm-dd

FALSE_STRING = "false"
NUMBER_PATTERN = /\A-?[0-9]+(\.[0-9]+)?\z/
TIME_PATTERN = /\A[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}(?::[0-9]{2}(?:\.[0-9]{1,9})?)?(?:Z|[+-][0-9]{2}:[0-9]{2})?\z/

ISO 8601 yyyy-mm-ddThh:mm:ss(.s)(Z|+hh:mm|-hh:mm)

TRUE_STRING = "true"

Constructors

new(row : Array(CellValue), rownum : Int32, sst : SharedStringTable | Nil = nil, auto_format : Bool = false, is_header : Bool = false)
Source

Instance methods

to_xml
Source