lib/axlsx/workbook/worksheet/row.rb in axlsx-1.1.4 vs lib/axlsx/workbook/worksheet/row.rb in axlsx-1.1.5

- old
+ new

@@ -3,11 +3,13 @@ # A Row is a single row in a worksheet. # @note The recommended way to manage rows and cells is to use Worksheet#add_row # @see Worksheet#add_row class Row + # A list of serilizable attributes. SERIALIZABLE_ATTRIBUTES = [:hidden, :outlineLevel, :collapsed, :style] + # The worksheet this row belongs to # @return [Worksheet] attr_reader :worksheet # The cells this row holds @@ -33,13 +35,11 @@ # Default style for the affected column(s). Affects cells not yet allocated in the column(s). In other words, this style applies to new columns. # @return [Integer] attr_reader :style # TODO 18.3.1.73 - # # collapsed # customFormat # # hidden - # # outlineLevel # ph # # s (style) # spans # thickTop # thickBottom