rubyXL 2.3.4 → 2.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (250) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/lib/rubyXL.rb +2 -0
  4. data/lib/rubyXL/objects/calculation_chain.rb +6 -1
  5. data/lib/rubyXL/objects/chartsheet.rb +7 -1
  6. data/lib/rubyXL/objects/container_nodes.rb +6 -1
  7. data/lib/rubyXL/objects/content_types.rb +95 -0
  8. data/lib/rubyXL/objects/document_properties.rb +77 -1
  9. data/lib/rubyXL/objects/ooxml_object.rb +11 -7
  10. data/lib/rubyXL/objects/relationships.rb +9 -5
  11. data/lib/rubyXL/objects/shared_strings.rb +5 -1
  12. data/lib/rubyXL/objects/simple_types.rb +35 -1
  13. data/lib/rubyXL/objects/stylesheet.rb +5 -1
  14. data/lib/rubyXL/objects/theme.rb +471 -6
  15. data/lib/rubyXL/objects/workbook.rb +52 -1
  16. data/lib/rubyXL/objects/worksheet.rb +7 -1
  17. data/lib/rubyXL/parser.rb +9 -14
  18. data/lib/rubyXL/workbook.rb +11 -13
  19. data/rdoc/README_rdoc.html +1 -1
  20. data/rdoc/RubyXL.html +11 -1
  21. data/rdoc/RubyXL/AExtension.html +225 -0
  22. data/rdoc/RubyXL/AExtensionStorageArea.html +1 -1
  23. data/rdoc/RubyXL/Alignment.html +1 -1
  24. data/rdoc/RubyXL/AlternateContent.html +1 -1
  25. data/rdoc/RubyXL/AutoFilter.html +1 -1
  26. data/rdoc/RubyXL/AutoFilterColumn.html +1 -1
  27. data/rdoc/RubyXL/BooleanNode.html +1 -1
  28. data/rdoc/RubyXL/BooleanValue.html +1 -1
  29. data/rdoc/RubyXL/Border.html +1 -1
  30. data/rdoc/RubyXL/BorderEdge.html +1 -1
  31. data/rdoc/RubyXL/Borders.html +1 -1
  32. data/rdoc/RubyXL/Break.html +1 -1
  33. data/rdoc/RubyXL/BreakList.html +1 -1
  34. data/rdoc/RubyXL/CalculationChain.html +41 -6
  35. data/rdoc/RubyXL/CalculationChainCell.html +1 -1
  36. data/rdoc/RubyXL/CalculationProperties.html +1 -1
  37. data/rdoc/RubyXL/Cell.html +1 -1
  38. data/rdoc/RubyXL/CellSmartTag.html +1 -1
  39. data/rdoc/RubyXL/CellSmartTagProperty.html +1 -1
  40. data/rdoc/RubyXL/CellSmartTags.html +1 -1
  41. data/rdoc/RubyXL/CellStyle.html +1 -1
  42. data/rdoc/RubyXL/CellStyleXFs.html +1 -1
  43. data/rdoc/RubyXL/CellStyles.html +1 -1
  44. data/rdoc/RubyXL/CellValue.html +1 -1
  45. data/rdoc/RubyXL/CellWatch.html +1 -1
  46. data/rdoc/RubyXL/CellWatches.html +1 -1
  47. data/rdoc/RubyXL/CellXFs.html +1 -1
  48. data/rdoc/RubyXL/Chartsheet.html +1 -1
  49. data/rdoc/RubyXL/ChartsheetPageSetup.html +1 -1
  50. data/rdoc/RubyXL/ChartsheetProperties.html +1 -1
  51. data/rdoc/RubyXL/ChartsheetProtection.html +1 -1
  52. data/rdoc/RubyXL/ChartsheetView.html +1 -1
  53. data/rdoc/RubyXL/ChartsheetViews.html +1 -1
  54. data/rdoc/RubyXL/Color.html +1 -1
  55. data/rdoc/RubyXL/ColorFilter.html +1 -1
  56. data/rdoc/RubyXL/ColorScale.html +1 -1
  57. data/rdoc/RubyXL/ColorScheme.html +1 -1
  58. data/rdoc/RubyXL/ColorSet.html +1 -1
  59. data/rdoc/RubyXL/Colors.html +1 -1
  60. data/rdoc/RubyXL/ColumnRange.html +1 -1
  61. data/rdoc/RubyXL/ColumnRanges.html +1 -1
  62. data/rdoc/RubyXL/ConditionalFormatValue.html +1 -1
  63. data/rdoc/RubyXL/ConditionalFormatting.html +1 -1
  64. data/rdoc/RubyXL/ConditionalFormattingRule.html +1 -1
  65. data/rdoc/RubyXL/ContentTypeDefault.html +105 -0
  66. data/rdoc/RubyXL/ContentTypeOverride.html +105 -0
  67. data/rdoc/RubyXL/ContentTypes.html +310 -0
  68. data/rdoc/RubyXL/CoreProperties.html +105 -0
  69. data/rdoc/RubyXL/CustomColor.html +105 -0
  70. data/rdoc/RubyXL/CustomColorList.html +105 -0
  71. data/rdoc/RubyXL/CustomFilter.html +1 -1
  72. data/rdoc/RubyXL/CustomFilters.html +1 -1
  73. data/rdoc/RubyXL/CustomGeometry.html +105 -0
  74. data/rdoc/RubyXL/CustomProperties.html +1 -1
  75. data/rdoc/RubyXL/CustomProperty.html +1 -1
  76. data/rdoc/RubyXL/CustomSheetView.html +1 -1
  77. data/rdoc/RubyXL/CustomSheetViews.html +1 -1
  78. data/rdoc/RubyXL/CustomWorkbookView.html +1 -1
  79. data/rdoc/RubyXL/CustomWorkbookViews.html +1 -1
  80. data/rdoc/RubyXL/DXF.html +1 -1
  81. data/rdoc/RubyXL/DXFs.html +1 -1
  82. data/rdoc/RubyXL/DataBar.html +1 -1
  83. data/rdoc/RubyXL/DataConsolidate.html +1 -1
  84. data/rdoc/RubyXL/DataConsolidationReference.html +1 -1
  85. data/rdoc/RubyXL/DataConsolidationReferences.html +1 -1
  86. data/rdoc/RubyXL/DataValidation.html +1 -1
  87. data/rdoc/RubyXL/DataValidations.html +1 -1
  88. data/rdoc/RubyXL/DateGroupItem.html +1 -1
  89. data/rdoc/RubyXL/DefinedName.html +1 -1
  90. data/rdoc/RubyXL/DefinedNames.html +1 -1
  91. data/rdoc/RubyXL/DocumentProperties.html +41 -6
  92. data/rdoc/RubyXL/DynamicFilter.html +1 -1
  93. data/rdoc/RubyXL/EmbeddedControl.html +1 -1
  94. data/rdoc/RubyXL/EmbeddedControls.html +1 -1
  95. data/rdoc/RubyXL/Extension.html +1 -121
  96. data/rdoc/RubyXL/ExtensionStorageArea.html +1 -1
  97. data/rdoc/RubyXL/Extents.html +105 -0
  98. data/rdoc/RubyXL/ExternalReference.html +1 -1
  99. data/rdoc/RubyXL/ExternalReferences.html +1 -1
  100. data/rdoc/RubyXL/ExtraColorScheme.html +105 -0
  101. data/rdoc/RubyXL/ExtraColorSchemeList.html +105 -0
  102. data/rdoc/RubyXL/FieldItem.html +1 -1
  103. data/rdoc/RubyXL/FileRecoveryProperties.html +1 -1
  104. data/rdoc/RubyXL/FileSharing.html +1 -1
  105. data/rdoc/RubyXL/FileVersion.html +1 -1
  106. data/rdoc/RubyXL/Fill.html +1 -1
  107. data/rdoc/RubyXL/Fills.html +1 -1
  108. data/rdoc/RubyXL/FilterContainer.html +1 -1
  109. data/rdoc/RubyXL/FloatNode.html +1 -1
  110. data/rdoc/RubyXL/FloatValue.html +1 -1
  111. data/rdoc/RubyXL/Font.html +1 -1
  112. data/rdoc/RubyXL/FontScheme.html +1 -1
  113. data/rdoc/RubyXL/Fonts.html +1 -1
  114. data/rdoc/RubyXL/FormatScheme.html +1 -1
  115. data/rdoc/RubyXL/Formula.html +1 -1
  116. data/rdoc/RubyXL/FunctionGroup.html +1 -1
  117. data/rdoc/RubyXL/FunctionGroups.html +1 -1
  118. data/rdoc/RubyXL/GenericStorage.html +1 -1
  119. data/rdoc/RubyXL/GradientFill.html +1 -1
  120. data/rdoc/RubyXL/HeaderFooterSettings.html +1 -1
  121. data/rdoc/RubyXL/Hyperlink.html +1 -1
  122. data/rdoc/RubyXL/Hyperlinks.html +1 -1
  123. data/rdoc/RubyXL/IconFilter.html +1 -1
  124. data/rdoc/RubyXL/IconSet.html +1 -1
  125. data/rdoc/RubyXL/IgnoredError.html +1 -1
  126. data/rdoc/RubyXL/IgnoredErrors.html +1 -1
  127. data/rdoc/RubyXL/IndexedColors.html +1 -1
  128. data/rdoc/RubyXL/InputCells.html +1 -1
  129. data/rdoc/RubyXL/IntegerNode.html +1 -1
  130. data/rdoc/RubyXL/IntegerValue.html +1 -1
  131. data/rdoc/RubyXL/LegacyCell.html +1 -1
  132. data/rdoc/RubyXL/LegacyWorkbook.html +33 -55
  133. data/rdoc/RubyXL/LegacyWorksheet.html +1 -1
  134. data/rdoc/RubyXL/MRUColors.html +1 -1
  135. data/rdoc/RubyXL/MergedCell.html +1 -1
  136. data/rdoc/RubyXL/MergedCells.html +1 -1
  137. data/rdoc/RubyXL/NumFmt.html +1 -1
  138. data/rdoc/RubyXL/NumberFormat.html +1 -1
  139. data/rdoc/RubyXL/NumberFormats.html +1 -1
  140. data/rdoc/RubyXL/OLEObject.html +1 -1
  141. data/rdoc/RubyXL/OLEObjects.html +1 -1
  142. data/rdoc/RubyXL/OLESize.html +1 -1
  143. data/rdoc/RubyXL/OOXMLContainerObject.html +1 -1
  144. data/rdoc/RubyXL/OOXMLObject.html +1 -1
  145. data/rdoc/RubyXL/OOXMLObjectClassMethods.html +1 -1
  146. data/rdoc/RubyXL/OOXMLObjectInstanceMethods.html +1 -1
  147. data/rdoc/RubyXL/OOXMLRelationshipsFile.html +36 -1
  148. data/rdoc/RubyXL/OOXMLTopLevelObject.html +1 -1
  149. data/rdoc/RubyXL/ObjectDefaults.html +105 -0
  150. data/rdoc/RubyXL/Offset.html +105 -0
  151. data/rdoc/RubyXL/OutlineProperties.html +1 -1
  152. data/rdoc/RubyXL/PageMargins.html +1 -1
  153. data/rdoc/RubyXL/PageSetup.html +1 -1
  154. data/rdoc/RubyXL/PageSetupProperties.html +1 -1
  155. data/rdoc/RubyXL/Pane.html +1 -1
  156. data/rdoc/RubyXL/Parser.html +9 -14
  157. data/rdoc/RubyXL/PatternFill.html +1 -1
  158. data/rdoc/RubyXL/PhoneticProperties.html +1 -1
  159. data/rdoc/RubyXL/PhoneticRun.html +1 -1
  160. data/rdoc/RubyXL/PivotArea.html +1 -1
  161. data/rdoc/RubyXL/PivotCache.html +1 -1
  162. data/rdoc/RubyXL/PivotCaches.html +1 -1
  163. data/rdoc/RubyXL/PivotReference.html +1 -1
  164. data/rdoc/RubyXL/PivotReferences.html +1 -1
  165. data/rdoc/RubyXL/PivotTableSelection.html +1 -1
  166. data/rdoc/RubyXL/PresetGeometry.html +105 -0
  167. data/rdoc/RubyXL/PrintOptions.html +1 -1
  168. data/rdoc/RubyXL/ProtectedRange.html +1 -1
  169. data/rdoc/RubyXL/ProtectedRanges.html +1 -1
  170. data/rdoc/RubyXL/Protection.html +1 -1
  171. data/rdoc/RubyXL/RID.html +1 -1
  172. data/rdoc/RubyXL/RawOOXML.html +1 -1
  173. data/rdoc/RubyXL/Reference.html +1 -1
  174. data/rdoc/RubyXL/Relationship.html +1 -1
  175. data/rdoc/RubyXL/RichText.html +1 -1
  176. data/rdoc/RubyXL/RichTextRun.html +1 -1
  177. data/rdoc/RubyXL/RootRelationships.html +1 -1
  178. data/rdoc/RubyXL/Row.html +1 -1
  179. data/rdoc/RubyXL/RunProperties.html +1 -1
  180. data/rdoc/RubyXL/Scenario.html +1 -1
  181. data/rdoc/RubyXL/Scenarios.html +1 -1
  182. data/rdoc/RubyXL/Selection.html +1 -1
  183. data/rdoc/RubyXL/ShapeDefault.html +105 -0
  184. data/rdoc/RubyXL/SharedStringsTable.html +43 -8
  185. data/rdoc/RubyXL/Sheet.html +1 -1
  186. data/rdoc/RubyXL/SheetCalculationProperties.html +1 -1
  187. data/rdoc/RubyXL/SheetData.html +1 -1
  188. data/rdoc/RubyXL/Sheets.html +1 -1
  189. data/rdoc/RubyXL/SmartTagProperties.html +1 -1
  190. data/rdoc/RubyXL/SmartTagType.html +1 -1
  191. data/rdoc/RubyXL/SmartTagTypes.html +1 -1
  192. data/rdoc/RubyXL/SmartTags.html +1 -1
  193. data/rdoc/RubyXL/SortCondition.html +1 -1
  194. data/rdoc/RubyXL/SortState.html +1 -1
  195. data/rdoc/RubyXL/Sqref.html +1 -1
  196. data/rdoc/RubyXL/Stop.html +1 -1
  197. data/rdoc/RubyXL/StringNode.html +1 -1
  198. data/rdoc/RubyXL/{Writer.html → StringNodeW3C.html} +13 -6
  199. data/rdoc/RubyXL/StringValue.html +1 -1
  200. data/rdoc/RubyXL/Stylesheet.html +1 -1
  201. data/rdoc/RubyXL/TableParts.html +1 -1
  202. data/rdoc/RubyXL/TableStyle.html +1 -1
  203. data/rdoc/RubyXL/TableStyles.html +1 -1
  204. data/rdoc/RubyXL/Text.html +1 -1
  205. data/rdoc/RubyXL/Theme.html +2 -2
  206. data/rdoc/RubyXL/ThemeElements.html +1 -1
  207. data/rdoc/RubyXL/Top10.html +1 -1
  208. data/rdoc/RubyXL/TwoDTransform.html +105 -0
  209. data/rdoc/RubyXL/Variant.html +1 -1
  210. data/rdoc/RubyXL/Vector.html +1 -1
  211. data/rdoc/RubyXL/VectorValue.html +1 -1
  212. data/rdoc/RubyXL/VisualProperties.html +105 -0
  213. data/rdoc/RubyXL/WebPublishObject.html +1 -1
  214. data/rdoc/RubyXL/WebPublishObjects.html +1 -1
  215. data/rdoc/RubyXL/WebPublishingItem.html +1 -1
  216. data/rdoc/RubyXL/WebPublishingItems.html +1 -1
  217. data/rdoc/RubyXL/WebPublishingProperties.html +1 -1
  218. data/rdoc/RubyXL/Workbook.html +1 -1
  219. data/rdoc/RubyXL/WorkbookProperties.html +1 -1
  220. data/rdoc/RubyXL/WorkbookProtection.html +1 -1
  221. data/rdoc/RubyXL/WorkbookRelationships.html +1 -1
  222. data/rdoc/RubyXL/WorkbookView.html +1 -1
  223. data/rdoc/RubyXL/WorkbookViews.html +1 -1
  224. data/rdoc/RubyXL/Worksheet.html +1 -1
  225. data/rdoc/RubyXL/WorksheetDimensions.html +1 -1
  226. data/rdoc/RubyXL/WorksheetFormatProperties.html +1 -1
  227. data/rdoc/RubyXL/WorksheetProperties.html +1 -1
  228. data/rdoc/RubyXL/WorksheetProtection.html +1 -1
  229. data/rdoc/RubyXL/WorksheetView.html +1 -1
  230. data/rdoc/RubyXL/WorksheetViews.html +1 -1
  231. data/rdoc/RubyXL/XF.html +1 -1
  232. data/rdoc/created.rid +19 -24
  233. data/rdoc/index.html +12 -16
  234. data/rdoc/js/search_index.js +1 -1
  235. data/rdoc/table_of_contents.html +102 -153
  236. data/rubyXL.gemspec +22 -16
  237. data/spec/lib/parser_spec.rb +16 -2
  238. metadata +21 -15
  239. data/lib/rubyXL/writer/content_types_writer.rb +0 -113
  240. data/lib/rubyXL/writer/core_writer.rb +0 -34
  241. data/lib/rubyXL/writer/generic_writer.rb +0 -43
  242. data/lib/rubyXL/writer/styles_writer.rb +0 -15
  243. data/lib/rubyXL/writer/theme_writer.rb +0 -337
  244. data/lib/rubyXL/writer/workbook_writer.rb +0 -73
  245. data/rdoc/RubyXL/Writer/ContentTypesWriter.html +0 -289
  246. data/rdoc/RubyXL/Writer/CoreWriter.html +0 -210
  247. data/rdoc/RubyXL/Writer/GenericWriter.html +0 -348
  248. data/rdoc/RubyXL/Writer/StylesWriter.html +0 -191
  249. data/rdoc/RubyXL/Writer/ThemeWriter.html +0 -511
  250. data/rdoc/RubyXL/Writer/WorkbookWriter.html +0 -249
@@ -1 +1 @@
1
- var search_data = {"index":{"searchIndex":["rubyxl","aextensionstoragearea","alignment","alternatecontent","autofilter","autofiltercolumn","booleannode","booleanvalue","border","borderedge","borders","break","breaklist","calculationchain","calculationchaincell","calculationproperties","cell","cellsmarttag","cellsmarttagproperty","cellsmarttags","cellstyle","cellstylexfs","cellstyles","cellvalue","cellwatch","cellwatches","cellxfs","chartsheet","chartsheetpagesetup","chartsheetproperties","chartsheetprotection","chartsheetview","chartsheetviews","color","colorfilter","colorscale","colorscheme","colorset","colors","columnrange","columnranges","conditionalformatvalue","conditionalformatting","conditionalformattingrule","customfilter","customfilters","customproperties","customproperty","customsheetview","customsheetviews","customworkbookview","customworkbookviews","dxf","dxfs","databar","dataconsolidate","dataconsolidationreference","dataconsolidationreferences","datavalidation","datavalidations","dategroupitem","definedname","definednames","documentproperties","dynamicfilter","embeddedcontrol","embeddedcontrols","extension","extensionstoragearea","externalreference","externalreferences","fielditem","filerecoveryproperties","filesharing","fileversion","fill","fills","filtercontainer","floatnode","floatvalue","font","fontscheme","fonts","formatscheme","formula","functiongroup","functiongroups","genericstorage","gradientfill","headerfootersettings","hyperlink","hyperlinks","iconfilter","iconset","ignorederror","ignorederrors","indexedcolors","inputcells","integernode","integervalue","legacycell","legacyworkbook","legacyworksheet","mrucolors","mergedcell","mergedcells","numfmt","numberformat","numberformats","oleobject","oleobjects","olesize","ooxmlcontainerobject","ooxmlobject","ooxmlobjectclassmethods","ooxmlobjectinstancemethods","ooxmlrelationshipsfile","ooxmltoplevelobject","outlineproperties","pagemargins","pagesetup","pagesetupproperties","pane","parser","patternfill","phoneticproperties","phoneticrun","pivotarea","pivotcache","pivotcaches","pivotreference","pivotreferences","pivottableselection","printoptions","protectedrange","protectedranges","protection","rid","rawooxml","reference","relationship","richtext","richtextrun","rootrelationships","row","runproperties","scenario","scenarios","selection","sharedstringstable","sheet","sheetcalculationproperties","sheetdata","sheets","smarttagproperties","smarttagtype","smarttagtypes","smarttags","sortcondition","sortstate","sqref","stop","stringnode","stringvalue","stylesheet","tableparts","tablestyle","tablestyles","text","theme","themeelements","top10","variant","vector","vectorvalue","webpublishobject","webpublishobjects","webpublishingitem","webpublishingitems","webpublishingproperties","workbook","workbookproperties","workbookprotection","workbookrelationships","workbookview","workbookviews","worksheet","worksheetdimensions","worksheetformatproperties","worksheetproperties","worksheetprotection","worksheetview","worksheetviews","writer","contenttypeswriter","corewriter","genericwriter","styleswriter","themewriter","workbookwriter","xf","==()","==()","==()","[]()","[]()","[]()","add()","add_cell()","add_part_title()","add_row()","add_to_zip()","add_to_zip()","add_worksheet()","before_write_xml()","before_write_xml()","before_write_xml()","before_write_xml()","binary()","border_bottom()","border_diagonal()","border_left()","border_right()","border_top()","borders()","cell_xfs()","change_border_bottom()","change_border_diagonal()","change_border_left()","change_border_right()","change_border_top()","change_column_bold()","change_column_border_bottom()","change_column_border_diagonal()","change_column_border_left()","change_column_border_right()","change_column_border_top()","change_column_fill()","change_column_font_color()","change_column_font_name()","change_column_font_size()","change_column_horizontal_alignment()","change_column_italics()","change_column_strikethrough()","change_column_underline()","change_column_vertical_alignment()","change_column_width()","change_contents()","change_fill()","change_font_bold()","change_font_color()","change_font_italics()","change_font_name()","change_font_size()","change_font_strikethrough()","change_font_underline()","change_horizontal_alignment()","change_row_bold()","change_row_border_bottom()","change_row_border_diagonal()","change_row_border_left()","change_row_border_right()","change_row_border_top()","change_row_fill()","change_row_font_color()","change_row_font_name()","change_row_font_size()","change_row_height()","change_row_horizontal_alignment()","change_row_italics()","change_row_strikethrough()","change_row_underline()","change_row_vertical_alignment()","change_text_wrap()","change_vertical_alignment()","column()","column=()","cover?()","data_only()","date_to_num()","define_attribute()","define_child_node()","define_element_name()","delete_cell()","delete_column()","delete_column()","delete_row()","document_relationship()","each()","each()","empty?()","extract_data()","filepath()","filepath()","filepath()","filepath()","filepath()","filepath()","filepath()","filepath()","filepath()","fill_color()","fills()","find()","find_by_format_id()","find_by_rid()","first_col()","first_row()","font_color()","font_name()","font_size()","fonts()","get_column_border_bottom()","get_column_border_diagonal()","get_column_border_left()","get_column_border_right()","get_column_border_top()","get_column_fill()","get_column_font_color()","get_column_font_name()","get_column_font_size()","get_column_horizontal_alignment()","get_column_vertical_alignment()","get_column_width()","get_fill_color()","get_index()","get_name()","get_range()","get_rgb_color()","get_row_border_bottom()","get_row_border_diagonal()","get_row_border_left()","get_row_border_right()","get_row_border_top()","get_row_fill()","get_row_font_color()","get_row_font_name()","get_row_font_size()","get_row_height()","get_row_horizontal_alignment()","get_row_vertical_alignment()","get_size()","get_table()","horizontal_alignment()","include?()","ind2ref()","index_in_collection()","insert_cell()","insert_column()","insert_column()","insert_column()","insert_row()","inspect()","inspect()","is_bold()","is_bolded()","is_column_bolded()","is_column_italicized()","is_column_struckthrough()","is_column_underlined()","is_date?()","is_date_format?()","is_italic()","is_italicized()","is_row_bolded()","is_row_italicized()","is_row_struckthrough()","is_row_underlined()","is_strikethrough()","is_struckthrough()","is_underlined()","is_underlined()","last_col()","last_row()","load_dir()","load_file()","merge_cells()","metadata_relationship()","modify_alignment()","modify_border()","modify_fill()","modify_text_wrap()","new()","new()","new()","new()","new()","new()","new()","new()","num_to_date()","number_format()","obtain_class_variable()","ooxml_object()","ooxml_object()","parse()","parse()","parse()","parse()","parse()","raw_value()","raw_value=()","ref2ind()","register_new_fill()","register_new_font()","register_new_xf()","render_xml()","row()","row=()","set_bold()","set_countable()","set_italic()","set_name()","set_rgb_color()","set_size()","set_strikethrough()","set_underline()","single_cell?()","text_wrap()","to_s()","to_s()","to_s()","validate_color()","value()","vertical_alignment()","workbook()","write()","write()","write()","write()","write()","write()","write_xml()","write_xml()","readme"],"longSearchIndex":["rubyxl","rubyxl::aextensionstoragearea","rubyxl::alignment","rubyxl::alternatecontent","rubyxl::autofilter","rubyxl::autofiltercolumn","rubyxl::booleannode","rubyxl::booleanvalue","rubyxl::border","rubyxl::borderedge","rubyxl::borders","rubyxl::break","rubyxl::breaklist","rubyxl::calculationchain","rubyxl::calculationchaincell","rubyxl::calculationproperties","rubyxl::cell","rubyxl::cellsmarttag","rubyxl::cellsmarttagproperty","rubyxl::cellsmarttags","rubyxl::cellstyle","rubyxl::cellstylexfs","rubyxl::cellstyles","rubyxl::cellvalue","rubyxl::cellwatch","rubyxl::cellwatches","rubyxl::cellxfs","rubyxl::chartsheet","rubyxl::chartsheetpagesetup","rubyxl::chartsheetproperties","rubyxl::chartsheetprotection","rubyxl::chartsheetview","rubyxl::chartsheetviews","rubyxl::color","rubyxl::colorfilter","rubyxl::colorscale","rubyxl::colorscheme","rubyxl::colorset","rubyxl::colors","rubyxl::columnrange","rubyxl::columnranges","rubyxl::conditionalformatvalue","rubyxl::conditionalformatting","rubyxl::conditionalformattingrule","rubyxl::customfilter","rubyxl::customfilters","rubyxl::customproperties","rubyxl::customproperty","rubyxl::customsheetview","rubyxl::customsheetviews","rubyxl::customworkbookview","rubyxl::customworkbookviews","rubyxl::dxf","rubyxl::dxfs","rubyxl::databar","rubyxl::dataconsolidate","rubyxl::dataconsolidationreference","rubyxl::dataconsolidationreferences","rubyxl::datavalidation","rubyxl::datavalidations","rubyxl::dategroupitem","rubyxl::definedname","rubyxl::definednames","rubyxl::documentproperties","rubyxl::dynamicfilter","rubyxl::embeddedcontrol","rubyxl::embeddedcontrols","rubyxl::extension","rubyxl::extensionstoragearea","rubyxl::externalreference","rubyxl::externalreferences","rubyxl::fielditem","rubyxl::filerecoveryproperties","rubyxl::filesharing","rubyxl::fileversion","rubyxl::fill","rubyxl::fills","rubyxl::filtercontainer","rubyxl::floatnode","rubyxl::floatvalue","rubyxl::font","rubyxl::fontscheme","rubyxl::fonts","rubyxl::formatscheme","rubyxl::formula","rubyxl::functiongroup","rubyxl::functiongroups","rubyxl::genericstorage","rubyxl::gradientfill","rubyxl::headerfootersettings","rubyxl::hyperlink","rubyxl::hyperlinks","rubyxl::iconfilter","rubyxl::iconset","rubyxl::ignorederror","rubyxl::ignorederrors","rubyxl::indexedcolors","rubyxl::inputcells","rubyxl::integernode","rubyxl::integervalue","rubyxl::legacycell","rubyxl::legacyworkbook","rubyxl::legacyworksheet","rubyxl::mrucolors","rubyxl::mergedcell","rubyxl::mergedcells","rubyxl::numfmt","rubyxl::numberformat","rubyxl::numberformats","rubyxl::oleobject","rubyxl::oleobjects","rubyxl::olesize","rubyxl::ooxmlcontainerobject","rubyxl::ooxmlobject","rubyxl::ooxmlobjectclassmethods","rubyxl::ooxmlobjectinstancemethods","rubyxl::ooxmlrelationshipsfile","rubyxl::ooxmltoplevelobject","rubyxl::outlineproperties","rubyxl::pagemargins","rubyxl::pagesetup","rubyxl::pagesetupproperties","rubyxl::pane","rubyxl::parser","rubyxl::patternfill","rubyxl::phoneticproperties","rubyxl::phoneticrun","rubyxl::pivotarea","rubyxl::pivotcache","rubyxl::pivotcaches","rubyxl::pivotreference","rubyxl::pivotreferences","rubyxl::pivottableselection","rubyxl::printoptions","rubyxl::protectedrange","rubyxl::protectedranges","rubyxl::protection","rubyxl::rid","rubyxl::rawooxml","rubyxl::reference","rubyxl::relationship","rubyxl::richtext","rubyxl::richtextrun","rubyxl::rootrelationships","rubyxl::row","rubyxl::runproperties","rubyxl::scenario","rubyxl::scenarios","rubyxl::selection","rubyxl::sharedstringstable","rubyxl::sheet","rubyxl::sheetcalculationproperties","rubyxl::sheetdata","rubyxl::sheets","rubyxl::smarttagproperties","rubyxl::smarttagtype","rubyxl::smarttagtypes","rubyxl::smarttags","rubyxl::sortcondition","rubyxl::sortstate","rubyxl::sqref","rubyxl::stop","rubyxl::stringnode","rubyxl::stringvalue","rubyxl::stylesheet","rubyxl::tableparts","rubyxl::tablestyle","rubyxl::tablestyles","rubyxl::text","rubyxl::theme","rubyxl::themeelements","rubyxl::top10","rubyxl::variant","rubyxl::vector","rubyxl::vectorvalue","rubyxl::webpublishobject","rubyxl::webpublishobjects","rubyxl::webpublishingitem","rubyxl::webpublishingitems","rubyxl::webpublishingproperties","rubyxl::workbook","rubyxl::workbookproperties","rubyxl::workbookprotection","rubyxl::workbookrelationships","rubyxl::workbookview","rubyxl::workbookviews","rubyxl::worksheet","rubyxl::worksheetdimensions","rubyxl::worksheetformatproperties","rubyxl::worksheetproperties","rubyxl::worksheetprotection","rubyxl::worksheetview","rubyxl::worksheetviews","rubyxl::writer","rubyxl::writer::contenttypeswriter","rubyxl::writer::corewriter","rubyxl::writer::genericwriter","rubyxl::writer::styleswriter","rubyxl::writer::themewriter","rubyxl::writer::workbookwriter","rubyxl::xf","rubyxl::borderedge#==()","rubyxl::font#==()","rubyxl::reference#==()","rubyxl::legacyworkbook#[]()","rubyxl::legacyworksheet#[]()","rubyxl::sharedstringstable#[]()","rubyxl::sharedstringstable#add()","rubyxl::legacyworksheet#add_cell()","rubyxl::documentproperties#add_part_title()","rubyxl::legacyworksheet#add_row()","rubyxl::genericstorage#add_to_zip()","rubyxl::writer::genericwriter#add_to_zip()","rubyxl::legacyworkbook#add_worksheet()","rubyxl::columnranges#before_write_xml()","rubyxl::documentproperties#before_write_xml()","rubyxl::sharedstringstable#before_write_xml()","rubyxl::text#before_write_xml()","rubyxl::genericstorage#binary()","rubyxl::legacycell#border_bottom()","rubyxl::legacycell#border_diagonal()","rubyxl::legacycell#border_left()","rubyxl::legacycell#border_right()","rubyxl::legacycell#border_top()","rubyxl::legacyworkbook#borders()","rubyxl::legacyworkbook#cell_xfs()","rubyxl::legacycell#change_border_bottom()","rubyxl::legacycell#change_border_diagonal()","rubyxl::legacycell#change_border_left()","rubyxl::legacycell#change_border_right()","rubyxl::legacycell#change_border_top()","rubyxl::legacyworksheet#change_column_bold()","rubyxl::legacyworksheet#change_column_border_bottom()","rubyxl::legacyworksheet#change_column_border_diagonal()","rubyxl::legacyworksheet#change_column_border_left()","rubyxl::legacyworksheet#change_column_border_right()","rubyxl::legacyworksheet#change_column_border_top()","rubyxl::legacyworksheet#change_column_fill()","rubyxl::legacyworksheet#change_column_font_color()","rubyxl::legacyworksheet#change_column_font_name()","rubyxl::legacyworksheet#change_column_font_size()","rubyxl::legacyworksheet#change_column_horizontal_alignment()","rubyxl::legacyworksheet#change_column_italics()","rubyxl::legacyworksheet#change_column_strikethrough()","rubyxl::legacyworksheet#change_column_underline()","rubyxl::legacyworksheet#change_column_vertical_alignment()","rubyxl::legacyworksheet#change_column_width()","rubyxl::legacycell#change_contents()","rubyxl::legacycell#change_fill()","rubyxl::legacycell#change_font_bold()","rubyxl::legacycell#change_font_color()","rubyxl::legacycell#change_font_italics()","rubyxl::legacycell#change_font_name()","rubyxl::legacycell#change_font_size()","rubyxl::legacycell#change_font_strikethrough()","rubyxl::legacycell#change_font_underline()","rubyxl::legacycell#change_horizontal_alignment()","rubyxl::legacyworksheet#change_row_bold()","rubyxl::legacyworksheet#change_row_border_bottom()","rubyxl::legacyworksheet#change_row_border_diagonal()","rubyxl::legacyworksheet#change_row_border_left()","rubyxl::legacyworksheet#change_row_border_right()","rubyxl::legacyworksheet#change_row_border_top()","rubyxl::legacyworksheet#change_row_fill()","rubyxl::legacyworksheet#change_row_font_color()","rubyxl::legacyworksheet#change_row_font_name()","rubyxl::legacyworksheet#change_row_font_size()","rubyxl::legacyworksheet#change_row_height()","rubyxl::legacyworksheet#change_row_horizontal_alignment()","rubyxl::legacyworksheet#change_row_italics()","rubyxl::legacyworksheet#change_row_strikethrough()","rubyxl::legacyworksheet#change_row_underline()","rubyxl::legacyworksheet#change_row_vertical_alignment()","rubyxl::legacycell#change_text_wrap()","rubyxl::legacycell#change_vertical_alignment()","rubyxl::cell#column()","rubyxl::cell#column=()","rubyxl::reference#cover?()","rubyxl::parser#data_only()","rubyxl::legacyworkbook#date_to_num()","rubyxl::ooxmlobjectclassmethods#define_attribute()","rubyxl::ooxmlobjectclassmethods#define_child_node()","rubyxl::ooxmlobjectclassmethods#define_element_name()","rubyxl::legacyworksheet#delete_cell()","rubyxl::columnrange#delete_column()","rubyxl::legacyworksheet#delete_column()","rubyxl::legacyworksheet#delete_row()","rubyxl::ooxmlrelationshipsfile#document_relationship()","rubyxl::legacyworkbook#each()","rubyxl::legacyworksheet#each()","rubyxl::sharedstringstable#empty?()","rubyxl::legacyworksheet#extract_data()","rubyxl::calculationchain::filepath()","rubyxl::documentproperties::filepath()","rubyxl::sharedstringstable::filepath()","rubyxl::writer::contenttypeswriter#filepath()","rubyxl::writer::corewriter#filepath()","rubyxl::writer::genericwriter#filepath()","rubyxl::writer::styleswriter#filepath()","rubyxl::writer::themewriter#filepath()","rubyxl::writer::workbookwriter#filepath()","rubyxl::legacycell#fill_color()","rubyxl::legacyworkbook#fills()","rubyxl::columnranges#find()","rubyxl::numberformats#find_by_format_id()","rubyxl::ooxmlrelationshipsfile#find_by_rid()","rubyxl::reference#first_col()","rubyxl::reference#first_row()","rubyxl::legacycell#font_color()","rubyxl::legacycell#font_name()","rubyxl::legacycell#font_size()","rubyxl::legacyworkbook#fonts()","rubyxl::legacyworksheet#get_column_border_bottom()","rubyxl::legacyworksheet#get_column_border_diagonal()","rubyxl::legacyworksheet#get_column_border_left()","rubyxl::legacyworksheet#get_column_border_right()","rubyxl::legacyworksheet#get_column_border_top()","rubyxl::legacyworksheet#get_column_fill()","rubyxl::legacyworksheet#get_column_font_color()","rubyxl::legacyworksheet#get_column_font_name()","rubyxl::legacyworksheet#get_column_font_size()","rubyxl::legacyworksheet#get_column_horizontal_alignment()","rubyxl::legacyworksheet#get_column_vertical_alignment()","rubyxl::legacyworksheet#get_column_width()","rubyxl::legacyworkbook#get_fill_color()","rubyxl::sharedstringstable#get_index()","rubyxl::font#get_name()","rubyxl::columnranges#get_range()","rubyxl::font#get_rgb_color()","rubyxl::legacyworksheet#get_row_border_bottom()","rubyxl::legacyworksheet#get_row_border_diagonal()","rubyxl::legacyworksheet#get_row_border_left()","rubyxl::legacyworksheet#get_row_border_right()","rubyxl::legacyworksheet#get_row_border_top()","rubyxl::legacyworksheet#get_row_fill()","rubyxl::legacyworksheet#get_row_font_color()","rubyxl::legacyworksheet#get_row_font_name()","rubyxl::legacyworksheet#get_row_font_size()","rubyxl::legacyworksheet#get_row_height()","rubyxl::legacyworksheet#get_row_horizontal_alignment()","rubyxl::legacyworksheet#get_row_vertical_alignment()","rubyxl::font#get_size()","rubyxl::legacyworksheet#get_table()","rubyxl::legacycell#horizontal_alignment()","rubyxl::columnrange#include?()","rubyxl::reference::ind2ref()","rubyxl::cell#index_in_collection()","rubyxl::legacyworksheet#insert_cell()","rubyxl::columnrange#insert_column()","rubyxl::columnranges#insert_column()","rubyxl::legacyworksheet#insert_column()","rubyxl::legacyworksheet#insert_row()","rubyxl::legacycell#inspect()","rubyxl::reference#inspect()","rubyxl::font#is_bold()","rubyxl::legacycell#is_bolded()","rubyxl::legacyworksheet#is_column_bolded()","rubyxl::legacyworksheet#is_column_italicized()","rubyxl::legacyworksheet#is_column_struckthrough()","rubyxl::legacyworksheet#is_column_underlined()","rubyxl::cell#is_date?()","rubyxl::numberformat#is_date_format?()","rubyxl::font#is_italic()","rubyxl::legacycell#is_italicized()","rubyxl::legacyworksheet#is_row_bolded()","rubyxl::legacyworksheet#is_row_italicized()","rubyxl::legacyworksheet#is_row_struckthrough()","rubyxl::legacyworksheet#is_row_underlined()","rubyxl::font#is_strikethrough()","rubyxl::legacycell#is_struckthrough()","rubyxl::font#is_underlined()","rubyxl::legacycell#is_underlined()","rubyxl::reference#last_col()","rubyxl::reference#last_row()","rubyxl::genericstorage#load_dir()","rubyxl::genericstorage#load_file()","rubyxl::legacyworksheet#merge_cells()","rubyxl::ooxmlrelationshipsfile#metadata_relationship()","rubyxl::legacyworkbook#modify_alignment()","rubyxl::legacyworkbook#modify_border()","rubyxl::legacyworkbook#modify_fill()","rubyxl::legacyworkbook#modify_text_wrap()","rubyxl::genericstorage::new()","rubyxl::legacyworkbook::new()","rubyxl::legacyworksheet::new()","rubyxl::parser::new()","rubyxl::reference::new()","rubyxl::sharedstringstable::new()","rubyxl::sqref::new()","rubyxl::writer::genericwriter::new()","rubyxl::legacyworkbook#num_to_date()","rubyxl::cell#number_format()","rubyxl::ooxmlobjectclassmethods#obtain_class_variable()","rubyxl::writer::genericwriter#ooxml_object()","rubyxl::writer::styleswriter#ooxml_object()","rubyxl::extension::parse()","rubyxl::ooxmlobjectclassmethods#parse()","rubyxl::parser::parse()","rubyxl::parser#parse()","rubyxl::rawooxml::parse()","rubyxl::cell#raw_value()","rubyxl::cell#raw_value=()","rubyxl::reference::ref2ind()","rubyxl::legacyworkbook#register_new_fill()","rubyxl::legacyworkbook#register_new_font()","rubyxl::legacyworkbook#register_new_xf()","rubyxl::writer::genericwriter#render_xml()","rubyxl::cell#row()","rubyxl::cell#row=()","rubyxl::font#set_bold()","rubyxl::ooxmlobjectclassmethods#set_countable()","rubyxl::font#set_italic()","rubyxl::font#set_name()","rubyxl::font#set_rgb_color()","rubyxl::font#set_size()","rubyxl::font#set_strikethrough()","rubyxl::font#set_underline()","rubyxl::reference#single_cell?()","rubyxl::legacycell#text_wrap()","rubyxl::reference#to_s()","rubyxl::sqref#to_s()","rubyxl::text#to_s()","rubyxl::color::validate_color()","rubyxl::cell#value()","rubyxl::legacycell#vertical_alignment()","rubyxl::legacycell#workbook()","rubyxl::legacyworkbook#write()","rubyxl::writer::contenttypeswriter#write()","rubyxl::writer::corewriter#write()","rubyxl::writer::genericwriter#write()","rubyxl::writer::themewriter#write()","rubyxl::writer::workbookwriter#write()","rubyxl::extension#write_xml()","rubyxl::rawooxml#write_xml()",""],"info":[["RubyXL","","RubyXL.html","",""],["RubyXL::AExtensionStorageArea","","RubyXL/AExtensionStorageArea.html","",""],["RubyXL::Alignment","","RubyXL/Alignment.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_alignment-1.html\n"],["RubyXL::AlternateContent","","RubyXL/AlternateContent.html","",""],["RubyXL::AutoFilter","","RubyXL/AutoFilter.html","",""],["RubyXL::AutoFilterColumn","","RubyXL/AutoFilterColumn.html","",""],["RubyXL::BooleanNode","","RubyXL/BooleanNode.html","",""],["RubyXL::BooleanValue","","RubyXL/BooleanValue.html","",""],["RubyXL::Border","","RubyXL/Border.html","",""],["RubyXL::BorderEdge","","RubyXL/BorderEdge.html","",""],["RubyXL::Borders","","RubyXL/Borders.html","",""],["RubyXL::Break","","RubyXL/Break.html","",""],["RubyXL::BreakList","","RubyXL/BreakList.html","",""],["RubyXL::CalculationChain","","RubyXL/CalculationChain.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_calcChain.html\n"],["RubyXL::CalculationChainCell","","RubyXL/CalculationChainCell.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_c-1.html\n"],["RubyXL::CalculationProperties","","RubyXL/CalculationProperties.html","",""],["RubyXL::Cell","","RubyXL/Cell.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_c-2.html\n"],["RubyXL::CellSmartTag","","RubyXL/CellSmartTag.html","",""],["RubyXL::CellSmartTagProperty","","RubyXL/CellSmartTagProperty.html","",""],["RubyXL::CellSmartTags","","RubyXL/CellSmartTags.html","",""],["RubyXL::CellStyle","","RubyXL/CellStyle.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_cellStyle-1.html\n"],["RubyXL::CellStyleXFs","","RubyXL/CellStyleXFs.html","",""],["RubyXL::CellStyles","","RubyXL/CellStyles.html","",""],["RubyXL::CellValue","","RubyXL/CellValue.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_v-1.html\n"],["RubyXL::CellWatch","","RubyXL/CellWatch.html","",""],["RubyXL::CellWatches","","RubyXL/CellWatches.html","",""],["RubyXL::CellXFs","","RubyXL/CellXFs.html","",""],["RubyXL::Chartsheet","","RubyXL/Chartsheet.html","",""],["RubyXL::ChartsheetPageSetup","","RubyXL/ChartsheetPageSetup.html","",""],["RubyXL::ChartsheetProperties","","RubyXL/ChartsheetProperties.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_sheetPr-4.html\n"],["RubyXL::ChartsheetProtection","","RubyXL/ChartsheetProtection.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_sheetProtection-4.html\n"],["RubyXL::ChartsheetView","","RubyXL/ChartsheetView.html","",""],["RubyXL::ChartsheetViews","","RubyXL/ChartsheetViews.html","",""],["RubyXL::Color","","RubyXL/Color.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_color-4.html\n"],["RubyXL::ColorFilter","","RubyXL/ColorFilter.html","",""],["RubyXL::ColorScale","","RubyXL/ColorScale.html","",""],["RubyXL::ColorScheme","","RubyXL/ColorScheme.html","",""],["RubyXL::ColorSet","","RubyXL/ColorSet.html","",""],["RubyXL::Colors","","RubyXL/Colors.html","",""],["RubyXL::ColumnRange","","RubyXL/ColumnRange.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_col-1.html\n"],["RubyXL::ColumnRanges","","RubyXL/ColumnRanges.html","",""],["RubyXL::ConditionalFormatValue","","RubyXL/ConditionalFormatValue.html","",""],["RubyXL::ConditionalFormatting","","RubyXL/ConditionalFormatting.html","",""],["RubyXL::ConditionalFormattingRule","","RubyXL/ConditionalFormattingRule.html","",""],["RubyXL::CustomFilter","","RubyXL/CustomFilter.html","",""],["RubyXL::CustomFilters","","RubyXL/CustomFilters.html","",""],["RubyXL::CustomProperties","","RubyXL/CustomProperties.html","",""],["RubyXL::CustomProperty","","RubyXL/CustomProperty.html","",""],["RubyXL::CustomSheetView","","RubyXL/CustomSheetView.html","",""],["RubyXL::CustomSheetViews","","RubyXL/CustomSheetViews.html","",""],["RubyXL::CustomWorkbookView","","RubyXL/CustomWorkbookView.html","",""],["RubyXL::CustomWorkbookViews","","RubyXL/CustomWorkbookViews.html","",""],["RubyXL::DXF","","RubyXL/DXF.html","",""],["RubyXL::DXFs","","RubyXL/DXFs.html","",""],["RubyXL::DataBar","","RubyXL/DataBar.html","",""],["RubyXL::DataConsolidate","","RubyXL/DataConsolidate.html","",""],["RubyXL::DataConsolidationReference","","RubyXL/DataConsolidationReference.html","",""],["RubyXL::DataConsolidationReferences","","RubyXL/DataConsolidationReferences.html","",""],["RubyXL::DataValidation","","RubyXL/DataValidation.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_dataValidation-1.html\n"],["RubyXL::DataValidations","","RubyXL/DataValidations.html","",""],["RubyXL::DateGroupItem","","RubyXL/DateGroupItem.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_dateGroupItem-1.html\n"],["RubyXL::DefinedName","","RubyXL/DefinedName.html","",""],["RubyXL::DefinedNames","","RubyXL/DefinedNames.html","",""],["RubyXL::DocumentProperties","","RubyXL/DocumentProperties.html","","<p>www.schemacentral.com/sc/ooxml/e-extended-properties_Properties.html\n"],["RubyXL::DynamicFilter","","RubyXL/DynamicFilter.html","",""],["RubyXL::EmbeddedControl","","RubyXL/EmbeddedControl.html","",""],["RubyXL::EmbeddedControls","","RubyXL/EmbeddedControls.html","",""],["RubyXL::Extension","","RubyXL/Extension.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_ext-1.html\n<p>www.schemacentral.com/sc/ooxml/e-a_ext-1.html\n"],["RubyXL::ExtensionStorageArea","","RubyXL/ExtensionStorageArea.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_extLst-1.html\n"],["RubyXL::ExternalReference","","RubyXL/ExternalReference.html","",""],["RubyXL::ExternalReferences","","RubyXL/ExternalReferences.html","",""],["RubyXL::FieldItem","","RubyXL/FieldItem.html","",""],["RubyXL::FileRecoveryProperties","","RubyXL/FileRecoveryProperties.html","",""],["RubyXL::FileSharing","","RubyXL/FileSharing.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_fileSharing-1.html\n"],["RubyXL::FileVersion","","RubyXL/FileVersion.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_fileVersion-1.html\n"],["RubyXL::Fill","","RubyXL/Fill.html","",""],["RubyXL::Fills","","RubyXL/Fills.html","",""],["RubyXL::FilterContainer","","RubyXL/FilterContainer.html","",""],["RubyXL::FloatNode","","RubyXL/FloatNode.html","",""],["RubyXL::FloatValue","","RubyXL/FloatValue.html","",""],["RubyXL::Font","","RubyXL/Font.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_font-1.html\n"],["RubyXL::FontScheme","","RubyXL/FontScheme.html","",""],["RubyXL::Fonts","","RubyXL/Fonts.html","",""],["RubyXL::FormatScheme","","RubyXL/FormatScheme.html","",""],["RubyXL::Formula","","RubyXL/Formula.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_f-1.html\n"],["RubyXL::FunctionGroup","","RubyXL/FunctionGroup.html","",""],["RubyXL::FunctionGroups","","RubyXL/FunctionGroups.html","",""],["RubyXL::GenericStorage","","RubyXL/GenericStorage.html","",""],["RubyXL::GradientFill","","RubyXL/GradientFill.html","",""],["RubyXL::HeaderFooterSettings","","RubyXL/HeaderFooterSettings.html","",""],["RubyXL::Hyperlink","","RubyXL/Hyperlink.html","",""],["RubyXL::Hyperlinks","","RubyXL/Hyperlinks.html","",""],["RubyXL::IconFilter","","RubyXL/IconFilter.html","",""],["RubyXL::IconSet","","RubyXL/IconSet.html","",""],["RubyXL::IgnoredError","","RubyXL/IgnoredError.html","",""],["RubyXL::IgnoredErrors","","RubyXL/IgnoredErrors.html","",""],["RubyXL::IndexedColors","","RubyXL/IndexedColors.html","",""],["RubyXL::InputCells","","RubyXL/InputCells.html","",""],["RubyXL::IntegerNode","","RubyXL/IntegerNode.html","",""],["RubyXL::IntegerValue","","RubyXL/IntegerValue.html","",""],["RubyXL::LegacyCell","","RubyXL/LegacyCell.html","",""],["RubyXL::LegacyWorkbook","","RubyXL/LegacyWorkbook.html","",""],["RubyXL::LegacyWorksheet","","RubyXL/LegacyWorksheet.html","",""],["RubyXL::MRUColors","","RubyXL/MRUColors.html","",""],["RubyXL::MergedCell","","RubyXL/MergedCell.html","",""],["RubyXL::MergedCells","","RubyXL/MergedCells.html","",""],["RubyXL::NumFmt","","RubyXL/NumFmt.html","",""],["RubyXL::NumberFormat","","RubyXL/NumberFormat.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_numFmt-1.html\n"],["RubyXL::NumberFormats","","RubyXL/NumberFormats.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_numFmts-1.html\n"],["RubyXL::OLEObject","","RubyXL/OLEObject.html","",""],["RubyXL::OLEObjects","","RubyXL/OLEObjects.html","",""],["RubyXL::OLESize","","RubyXL/OLESize.html","",""],["RubyXL::OOXMLContainerObject","","RubyXL/OOXMLContainerObject.html","",""],["RubyXL::OOXMLObject","","RubyXL/OOXMLObject.html","",""],["RubyXL::OOXMLObjectClassMethods","","RubyXL/OOXMLObjectClassMethods.html","",""],["RubyXL::OOXMLObjectInstanceMethods","","RubyXL/OOXMLObjectInstanceMethods.html","",""],["RubyXL::OOXMLRelationshipsFile","","RubyXL/OOXMLRelationshipsFile.html","",""],["RubyXL::OOXMLTopLevelObject","","RubyXL/OOXMLTopLevelObject.html","",""],["RubyXL::OutlineProperties","","RubyXL/OutlineProperties.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_outlinePr-1.html\n"],["RubyXL::PageMargins","","RubyXL/PageMargins.html","",""],["RubyXL::PageSetup","","RubyXL/PageSetup.html","",""],["RubyXL::PageSetupProperties","","RubyXL/PageSetupProperties.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_pageSetUpPr-1.html\n"],["RubyXL::Pane","","RubyXL/Pane.html","",""],["RubyXL::Parser","","RubyXL/Parser.html","",""],["RubyXL::PatternFill","","RubyXL/PatternFill.html","",""],["RubyXL::PhoneticProperties","","RubyXL/PhoneticProperties.html","",""],["RubyXL::PhoneticRun","","RubyXL/PhoneticRun.html","",""],["RubyXL::PivotArea","","RubyXL/PivotArea.html","",""],["RubyXL::PivotCache","","RubyXL/PivotCache.html","",""],["RubyXL::PivotCaches","","RubyXL/PivotCaches.html","",""],["RubyXL::PivotReference","","RubyXL/PivotReference.html","",""],["RubyXL::PivotReferences","","RubyXL/PivotReferences.html","",""],["RubyXL::PivotTableSelection","","RubyXL/PivotTableSelection.html","",""],["RubyXL::PrintOptions","","RubyXL/PrintOptions.html","",""],["RubyXL::ProtectedRange","","RubyXL/ProtectedRange.html","",""],["RubyXL::ProtectedRanges","","RubyXL/ProtectedRanges.html","",""],["RubyXL::Protection","","RubyXL/Protection.html","",""],["RubyXL::RID","","RubyXL/RID.html","",""],["RubyXL::RawOOXML","","RubyXL/RawOOXML.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_ext-1.html\n"],["RubyXL::Reference","","RubyXL/Reference.html","",""],["RubyXL::Relationship","","RubyXL/Relationship.html","",""],["RubyXL::RichText","","RubyXL/RichText.html","",""],["RubyXL::RichTextRun","","RubyXL/RichTextRun.html","",""],["RubyXL::RootRelationships","","RubyXL/RootRelationships.html","",""],["RubyXL::Row","","RubyXL/Row.html","",""],["RubyXL::RunProperties","","RubyXL/RunProperties.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_rPr-1.html\n"],["RubyXL::Scenario","","RubyXL/Scenario.html","",""],["RubyXL::Scenarios","","RubyXL/Scenarios.html","",""],["RubyXL::Selection","","RubyXL/Selection.html","",""],["RubyXL::SharedStringsTable","","RubyXL/SharedStringsTable.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_sst.html\n"],["RubyXL::Sheet","","RubyXL/Sheet.html","",""],["RubyXL::SheetCalculationProperties","","RubyXL/SheetCalculationProperties.html","",""],["RubyXL::SheetData","","RubyXL/SheetData.html","",""],["RubyXL::Sheets","","RubyXL/Sheets.html","",""],["RubyXL::SmartTagProperties","","RubyXL/SmartTagProperties.html","",""],["RubyXL::SmartTagType","","RubyXL/SmartTagType.html","",""],["RubyXL::SmartTagTypes","","RubyXL/SmartTagTypes.html","",""],["RubyXL::SmartTags","","RubyXL/SmartTags.html","",""],["RubyXL::SortCondition","","RubyXL/SortCondition.html","",""],["RubyXL::SortState","","RubyXL/SortState.html","",""],["RubyXL::Sqref","","RubyXL/Sqref.html","",""],["RubyXL::Stop","","RubyXL/Stop.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_gradientFill-1.html\n"],["RubyXL::StringNode","","RubyXL/StringNode.html","",""],["RubyXL::StringValue","","RubyXL/StringValue.html","",""],["RubyXL::Stylesheet","","RubyXL/Stylesheet.html","",""],["RubyXL::TableParts","","RubyXL/TableParts.html","",""],["RubyXL::TableStyle","","RubyXL/TableStyle.html","",""],["RubyXL::TableStyles","","RubyXL/TableStyles.html","",""],["RubyXL::Text","","RubyXL/Text.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_t-1.html\n"],["RubyXL::Theme","","RubyXL/Theme.html","",""],["RubyXL::ThemeElements","","RubyXL/ThemeElements.html","",""],["RubyXL::Top10","","RubyXL/Top10.html","",""],["RubyXL::Variant","","RubyXL/Variant.html","","<p>www.schemacentral.com/sc/ooxml/e-docPropsVTypes_variant.html\n"],["RubyXL::Vector","","RubyXL/Vector.html","",""],["RubyXL::VectorValue","","RubyXL/VectorValue.html","",""],["RubyXL::WebPublishObject","","RubyXL/WebPublishObject.html","",""],["RubyXL::WebPublishObjects","","RubyXL/WebPublishObjects.html","",""],["RubyXL::WebPublishingItem","","RubyXL/WebPublishingItem.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_webPublishItem-1.html\n"],["RubyXL::WebPublishingItems","","RubyXL/WebPublishingItems.html","",""],["RubyXL::WebPublishingProperties","","RubyXL/WebPublishingProperties.html","",""],["RubyXL::Workbook","","RubyXL/Workbook.html","",""],["RubyXL::WorkbookProperties","","RubyXL/WorkbookProperties.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_workbookPr-1.html\n"],["RubyXL::WorkbookProtection","","RubyXL/WorkbookProtection.html","",""],["RubyXL::WorkbookRelationships","","RubyXL/WorkbookRelationships.html","",""],["RubyXL::WorkbookView","","RubyXL/WorkbookView.html","",""],["RubyXL::WorkbookViews","","RubyXL/WorkbookViews.html","",""],["RubyXL::Worksheet","","RubyXL/Worksheet.html","",""],["RubyXL::WorksheetDimensions","","RubyXL/WorksheetDimensions.html","",""],["RubyXL::WorksheetFormatProperties","","RubyXL/WorksheetFormatProperties.html","",""],["RubyXL::WorksheetProperties","","RubyXL/WorksheetProperties.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_sheetPr-3.html\n"],["RubyXL::WorksheetProtection","","RubyXL/WorksheetProtection.html","",""],["RubyXL::WorksheetView","","RubyXL/WorksheetView.html","",""],["RubyXL::WorksheetViews","","RubyXL/WorksheetViews.html","",""],["RubyXL::Writer","","RubyXL/Writer.html","",""],["RubyXL::Writer::ContentTypesWriter","","RubyXL/Writer/ContentTypesWriter.html","",""],["RubyXL::Writer::CoreWriter","","RubyXL/Writer/CoreWriter.html","",""],["RubyXL::Writer::GenericWriter","","RubyXL/Writer/GenericWriter.html","",""],["RubyXL::Writer::StylesWriter","","RubyXL/Writer/StylesWriter.html","",""],["RubyXL::Writer::ThemeWriter","","RubyXL/Writer/ThemeWriter.html","",""],["RubyXL::Writer::WorkbookWriter","","RubyXL/Writer/WorkbookWriter.html","",""],["RubyXL::XF","","RubyXL/XF.html","",""],["==","RubyXL::BorderEdge","RubyXL/BorderEdge.html#method-i-3D-3D","(other)",""],["==","RubyXL::Font","RubyXL/Font.html#method-i-3D-3D","(other)",""],["==","RubyXL::Reference","RubyXL/Reference.html#method-i-3D-3D","(other)",""],["[]","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-5B-5D","(ind)","<p>Finds worksheet by its name or numerical index\n"],["[]","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-5B-5D","(row = 0)","<p>allows for easier access to sheet_data\n"],["[]","RubyXL::SharedStringsTable","RubyXL/SharedStringsTable.html#method-i-5B-5D","(index)",""],["add","RubyXL::SharedStringsTable","RubyXL/SharedStringsTable.html#method-i-add","(str, index = nil)",""],["add_cell","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-add_cell","(row = 0, column = 0, data = '', formula = nil, overwrite = true)",""],["add_part_title","RubyXL::DocumentProperties","RubyXL/DocumentProperties.html#method-i-add_part_title","(name)",""],["add_row","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-add_row","(row = 0, params = {})",""],["add_to_zip","RubyXL::GenericStorage","RubyXL/GenericStorage.html#method-i-add_to_zip","(zipfile)",""],["add_to_zip","RubyXL::Writer::GenericWriter","RubyXL/Writer/GenericWriter.html#method-i-add_to_zip","(zipfile)",""],["add_worksheet","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-add_worksheet","(name = nil)","<p>Create new simple worksheet and add it to the workbook worksheets\n<p>@param [String] The name for the new …\n"],["before_write_xml","RubyXL::ColumnRanges","RubyXL/ColumnRanges.html#method-i-before_write_xml","()",""],["before_write_xml","RubyXL::DocumentProperties","RubyXL/DocumentProperties.html#method-i-before_write_xml","()",""],["before_write_xml","RubyXL::SharedStringsTable","RubyXL/SharedStringsTable.html#method-i-before_write_xml","()",""],["before_write_xml","RubyXL::Text","RubyXL/Text.html#method-i-before_write_xml","()",""],["binary","RubyXL::GenericStorage","RubyXL/GenericStorage.html#method-i-binary","()",""],["border_bottom","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-border_bottom","()","<p>returns cell&#39;s bottom border\n"],["border_diagonal","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-border_diagonal","()","<p>returns cell&#39;s diagonal border\n"],["border_left","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-border_left","()","<p>returns cell&#39;s left border\n"],["border_right","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-border_right","()","<p>returns cell&#39;s right border\n"],["border_top","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-border_top","()","<p>returns cell&#39;s top border\n"],["borders","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-borders","()",""],["cell_xfs","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-cell_xfs","()",""],["change_border_bottom","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_border_bottom","(weight='thin')","<p>changes bottom border of cell\n"],["change_border_diagonal","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_border_diagonal","(weight='thin')","<p>changes diagonal border of cell\n"],["change_border_left","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_border_left","(weight='thin')","<p>changes left border of cell\n"],["change_border_right","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_border_right","(weight='thin')","<p>changes right border of cell\n"],["change_border_top","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_border_top","(weight='thin')","<p>changes top border of cell\n"],["change_column_bold","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_bold","(col = 0, bolded = false)",""],["change_column_border_bottom","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_border_bottom","(col=0,weight = 'thin')",""],["change_column_border_diagonal","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_border_diagonal","(col=0,weight = 'thin')",""],["change_column_border_left","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_border_left","(col=0,weight = 'thin')",""],["change_column_border_right","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_border_right","(col=0,weight = 'thin')",""],["change_column_border_top","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_border_top","(col=0,weight = 'thin')",""],["change_column_fill","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_fill","(column_index = 0, color_index='ffffff')",""],["change_column_font_color","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_font_color","(col=0, font_color='000000')","<p>Changes font color of column\n"],["change_column_font_name","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_font_name","(col = 0, font_name = 'Verdana')","<p>Changes font name of column\n"],["change_column_font_size","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_font_size","(col=0, font_size=10)","<p>Changes font size of column\n"],["change_column_horizontal_alignment","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_horizontal_alignment","(col=0,alignment='center')",""],["change_column_italics","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_italics","(col = 0, italicized = false)",""],["change_column_strikethrough","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_strikethrough","(col=0, struckthrough=false)",""],["change_column_underline","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_underline","(col = 0, underlined = false)",""],["change_column_vertical_alignment","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_vertical_alignment","(col=0,alignment='center')",""],["change_column_width","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_width","(column_index = 0, width = 13)",""],["change_contents","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_contents","(data, formula=nil)","<p>changes contents of cell, with formula option\n"],["change_fill","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_fill","(rgb='ffffff')","<p>changes fill color of cell\n"],["change_font_bold","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_font_bold","(bolded=false)","<p>Changes font bold settings of cell\n"],["change_font_color","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_font_color","(font_color='000000')","<p>Changes font color of cell\n"],["change_font_italics","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_font_italics","(italicized=false)","<p>Changes font italics settings of cell\n"],["change_font_name","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_font_name","(new_font_name = 'Verdana')","<p>Changes font name of cell\n"],["change_font_size","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_font_size","(font_size=10)","<p>Changes font size of cell\n"],["change_font_strikethrough","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_font_strikethrough","(struckthrough=false)",""],["change_font_underline","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_font_underline","(underlined=false)","<p>Changes font underline settings of cell\n"],["change_horizontal_alignment","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_horizontal_alignment","(alignment='center')","<p>changes horizontal alignment of cell\n"],["change_row_bold","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_bold","(row = 0, bolded = false)",""],["change_row_border_bottom","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_border_bottom","(row = 0, weight = 'thin')",""],["change_row_border_diagonal","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_border_diagonal","(row = 0, weight = 'thin')",""],["change_row_border_left","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_border_left","(row = 0, weight = 'thin')",""],["change_row_border_right","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_border_right","(row = 0, weight = 'thin')",""],["change_row_border_top","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_border_top","(row = 0, weight = 'thin')",""],["change_row_fill","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_fill","(row_index = 0, rgb = 'ffffff')","<p>changes color of fill in (zer0 indexed) row\n"],["change_row_font_color","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_font_color","(row = 0, font_color = '000000')",""],["change_row_font_name","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_font_name","(row = 0, font_name = 'Verdana')",""],["change_row_font_size","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_font_size","(row = 0, font_size=10)",""],["change_row_height","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_height","(row = 0, height=10)",""],["change_row_horizontal_alignment","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_horizontal_alignment","(row = 0,alignment='center')",""],["change_row_italics","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_italics","(row = 0, italicized = false)",""],["change_row_strikethrough","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_strikethrough","(row = 0, struckthrough=false)",""],["change_row_underline","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_underline","(row = 0, underlined=false)",""],["change_row_vertical_alignment","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_vertical_alignment","(row = 0,alignment='center')",""],["change_text_wrap","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_text_wrap","(wrap=false)","<p>changes wrap of cell\n"],["change_vertical_alignment","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_vertical_alignment","(alignment='center')","<p>changes vertical alignment of cell\n"],["column","RubyXL::Cell","RubyXL/Cell.html#method-i-column","()",""],["column=","RubyXL::Cell","RubyXL/Cell.html#method-i-column-3D","(v)",""],["cover?","RubyXL::Reference","RubyXL/Reference.html#method-i-cover-3F","(other)",""],["data_only","RubyXL::Parser","RubyXL/Parser.html#method-i-data_only","()",""],["date_to_num","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-date_to_num","(date)",""],["define_attribute","RubyXL::OOXMLObjectClassMethods","RubyXL/OOXMLObjectClassMethods.html#method-i-define_attribute","(attr_name, attr_type, extra_params = {})","<p>Defines an attribute of OOXML object.\n<p>Parameters\n<p><code>attribute_name</code> - Name of the element attribute as seen …\n"],["define_child_node","RubyXL::OOXMLObjectClassMethods","RubyXL/OOXMLObjectClassMethods.html#method-i-define_child_node","(klass, extra_params = {})","<p>Defines a child node of OOXML object.\n<p>Parameters\n<p><code>klass</code> - Class (descendant of RubyXL::OOXMLObject) of the …\n"],["define_element_name","RubyXL::OOXMLObjectClassMethods","RubyXL/OOXMLObjectClassMethods.html#method-i-define_element_name","(element_name)","<p>Defines the name of the element that represents the current OOXML object.\nShould only be used once per …\n"],["delete_cell","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-delete_cell","(row = 0, col=0, shift=nil)","<p>by default, only sets cell to nil if :left is specified, method will shift\nrow contents to the right …\n"],["delete_column","RubyXL::ColumnRange","RubyXL/ColumnRange.html#method-i-delete_column","(col_index)",""],["delete_column","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-delete_column","(column_index = 0)",""],["delete_row","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-delete_row","(row_index=0)",""],["document_relationship","RubyXL::OOXMLRelationshipsFile","RubyXL/OOXMLRelationshipsFile.html#method-i-document_relationship","(target, type)",""],["each","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-each","()",""],["each","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-each","()",""],["empty?","RubyXL::SharedStringsTable","RubyXL/SharedStringsTable.html#method-i-empty-3F","()",""],["extract_data","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-extract_data","(args = {})","<p>returns 2d array of just the cell values (without style or formula\ninformation)\n"],["filepath","RubyXL::CalculationChain","RubyXL/CalculationChain.html#method-c-filepath","()",""],["filepath","RubyXL::DocumentProperties","RubyXL/DocumentProperties.html#method-c-filepath","()",""],["filepath","RubyXL::SharedStringsTable","RubyXL/SharedStringsTable.html#method-c-filepath","()",""],["filepath","RubyXL::Writer::ContentTypesWriter","RubyXL/Writer/ContentTypesWriter.html#method-i-filepath","()",""],["filepath","RubyXL::Writer::CoreWriter","RubyXL/Writer/CoreWriter.html#method-i-filepath","()",""],["filepath","RubyXL::Writer::GenericWriter","RubyXL/Writer/GenericWriter.html#method-i-filepath","()",""],["filepath","RubyXL::Writer::StylesWriter","RubyXL/Writer/StylesWriter.html#method-i-filepath","()",""],["filepath","RubyXL::Writer::ThemeWriter","RubyXL/Writer/ThemeWriter.html#method-i-filepath","()",""],["filepath","RubyXL::Writer::WorkbookWriter","RubyXL/Writer/WorkbookWriter.html#method-i-filepath","()",""],["fill_color","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-fill_color","()","<p>returns cell&#39;s fill color\n"],["fills","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-fills","()",""],["find","RubyXL::ColumnRanges","RubyXL/ColumnRanges.html#method-i-find","(col_index)",""],["find_by_format_id","RubyXL::NumberFormats","RubyXL/NumberFormats.html#method-i-find_by_format_id","(format_id)",""],["find_by_rid","RubyXL::OOXMLRelationshipsFile","RubyXL/OOXMLRelationshipsFile.html#method-i-find_by_rid","(r_id)",""],["first_col","RubyXL::Reference","RubyXL/Reference.html#method-i-first_col","()",""],["first_row","RubyXL::Reference","RubyXL/Reference.html#method-i-first_row","()",""],["font_color","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-font_color","()",""],["font_name","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-font_name","()",""],["font_size","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-font_size","()",""],["fonts","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-fonts","()",""],["get_column_border_bottom","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_column_border_bottom","(col=0)",""],["get_column_border_diagonal","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_column_border_diagonal","(col=0)",""],["get_column_border_left","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_column_border_left","(col=0)",""],["get_column_border_right","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_column_border_right","(col=0)",""],["get_column_border_top","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_column_border_top","(col=0)",""],["get_column_fill","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_column_fill","(col=0)",""],["get_column_font_color","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_column_font_color","(col = 0)",""],["get_column_font_name","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_column_font_name","(col = 0)",""],["get_column_font_size","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_column_font_size","(col = 0)",""],["get_column_horizontal_alignment","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_column_horizontal_alignment","(col=0)",""],["get_column_vertical_alignment","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_column_vertical_alignment","(col=0)",""],["get_column_width","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_column_width","(column_index = 0)",""],["get_fill_color","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-get_fill_color","(xf)",""],["get_index","RubyXL::SharedStringsTable","RubyXL/SharedStringsTable.html#method-i-get_index","(str, add_if_missing = false)",""],["get_name","RubyXL::Font","RubyXL/Font.html#method-i-get_name","()",""],["get_range","RubyXL::ColumnRanges","RubyXL/ColumnRanges.html#method-i-get_range","(col_index)","<p>Locate an existing column range, make a new one if not found, or split\nexisting column range into multiples. …\n"],["get_rgb_color","RubyXL::Font","RubyXL/Font.html#method-i-get_rgb_color","()",""],["get_row_border_bottom","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_row_border_bottom","(row = 0)",""],["get_row_border_diagonal","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_row_border_diagonal","(row = 0)",""],["get_row_border_left","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_row_border_left","(row = 0)",""],["get_row_border_right","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_row_border_right","(row = 0)",""],["get_row_border_top","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_row_border_top","(row = 0)",""],["get_row_fill","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_row_fill","(row = 0)",""],["get_row_font_color","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_row_font_color","(row = 0)",""],["get_row_font_name","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_row_font_name","(row = 0)",""],["get_row_font_size","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_row_font_size","(row = 0)",""],["get_row_height","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_row_height","(row = 0)",""],["get_row_horizontal_alignment","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_row_horizontal_alignment","(row = 0)",""],["get_row_vertical_alignment","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_row_vertical_alignment","(row = 0)",""],["get_size","RubyXL::Font","RubyXL/Font.html#method-i-get_size","()",""],["get_table","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_table","(headers = [], opts = {})",""],["horizontal_alignment","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-horizontal_alignment","()","<p>returns cell&#39;s horizontal alignment\n"],["include?","RubyXL::ColumnRange","RubyXL/ColumnRange.html#method-i-include-3F","(col_index)",""],["ind2ref","RubyXL::Reference","RubyXL/Reference.html#method-c-ind2ref","(row = 0, col = 0)","<p>Converts <code>row</code> and <code>col</code> zero-based indices to\nExcel-style cell reference (0) A…Z, AA…AZ, BA… …ZZ, …\n"],["index_in_collection","RubyXL::Cell","RubyXL/Cell.html#method-i-index_in_collection","()",""],["insert_cell","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-insert_cell","(row = 0, col = 0, data = nil, formula = nil, shift = nil)",""],["insert_column","RubyXL::ColumnRange","RubyXL/ColumnRange.html#method-i-insert_column","(col_index)",""],["insert_column","RubyXL::ColumnRanges","RubyXL/ColumnRanges.html#method-i-insert_column","(col_index)",""],["insert_column","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-insert_column","(column_index = 0)","<p>inserts column at <code>column_index</code>, pushes everything right, takes\nstyles from column to left USE OF THIS …\n"],["insert_row","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-insert_row","(row_index = 0)","\n<pre>Inserts row at row_index, pushes down, copies style from the row above (that&#39;s what Excel 2013 does!)</pre>\n"],["inspect","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-inspect","()",""],["inspect","RubyXL::Reference","RubyXL/Reference.html#method-i-inspect","()",""],["is_bold","RubyXL::Font","RubyXL/Font.html#method-i-is_bold","()",""],["is_bolded","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-is_bolded","()","<p>returns if font is bolded\n"],["is_column_bolded","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-is_column_bolded","(col = 0)",""],["is_column_italicized","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-is_column_italicized","(col = 0)",""],["is_column_struckthrough","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-is_column_struckthrough","(col = 0)",""],["is_column_underlined","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-is_column_underlined","(col = 0)",""],["is_date?","RubyXL::Cell","RubyXL/Cell.html#method-i-is_date-3F","()",""],["is_date_format?","RubyXL::NumberFormat","RubyXL/NumberFormat.html#method-i-is_date_format-3F","()",""],["is_italic","RubyXL::Font","RubyXL/Font.html#method-i-is_italic","()",""],["is_italicized","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-is_italicized","()","<p>returns if font is italicized\n"],["is_row_bolded","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-is_row_bolded","(row = 0)",""],["is_row_italicized","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-is_row_italicized","(row = 0)",""],["is_row_struckthrough","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-is_row_struckthrough","(row = 0)",""],["is_row_underlined","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-is_row_underlined","(row = 0)",""],["is_strikethrough","RubyXL::Font","RubyXL/Font.html#method-i-is_strikethrough","()",""],["is_struckthrough","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-is_struckthrough","()",""],["is_underlined","RubyXL::Font","RubyXL/Font.html#method-i-is_underlined","()",""],["is_underlined","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-is_underlined","()",""],["last_col","RubyXL::Reference","RubyXL/Reference.html#method-i-last_col","()",""],["last_row","RubyXL::Reference","RubyXL/Reference.html#method-i-last_row","()",""],["load_dir","RubyXL::GenericStorage","RubyXL/GenericStorage.html#method-i-load_dir","(root_dir)",""],["load_file","RubyXL::GenericStorage","RubyXL/GenericStorage.html#method-i-load_file","(root_dir, filename)",""],["merge_cells","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-merge_cells","(row1 = 0, col1 = 0, row2 = 0, col2 = 0)","<p>merges cells within a rectangular range\n"],["metadata_relationship","RubyXL::OOXMLRelationshipsFile","RubyXL/OOXMLRelationshipsFile.html#method-i-metadata_relationship","(target, type)",""],["modify_alignment","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-modify_alignment","(style_index, is_horizontal, alignment)",""],["modify_border","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-modify_border","(style_index, direction, weight)",""],["modify_fill","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-modify_fill","(style_index, rgb)",""],["modify_text_wrap","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-modify_text_wrap","(style_index, wrap = false)",""],["new","RubyXL::GenericStorage","RubyXL/GenericStorage.html#method-c-new","(local_dir_path)",""],["new","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-c-new","(worksheets=[], filepath=nil, creator=nil, modifier=nil, created_at=nil, company='', application=APPLICATION, appversion=APPVERSION, date1904=0)",""],["new","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-c-new","(params = {})",""],["new","RubyXL::Parser","RubyXL/Parser.html#method-c-new","(opts = {})","<p><code>:data_only</code> allows only the sheet data to be parsed, so as to\nspeed up parsing However, using this option …\n"],["new","RubyXL::Reference","RubyXL/Reference.html#method-c-new","(*params)","<p>RubyXL::Reference.new(row, col) RubyXL::Reference.new(row_from, row_to,\ncol_from, col_to) RubyXL::Reference.new(reference_string) …\n"],["new","RubyXL::SharedStringsTable","RubyXL/SharedStringsTable.html#method-c-new","(*params)",""],["new","RubyXL::Sqref","RubyXL/Sqref.html#method-c-new","(str)",""],["new","RubyXL::Writer::GenericWriter","RubyXL/Writer/GenericWriter.html#method-c-new","(workbook)",""],["num_to_date","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-num_to_date","(num)",""],["number_format","RubyXL::Cell","RubyXL/Cell.html#method-i-number_format","()",""],["obtain_class_variable","RubyXL::OOXMLObjectClassMethods","RubyXL/OOXMLObjectClassMethods.html#method-i-obtain_class_variable","(var_name, default = {})","<p>Get the value of a [sub]class variable if it exists, or create the\nrespective variable with the passed-in …\n"],["ooxml_object","RubyXL::Writer::GenericWriter","RubyXL/Writer/GenericWriter.html#method-i-ooxml_object","()",""],["ooxml_object","RubyXL::Writer::StylesWriter","RubyXL/Writer/StylesWriter.html#method-i-ooxml_object","()",""],["parse","RubyXL::Extension","RubyXL/Extension.html#method-c-parse","(node)",""],["parse","RubyXL::OOXMLObjectClassMethods","RubyXL/OOXMLObjectClassMethods.html#method-i-parse","(node)",""],["parse","RubyXL::Parser","RubyXL/Parser.html#method-c-parse","(file_path, opts = {})",""],["parse","RubyXL::Parser","RubyXL/Parser.html#method-i-parse","(xl_file_path, opts = {})",""],["parse","RubyXL::RawOOXML","RubyXL/RawOOXML.html#method-c-parse","(node)",""],["raw_value","RubyXL::Cell","RubyXL/Cell.html#method-i-raw_value","()",""],["raw_value=","RubyXL::Cell","RubyXL/Cell.html#method-i-raw_value-3D","(v)",""],["ref2ind","RubyXL::Reference","RubyXL/Reference.html#method-c-ref2ind","(str)","<p>Converts Excel-style cell reference to <code>row</code> and\n<code>col</code> zero-based indices.\n"],["register_new_fill","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-register_new_fill","(new_fill, old_xf)",""],["register_new_font","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-register_new_font","(new_font, old_xf)",""],["register_new_xf","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-register_new_xf","(new_xf, old_style_index)",""],["render_xml","RubyXL::Writer::GenericWriter","RubyXL/Writer/GenericWriter.html#method-i-render_xml","()",""],["row","RubyXL::Cell","RubyXL/Cell.html#method-i-row","()",""],["row=","RubyXL::Cell","RubyXL/Cell.html#method-i-row-3D","(v)",""],["set_bold","RubyXL::Font","RubyXL/Font.html#method-i-set_bold","(val)",""],["set_countable","RubyXL::OOXMLObjectClassMethods","RubyXL/OOXMLObjectClassMethods.html#method-i-set_countable","()","<p>TODO# This method will eventually be obsoleted.\n"],["set_italic","RubyXL::Font","RubyXL/Font.html#method-i-set_italic","(val)",""],["set_name","RubyXL::Font","RubyXL/Font.html#method-i-set_name","(val)",""],["set_rgb_color","RubyXL::Font","RubyXL/Font.html#method-i-set_rgb_color","(font_color)","<p>Helper method to modify the font color\n"],["set_size","RubyXL::Font","RubyXL/Font.html#method-i-set_size","(val)",""],["set_strikethrough","RubyXL::Font","RubyXL/Font.html#method-i-set_strikethrough","(val)",""],["set_underline","RubyXL::Font","RubyXL/Font.html#method-i-set_underline","(val)",""],["single_cell?","RubyXL::Reference","RubyXL/Reference.html#method-i-single_cell-3F","()",""],["text_wrap","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-text_wrap","()","<p>returns cell&#39;s wrap\n"],["to_s","RubyXL::Reference","RubyXL/Reference.html#method-i-to_s","()",""],["to_s","RubyXL::Sqref","RubyXL/Sqref.html#method-i-to_s","()",""],["to_s","RubyXL::Text","RubyXL/Text.html#method-i-to_s","()",""],["validate_color","RubyXL::Color","RubyXL/Color.html#method-c-validate_color","(color)","<p>validates hex color code, no &#39;#&#39; allowed\n"],["value","RubyXL::Cell","RubyXL/Cell.html#method-i-value","(args = {})","<p>Gets massaged value of the cell, converting datatypes to those known to\nRuby (that includes stripping …\n"],["vertical_alignment","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-vertical_alignment","()","<p>returns cell&#39;s vertical alignment\n"],["workbook","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-workbook","()",""],["write","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-write","(filepath = @filepath)","<p>filepath of xlsx file (including file itself)\n"],["write","RubyXL::Writer::ContentTypesWriter","RubyXL/Writer/ContentTypesWriter.html#method-i-write","()",""],["write","RubyXL::Writer::CoreWriter","RubyXL/Writer/CoreWriter.html#method-i-write","()",""],["write","RubyXL::Writer::GenericWriter","RubyXL/Writer/GenericWriter.html#method-i-write","()",""],["write","RubyXL::Writer::ThemeWriter","RubyXL/Writer/ThemeWriter.html#method-i-write","()",""],["write","RubyXL::Writer::WorkbookWriter","RubyXL/Writer/WorkbookWriter.html#method-i-write","()",""],["write_xml","RubyXL::Extension","RubyXL/Extension.html#method-i-write_xml","(xml, node_name_override = nil)",""],["write_xml","RubyXL::RawOOXML","RubyXL/RawOOXML.html#method-i-write_xml","(xml, node_name_override = nil)",""],["README","","README_rdoc.html","","<p>rubyXL\n<p>To Install:\n\n<pre>gem install rubyXL</pre>\n"]]}}
1
+ var search_data = {"index":{"searchIndex":["rubyxl","aextension","aextensionstoragearea","alignment","alternatecontent","autofilter","autofiltercolumn","booleannode","booleanvalue","border","borderedge","borders","break","breaklist","calculationchain","calculationchaincell","calculationproperties","cell","cellsmarttag","cellsmarttagproperty","cellsmarttags","cellstyle","cellstylexfs","cellstyles","cellvalue","cellwatch","cellwatches","cellxfs","chartsheet","chartsheetpagesetup","chartsheetproperties","chartsheetprotection","chartsheetview","chartsheetviews","color","colorfilter","colorscale","colorscheme","colorset","colors","columnrange","columnranges","conditionalformatvalue","conditionalformatting","conditionalformattingrule","contenttypedefault","contenttypeoverride","contenttypes","coreproperties","customcolor","customcolorlist","customfilter","customfilters","customgeometry","customproperties","customproperty","customsheetview","customsheetviews","customworkbookview","customworkbookviews","dxf","dxfs","databar","dataconsolidate","dataconsolidationreference","dataconsolidationreferences","datavalidation","datavalidations","dategroupitem","definedname","definednames","documentproperties","dynamicfilter","embeddedcontrol","embeddedcontrols","extension","extensionstoragearea","extents","externalreference","externalreferences","extracolorscheme","extracolorschemelist","fielditem","filerecoveryproperties","filesharing","fileversion","fill","fills","filtercontainer","floatnode","floatvalue","font","fontscheme","fonts","formatscheme","formula","functiongroup","functiongroups","genericstorage","gradientfill","headerfootersettings","hyperlink","hyperlinks","iconfilter","iconset","ignorederror","ignorederrors","indexedcolors","inputcells","integernode","integervalue","legacycell","legacyworkbook","legacyworksheet","mrucolors","mergedcell","mergedcells","numfmt","numberformat","numberformats","oleobject","oleobjects","olesize","ooxmlcontainerobject","ooxmlobject","ooxmlobjectclassmethods","ooxmlobjectinstancemethods","ooxmlrelationshipsfile","ooxmltoplevelobject","objectdefaults","offset","outlineproperties","pagemargins","pagesetup","pagesetupproperties","pane","parser","patternfill","phoneticproperties","phoneticrun","pivotarea","pivotcache","pivotcaches","pivotreference","pivotreferences","pivottableselection","presetgeometry","printoptions","protectedrange","protectedranges","protection","rid","rawooxml","reference","relationship","richtext","richtextrun","rootrelationships","row","runproperties","scenario","scenarios","selection","shapedefault","sharedstringstable","sheet","sheetcalculationproperties","sheetdata","sheets","smarttagproperties","smarttagtype","smarttagtypes","smarttags","sortcondition","sortstate","sqref","stop","stringnode","stringnodew3c","stringvalue","stylesheet","tableparts","tablestyle","tablestyles","text","theme","themeelements","top10","twodtransform","variant","vector","vectorvalue","visualproperties","webpublishobject","webpublishobjects","webpublishingitem","webpublishingitems","webpublishingproperties","workbook","workbookproperties","workbookprotection","workbookrelationships","workbookview","workbookviews","worksheet","worksheetdimensions","worksheetformatproperties","worksheetproperties","worksheetprotection","worksheetview","worksheetviews","xf","==()","==()","==()","[]()","[]()","[]()","add()","add_cell()","add_part_title()","add_row()","add_to_zip()","add_worksheet()","before_write_xml()","before_write_xml()","before_write_xml()","before_write_xml()","before_write_xml()","binary()","border_bottom()","border_diagonal()","border_left()","border_right()","border_top()","borders()","cell_xfs()","change_border_bottom()","change_border_diagonal()","change_border_left()","change_border_right()","change_border_top()","change_column_bold()","change_column_border_bottom()","change_column_border_diagonal()","change_column_border_left()","change_column_border_right()","change_column_border_top()","change_column_fill()","change_column_font_color()","change_column_font_name()","change_column_font_size()","change_column_horizontal_alignment()","change_column_italics()","change_column_strikethrough()","change_column_underline()","change_column_vertical_alignment()","change_column_width()","change_contents()","change_fill()","change_font_bold()","change_font_color()","change_font_italics()","change_font_name()","change_font_size()","change_font_strikethrough()","change_font_underline()","change_horizontal_alignment()","change_row_bold()","change_row_border_bottom()","change_row_border_diagonal()","change_row_border_left()","change_row_border_right()","change_row_border_top()","change_row_fill()","change_row_font_color()","change_row_font_name()","change_row_font_size()","change_row_height()","change_row_horizontal_alignment()","change_row_italics()","change_row_strikethrough()","change_row_underline()","change_row_vertical_alignment()","change_text_wrap()","change_vertical_alignment()","column()","column=()","content_type()","content_type()","content_type()","cover?()","data_only()","date_to_num()","define_attribute()","define_child_node()","define_element_name()","delete_cell()","delete_column()","delete_column()","delete_row()","document_relationship()","each()","each()","empty?()","extract_data()","fill_color()","fills()","find()","find_by_format_id()","find_by_rid()","find_by_target()","first_col()","first_row()","font_color()","font_name()","font_size()","fonts()","generate_override()","get_column_border_bottom()","get_column_border_diagonal()","get_column_border_left()","get_column_border_right()","get_column_border_top()","get_column_fill()","get_column_font_color()","get_column_font_name()","get_column_font_size()","get_column_horizontal_alignment()","get_column_vertical_alignment()","get_column_width()","get_fill_color()","get_index()","get_name()","get_range()","get_rgb_color()","get_row_border_bottom()","get_row_border_diagonal()","get_row_border_left()","get_row_border_right()","get_row_border_top()","get_row_fill()","get_row_font_color()","get_row_font_name()","get_row_font_size()","get_row_height()","get_row_horizontal_alignment()","get_row_vertical_alignment()","get_size()","get_table()","horizontal_alignment()","include?()","ind2ref()","index_in_collection()","insert_cell()","insert_column()","insert_column()","insert_column()","insert_row()","inspect()","inspect()","is_bold()","is_bolded()","is_column_bolded()","is_column_italicized()","is_column_struckthrough()","is_column_underlined()","is_date?()","is_date_format?()","is_italic()","is_italicized()","is_row_bolded()","is_row_italicized()","is_row_struckthrough()","is_row_underlined()","is_strikethrough()","is_struckthrough()","is_underlined()","is_underlined()","last_col()","last_row()","load_dir()","load_file()","merge_cells()","metadata_relationship()","modify_alignment()","modify_border()","modify_fill()","modify_text_wrap()","new()","new()","new()","new()","new()","new()","new()","num_to_date()","number_format()","obtain_class_variable()","parse()","parse()","parse()","parse()","parse()","raw_value()","raw_value=()","ref2ind()","register_new_fill()","register_new_font()","register_new_xf()","row()","row=()","set_bold()","set_countable()","set_italic()","set_name()","set_rgb_color()","set_size()","set_strikethrough()","set_underline()","single_cell?()","text_wrap()","to_s()","to_s()","to_s()","validate_color()","value()","vertical_alignment()","workbook()","write()","write_xml()","write_xml()","xlsx_path()","xlsx_path()","xlsx_path()","xlsx_path()","readme"],"longSearchIndex":["rubyxl","rubyxl::aextension","rubyxl::aextensionstoragearea","rubyxl::alignment","rubyxl::alternatecontent","rubyxl::autofilter","rubyxl::autofiltercolumn","rubyxl::booleannode","rubyxl::booleanvalue","rubyxl::border","rubyxl::borderedge","rubyxl::borders","rubyxl::break","rubyxl::breaklist","rubyxl::calculationchain","rubyxl::calculationchaincell","rubyxl::calculationproperties","rubyxl::cell","rubyxl::cellsmarttag","rubyxl::cellsmarttagproperty","rubyxl::cellsmarttags","rubyxl::cellstyle","rubyxl::cellstylexfs","rubyxl::cellstyles","rubyxl::cellvalue","rubyxl::cellwatch","rubyxl::cellwatches","rubyxl::cellxfs","rubyxl::chartsheet","rubyxl::chartsheetpagesetup","rubyxl::chartsheetproperties","rubyxl::chartsheetprotection","rubyxl::chartsheetview","rubyxl::chartsheetviews","rubyxl::color","rubyxl::colorfilter","rubyxl::colorscale","rubyxl::colorscheme","rubyxl::colorset","rubyxl::colors","rubyxl::columnrange","rubyxl::columnranges","rubyxl::conditionalformatvalue","rubyxl::conditionalformatting","rubyxl::conditionalformattingrule","rubyxl::contenttypedefault","rubyxl::contenttypeoverride","rubyxl::contenttypes","rubyxl::coreproperties","rubyxl::customcolor","rubyxl::customcolorlist","rubyxl::customfilter","rubyxl::customfilters","rubyxl::customgeometry","rubyxl::customproperties","rubyxl::customproperty","rubyxl::customsheetview","rubyxl::customsheetviews","rubyxl::customworkbookview","rubyxl::customworkbookviews","rubyxl::dxf","rubyxl::dxfs","rubyxl::databar","rubyxl::dataconsolidate","rubyxl::dataconsolidationreference","rubyxl::dataconsolidationreferences","rubyxl::datavalidation","rubyxl::datavalidations","rubyxl::dategroupitem","rubyxl::definedname","rubyxl::definednames","rubyxl::documentproperties","rubyxl::dynamicfilter","rubyxl::embeddedcontrol","rubyxl::embeddedcontrols","rubyxl::extension","rubyxl::extensionstoragearea","rubyxl::extents","rubyxl::externalreference","rubyxl::externalreferences","rubyxl::extracolorscheme","rubyxl::extracolorschemelist","rubyxl::fielditem","rubyxl::filerecoveryproperties","rubyxl::filesharing","rubyxl::fileversion","rubyxl::fill","rubyxl::fills","rubyxl::filtercontainer","rubyxl::floatnode","rubyxl::floatvalue","rubyxl::font","rubyxl::fontscheme","rubyxl::fonts","rubyxl::formatscheme","rubyxl::formula","rubyxl::functiongroup","rubyxl::functiongroups","rubyxl::genericstorage","rubyxl::gradientfill","rubyxl::headerfootersettings","rubyxl::hyperlink","rubyxl::hyperlinks","rubyxl::iconfilter","rubyxl::iconset","rubyxl::ignorederror","rubyxl::ignorederrors","rubyxl::indexedcolors","rubyxl::inputcells","rubyxl::integernode","rubyxl::integervalue","rubyxl::legacycell","rubyxl::legacyworkbook","rubyxl::legacyworksheet","rubyxl::mrucolors","rubyxl::mergedcell","rubyxl::mergedcells","rubyxl::numfmt","rubyxl::numberformat","rubyxl::numberformats","rubyxl::oleobject","rubyxl::oleobjects","rubyxl::olesize","rubyxl::ooxmlcontainerobject","rubyxl::ooxmlobject","rubyxl::ooxmlobjectclassmethods","rubyxl::ooxmlobjectinstancemethods","rubyxl::ooxmlrelationshipsfile","rubyxl::ooxmltoplevelobject","rubyxl::objectdefaults","rubyxl::offset","rubyxl::outlineproperties","rubyxl::pagemargins","rubyxl::pagesetup","rubyxl::pagesetupproperties","rubyxl::pane","rubyxl::parser","rubyxl::patternfill","rubyxl::phoneticproperties","rubyxl::phoneticrun","rubyxl::pivotarea","rubyxl::pivotcache","rubyxl::pivotcaches","rubyxl::pivotreference","rubyxl::pivotreferences","rubyxl::pivottableselection","rubyxl::presetgeometry","rubyxl::printoptions","rubyxl::protectedrange","rubyxl::protectedranges","rubyxl::protection","rubyxl::rid","rubyxl::rawooxml","rubyxl::reference","rubyxl::relationship","rubyxl::richtext","rubyxl::richtextrun","rubyxl::rootrelationships","rubyxl::row","rubyxl::runproperties","rubyxl::scenario","rubyxl::scenarios","rubyxl::selection","rubyxl::shapedefault","rubyxl::sharedstringstable","rubyxl::sheet","rubyxl::sheetcalculationproperties","rubyxl::sheetdata","rubyxl::sheets","rubyxl::smarttagproperties","rubyxl::smarttagtype","rubyxl::smarttagtypes","rubyxl::smarttags","rubyxl::sortcondition","rubyxl::sortstate","rubyxl::sqref","rubyxl::stop","rubyxl::stringnode","rubyxl::stringnodew3c","rubyxl::stringvalue","rubyxl::stylesheet","rubyxl::tableparts","rubyxl::tablestyle","rubyxl::tablestyles","rubyxl::text","rubyxl::theme","rubyxl::themeelements","rubyxl::top10","rubyxl::twodtransform","rubyxl::variant","rubyxl::vector","rubyxl::vectorvalue","rubyxl::visualproperties","rubyxl::webpublishobject","rubyxl::webpublishobjects","rubyxl::webpublishingitem","rubyxl::webpublishingitems","rubyxl::webpublishingproperties","rubyxl::workbook","rubyxl::workbookproperties","rubyxl::workbookprotection","rubyxl::workbookrelationships","rubyxl::workbookview","rubyxl::workbookviews","rubyxl::worksheet","rubyxl::worksheetdimensions","rubyxl::worksheetformatproperties","rubyxl::worksheetproperties","rubyxl::worksheetprotection","rubyxl::worksheetview","rubyxl::worksheetviews","rubyxl::xf","rubyxl::borderedge#==()","rubyxl::font#==()","rubyxl::reference#==()","rubyxl::legacyworkbook#[]()","rubyxl::legacyworksheet#[]()","rubyxl::sharedstringstable#[]()","rubyxl::sharedstringstable#add()","rubyxl::legacyworksheet#add_cell()","rubyxl::documentproperties#add_part_title()","rubyxl::legacyworksheet#add_row()","rubyxl::genericstorage#add_to_zip()","rubyxl::legacyworkbook#add_worksheet()","rubyxl::columnranges#before_write_xml()","rubyxl::contenttypes#before_write_xml()","rubyxl::documentproperties#before_write_xml()","rubyxl::sharedstringstable#before_write_xml()","rubyxl::text#before_write_xml()","rubyxl::genericstorage#binary()","rubyxl::legacycell#border_bottom()","rubyxl::legacycell#border_diagonal()","rubyxl::legacycell#border_left()","rubyxl::legacycell#border_right()","rubyxl::legacycell#border_top()","rubyxl::legacyworkbook#borders()","rubyxl::legacyworkbook#cell_xfs()","rubyxl::legacycell#change_border_bottom()","rubyxl::legacycell#change_border_diagonal()","rubyxl::legacycell#change_border_left()","rubyxl::legacycell#change_border_right()","rubyxl::legacycell#change_border_top()","rubyxl::legacyworksheet#change_column_bold()","rubyxl::legacyworksheet#change_column_border_bottom()","rubyxl::legacyworksheet#change_column_border_diagonal()","rubyxl::legacyworksheet#change_column_border_left()","rubyxl::legacyworksheet#change_column_border_right()","rubyxl::legacyworksheet#change_column_border_top()","rubyxl::legacyworksheet#change_column_fill()","rubyxl::legacyworksheet#change_column_font_color()","rubyxl::legacyworksheet#change_column_font_name()","rubyxl::legacyworksheet#change_column_font_size()","rubyxl::legacyworksheet#change_column_horizontal_alignment()","rubyxl::legacyworksheet#change_column_italics()","rubyxl::legacyworksheet#change_column_strikethrough()","rubyxl::legacyworksheet#change_column_underline()","rubyxl::legacyworksheet#change_column_vertical_alignment()","rubyxl::legacyworksheet#change_column_width()","rubyxl::legacycell#change_contents()","rubyxl::legacycell#change_fill()","rubyxl::legacycell#change_font_bold()","rubyxl::legacycell#change_font_color()","rubyxl::legacycell#change_font_italics()","rubyxl::legacycell#change_font_name()","rubyxl::legacycell#change_font_size()","rubyxl::legacycell#change_font_strikethrough()","rubyxl::legacycell#change_font_underline()","rubyxl::legacycell#change_horizontal_alignment()","rubyxl::legacyworksheet#change_row_bold()","rubyxl::legacyworksheet#change_row_border_bottom()","rubyxl::legacyworksheet#change_row_border_diagonal()","rubyxl::legacyworksheet#change_row_border_left()","rubyxl::legacyworksheet#change_row_border_right()","rubyxl::legacyworksheet#change_row_border_top()","rubyxl::legacyworksheet#change_row_fill()","rubyxl::legacyworksheet#change_row_font_color()","rubyxl::legacyworksheet#change_row_font_name()","rubyxl::legacyworksheet#change_row_font_size()","rubyxl::legacyworksheet#change_row_height()","rubyxl::legacyworksheet#change_row_horizontal_alignment()","rubyxl::legacyworksheet#change_row_italics()","rubyxl::legacyworksheet#change_row_strikethrough()","rubyxl::legacyworksheet#change_row_underline()","rubyxl::legacyworksheet#change_row_vertical_alignment()","rubyxl::legacycell#change_text_wrap()","rubyxl::legacycell#change_vertical_alignment()","rubyxl::cell#column()","rubyxl::cell#column=()","rubyxl::calculationchain::content_type()","rubyxl::documentproperties::content_type()","rubyxl::sharedstringstable::content_type()","rubyxl::reference#cover?()","rubyxl::parser#data_only()","rubyxl::legacyworkbook#date_to_num()","rubyxl::ooxmlobjectclassmethods#define_attribute()","rubyxl::ooxmlobjectclassmethods#define_child_node()","rubyxl::ooxmlobjectclassmethods#define_element_name()","rubyxl::legacyworksheet#delete_cell()","rubyxl::columnrange#delete_column()","rubyxl::legacyworksheet#delete_column()","rubyxl::legacyworksheet#delete_row()","rubyxl::ooxmlrelationshipsfile#document_relationship()","rubyxl::legacyworkbook#each()","rubyxl::legacyworksheet#each()","rubyxl::sharedstringstable#empty?()","rubyxl::legacyworksheet#extract_data()","rubyxl::legacycell#fill_color()","rubyxl::legacyworkbook#fills()","rubyxl::columnranges#find()","rubyxl::numberformats#find_by_format_id()","rubyxl::ooxmlrelationshipsfile#find_by_rid()","rubyxl::ooxmlrelationshipsfile#find_by_target()","rubyxl::reference#first_col()","rubyxl::reference#first_row()","rubyxl::legacycell#font_color()","rubyxl::legacycell#font_name()","rubyxl::legacycell#font_size()","rubyxl::legacyworkbook#fonts()","rubyxl::contenttypes#generate_override()","rubyxl::legacyworksheet#get_column_border_bottom()","rubyxl::legacyworksheet#get_column_border_diagonal()","rubyxl::legacyworksheet#get_column_border_left()","rubyxl::legacyworksheet#get_column_border_right()","rubyxl::legacyworksheet#get_column_border_top()","rubyxl::legacyworksheet#get_column_fill()","rubyxl::legacyworksheet#get_column_font_color()","rubyxl::legacyworksheet#get_column_font_name()","rubyxl::legacyworksheet#get_column_font_size()","rubyxl::legacyworksheet#get_column_horizontal_alignment()","rubyxl::legacyworksheet#get_column_vertical_alignment()","rubyxl::legacyworksheet#get_column_width()","rubyxl::legacyworkbook#get_fill_color()","rubyxl::sharedstringstable#get_index()","rubyxl::font#get_name()","rubyxl::columnranges#get_range()","rubyxl::font#get_rgb_color()","rubyxl::legacyworksheet#get_row_border_bottom()","rubyxl::legacyworksheet#get_row_border_diagonal()","rubyxl::legacyworksheet#get_row_border_left()","rubyxl::legacyworksheet#get_row_border_right()","rubyxl::legacyworksheet#get_row_border_top()","rubyxl::legacyworksheet#get_row_fill()","rubyxl::legacyworksheet#get_row_font_color()","rubyxl::legacyworksheet#get_row_font_name()","rubyxl::legacyworksheet#get_row_font_size()","rubyxl::legacyworksheet#get_row_height()","rubyxl::legacyworksheet#get_row_horizontal_alignment()","rubyxl::legacyworksheet#get_row_vertical_alignment()","rubyxl::font#get_size()","rubyxl::legacyworksheet#get_table()","rubyxl::legacycell#horizontal_alignment()","rubyxl::columnrange#include?()","rubyxl::reference::ind2ref()","rubyxl::cell#index_in_collection()","rubyxl::legacyworksheet#insert_cell()","rubyxl::columnrange#insert_column()","rubyxl::columnranges#insert_column()","rubyxl::legacyworksheet#insert_column()","rubyxl::legacyworksheet#insert_row()","rubyxl::legacycell#inspect()","rubyxl::reference#inspect()","rubyxl::font#is_bold()","rubyxl::legacycell#is_bolded()","rubyxl::legacyworksheet#is_column_bolded()","rubyxl::legacyworksheet#is_column_italicized()","rubyxl::legacyworksheet#is_column_struckthrough()","rubyxl::legacyworksheet#is_column_underlined()","rubyxl::cell#is_date?()","rubyxl::numberformat#is_date_format?()","rubyxl::font#is_italic()","rubyxl::legacycell#is_italicized()","rubyxl::legacyworksheet#is_row_bolded()","rubyxl::legacyworksheet#is_row_italicized()","rubyxl::legacyworksheet#is_row_struckthrough()","rubyxl::legacyworksheet#is_row_underlined()","rubyxl::font#is_strikethrough()","rubyxl::legacycell#is_struckthrough()","rubyxl::font#is_underlined()","rubyxl::legacycell#is_underlined()","rubyxl::reference#last_col()","rubyxl::reference#last_row()","rubyxl::genericstorage#load_dir()","rubyxl::genericstorage#load_file()","rubyxl::legacyworksheet#merge_cells()","rubyxl::ooxmlrelationshipsfile#metadata_relationship()","rubyxl::legacyworkbook#modify_alignment()","rubyxl::legacyworkbook#modify_border()","rubyxl::legacyworkbook#modify_fill()","rubyxl::legacyworkbook#modify_text_wrap()","rubyxl::genericstorage::new()","rubyxl::legacyworkbook::new()","rubyxl::legacyworksheet::new()","rubyxl::parser::new()","rubyxl::reference::new()","rubyxl::sharedstringstable::new()","rubyxl::sqref::new()","rubyxl::legacyworkbook#num_to_date()","rubyxl::cell#number_format()","rubyxl::ooxmlobjectclassmethods#obtain_class_variable()","rubyxl::aextension::parse()","rubyxl::ooxmlobjectclassmethods#parse()","rubyxl::parser#parse()","rubyxl::parser::parse()","rubyxl::rawooxml::parse()","rubyxl::cell#raw_value()","rubyxl::cell#raw_value=()","rubyxl::reference::ref2ind()","rubyxl::legacyworkbook#register_new_fill()","rubyxl::legacyworkbook#register_new_font()","rubyxl::legacyworkbook#register_new_xf()","rubyxl::cell#row()","rubyxl::cell#row=()","rubyxl::font#set_bold()","rubyxl::ooxmlobjectclassmethods#set_countable()","rubyxl::font#set_italic()","rubyxl::font#set_name()","rubyxl::font#set_rgb_color()","rubyxl::font#set_size()","rubyxl::font#set_strikethrough()","rubyxl::font#set_underline()","rubyxl::reference#single_cell?()","rubyxl::legacycell#text_wrap()","rubyxl::reference#to_s()","rubyxl::sqref#to_s()","rubyxl::text#to_s()","rubyxl::color::validate_color()","rubyxl::cell#value()","rubyxl::legacycell#vertical_alignment()","rubyxl::legacycell#workbook()","rubyxl::legacyworkbook#write()","rubyxl::aextension#write_xml()","rubyxl::rawooxml#write_xml()","rubyxl::calculationchain::xlsx_path()","rubyxl::contenttypes::xlsx_path()","rubyxl::documentproperties::xlsx_path()","rubyxl::sharedstringstable::xlsx_path()",""],"info":[["RubyXL","","RubyXL.html","",""],["RubyXL::AExtension","","RubyXL/AExtension.html","","<p>www.schemacentral.com/sc/ooxml/e-a_ext-1.html\n"],["RubyXL::AExtensionStorageArea","","RubyXL/AExtensionStorageArea.html","",""],["RubyXL::Alignment","","RubyXL/Alignment.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_alignment-1.html\n"],["RubyXL::AlternateContent","","RubyXL/AlternateContent.html","",""],["RubyXL::AutoFilter","","RubyXL/AutoFilter.html","",""],["RubyXL::AutoFilterColumn","","RubyXL/AutoFilterColumn.html","",""],["RubyXL::BooleanNode","","RubyXL/BooleanNode.html","",""],["RubyXL::BooleanValue","","RubyXL/BooleanValue.html","",""],["RubyXL::Border","","RubyXL/Border.html","",""],["RubyXL::BorderEdge","","RubyXL/BorderEdge.html","",""],["RubyXL::Borders","","RubyXL/Borders.html","",""],["RubyXL::Break","","RubyXL/Break.html","",""],["RubyXL::BreakList","","RubyXL/BreakList.html","",""],["RubyXL::CalculationChain","","RubyXL/CalculationChain.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_calcChain.html\n"],["RubyXL::CalculationChainCell","","RubyXL/CalculationChainCell.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_c-1.html\n"],["RubyXL::CalculationProperties","","RubyXL/CalculationProperties.html","",""],["RubyXL::Cell","","RubyXL/Cell.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_c-2.html\n"],["RubyXL::CellSmartTag","","RubyXL/CellSmartTag.html","",""],["RubyXL::CellSmartTagProperty","","RubyXL/CellSmartTagProperty.html","",""],["RubyXL::CellSmartTags","","RubyXL/CellSmartTags.html","",""],["RubyXL::CellStyle","","RubyXL/CellStyle.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_cellStyle-1.html\n"],["RubyXL::CellStyleXFs","","RubyXL/CellStyleXFs.html","",""],["RubyXL::CellStyles","","RubyXL/CellStyles.html","",""],["RubyXL::CellValue","","RubyXL/CellValue.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_v-1.html\n"],["RubyXL::CellWatch","","RubyXL/CellWatch.html","",""],["RubyXL::CellWatches","","RubyXL/CellWatches.html","",""],["RubyXL::CellXFs","","RubyXL/CellXFs.html","",""],["RubyXL::Chartsheet","","RubyXL/Chartsheet.html","",""],["RubyXL::ChartsheetPageSetup","","RubyXL/ChartsheetPageSetup.html","",""],["RubyXL::ChartsheetProperties","","RubyXL/ChartsheetProperties.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_sheetPr-4.html\n"],["RubyXL::ChartsheetProtection","","RubyXL/ChartsheetProtection.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_sheetProtection-4.html\n"],["RubyXL::ChartsheetView","","RubyXL/ChartsheetView.html","",""],["RubyXL::ChartsheetViews","","RubyXL/ChartsheetViews.html","",""],["RubyXL::Color","","RubyXL/Color.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_color-4.html\n"],["RubyXL::ColorFilter","","RubyXL/ColorFilter.html","",""],["RubyXL::ColorScale","","RubyXL/ColorScale.html","",""],["RubyXL::ColorScheme","","RubyXL/ColorScheme.html","",""],["RubyXL::ColorSet","","RubyXL/ColorSet.html","",""],["RubyXL::Colors","","RubyXL/Colors.html","",""],["RubyXL::ColumnRange","","RubyXL/ColumnRange.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_col-1.html\n"],["RubyXL::ColumnRanges","","RubyXL/ColumnRanges.html","",""],["RubyXL::ConditionalFormatValue","","RubyXL/ConditionalFormatValue.html","",""],["RubyXL::ConditionalFormatting","","RubyXL/ConditionalFormatting.html","",""],["RubyXL::ConditionalFormattingRule","","RubyXL/ConditionalFormattingRule.html","",""],["RubyXL::ContentTypeDefault","","RubyXL/ContentTypeDefault.html","",""],["RubyXL::ContentTypeOverride","","RubyXL/ContentTypeOverride.html","",""],["RubyXL::ContentTypes","","RubyXL/ContentTypes.html","",""],["RubyXL::CoreProperties","","RubyXL/CoreProperties.html","",""],["RubyXL::CustomColor","","RubyXL/CustomColor.html","",""],["RubyXL::CustomColorList","","RubyXL/CustomColorList.html","",""],["RubyXL::CustomFilter","","RubyXL/CustomFilter.html","",""],["RubyXL::CustomFilters","","RubyXL/CustomFilters.html","",""],["RubyXL::CustomGeometry","","RubyXL/CustomGeometry.html","",""],["RubyXL::CustomProperties","","RubyXL/CustomProperties.html","",""],["RubyXL::CustomProperty","","RubyXL/CustomProperty.html","",""],["RubyXL::CustomSheetView","","RubyXL/CustomSheetView.html","",""],["RubyXL::CustomSheetViews","","RubyXL/CustomSheetViews.html","",""],["RubyXL::CustomWorkbookView","","RubyXL/CustomWorkbookView.html","",""],["RubyXL::CustomWorkbookViews","","RubyXL/CustomWorkbookViews.html","",""],["RubyXL::DXF","","RubyXL/DXF.html","",""],["RubyXL::DXFs","","RubyXL/DXFs.html","",""],["RubyXL::DataBar","","RubyXL/DataBar.html","",""],["RubyXL::DataConsolidate","","RubyXL/DataConsolidate.html","",""],["RubyXL::DataConsolidationReference","","RubyXL/DataConsolidationReference.html","",""],["RubyXL::DataConsolidationReferences","","RubyXL/DataConsolidationReferences.html","",""],["RubyXL::DataValidation","","RubyXL/DataValidation.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_dataValidation-1.html\n"],["RubyXL::DataValidations","","RubyXL/DataValidations.html","",""],["RubyXL::DateGroupItem","","RubyXL/DateGroupItem.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_dateGroupItem-1.html\n"],["RubyXL::DefinedName","","RubyXL/DefinedName.html","",""],["RubyXL::DefinedNames","","RubyXL/DefinedNames.html","",""],["RubyXL::DocumentProperties","","RubyXL/DocumentProperties.html","","<p>www.schemacentral.com/sc/ooxml/e-extended-properties_Properties.html\n"],["RubyXL::DynamicFilter","","RubyXL/DynamicFilter.html","",""],["RubyXL::EmbeddedControl","","RubyXL/EmbeddedControl.html","",""],["RubyXL::EmbeddedControls","","RubyXL/EmbeddedControls.html","",""],["RubyXL::Extension","","RubyXL/Extension.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_ext-1.html\n"],["RubyXL::ExtensionStorageArea","","RubyXL/ExtensionStorageArea.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_extLst-1.html\n"],["RubyXL::Extents","","RubyXL/Extents.html","",""],["RubyXL::ExternalReference","","RubyXL/ExternalReference.html","",""],["RubyXL::ExternalReferences","","RubyXL/ExternalReferences.html","",""],["RubyXL::ExtraColorScheme","","RubyXL/ExtraColorScheme.html","",""],["RubyXL::ExtraColorSchemeList","","RubyXL/ExtraColorSchemeList.html","",""],["RubyXL::FieldItem","","RubyXL/FieldItem.html","",""],["RubyXL::FileRecoveryProperties","","RubyXL/FileRecoveryProperties.html","",""],["RubyXL::FileSharing","","RubyXL/FileSharing.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_fileSharing-1.html\n"],["RubyXL::FileVersion","","RubyXL/FileVersion.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_fileVersion-1.html\n"],["RubyXL::Fill","","RubyXL/Fill.html","",""],["RubyXL::Fills","","RubyXL/Fills.html","",""],["RubyXL::FilterContainer","","RubyXL/FilterContainer.html","",""],["RubyXL::FloatNode","","RubyXL/FloatNode.html","",""],["RubyXL::FloatValue","","RubyXL/FloatValue.html","",""],["RubyXL::Font","","RubyXL/Font.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_font-1.html\n"],["RubyXL::FontScheme","","RubyXL/FontScheme.html","",""],["RubyXL::Fonts","","RubyXL/Fonts.html","",""],["RubyXL::FormatScheme","","RubyXL/FormatScheme.html","",""],["RubyXL::Formula","","RubyXL/Formula.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_f-1.html\n"],["RubyXL::FunctionGroup","","RubyXL/FunctionGroup.html","",""],["RubyXL::FunctionGroups","","RubyXL/FunctionGroups.html","",""],["RubyXL::GenericStorage","","RubyXL/GenericStorage.html","",""],["RubyXL::GradientFill","","RubyXL/GradientFill.html","",""],["RubyXL::HeaderFooterSettings","","RubyXL/HeaderFooterSettings.html","",""],["RubyXL::Hyperlink","","RubyXL/Hyperlink.html","",""],["RubyXL::Hyperlinks","","RubyXL/Hyperlinks.html","",""],["RubyXL::IconFilter","","RubyXL/IconFilter.html","",""],["RubyXL::IconSet","","RubyXL/IconSet.html","",""],["RubyXL::IgnoredError","","RubyXL/IgnoredError.html","",""],["RubyXL::IgnoredErrors","","RubyXL/IgnoredErrors.html","",""],["RubyXL::IndexedColors","","RubyXL/IndexedColors.html","",""],["RubyXL::InputCells","","RubyXL/InputCells.html","",""],["RubyXL::IntegerNode","","RubyXL/IntegerNode.html","",""],["RubyXL::IntegerValue","","RubyXL/IntegerValue.html","",""],["RubyXL::LegacyCell","","RubyXL/LegacyCell.html","",""],["RubyXL::LegacyWorkbook","","RubyXL/LegacyWorkbook.html","",""],["RubyXL::LegacyWorksheet","","RubyXL/LegacyWorksheet.html","",""],["RubyXL::MRUColors","","RubyXL/MRUColors.html","",""],["RubyXL::MergedCell","","RubyXL/MergedCell.html","",""],["RubyXL::MergedCells","","RubyXL/MergedCells.html","",""],["RubyXL::NumFmt","","RubyXL/NumFmt.html","",""],["RubyXL::NumberFormat","","RubyXL/NumberFormat.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_numFmt-1.html\n"],["RubyXL::NumberFormats","","RubyXL/NumberFormats.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_numFmts-1.html\n"],["RubyXL::OLEObject","","RubyXL/OLEObject.html","",""],["RubyXL::OLEObjects","","RubyXL/OLEObjects.html","",""],["RubyXL::OLESize","","RubyXL/OLESize.html","",""],["RubyXL::OOXMLContainerObject","","RubyXL/OOXMLContainerObject.html","",""],["RubyXL::OOXMLObject","","RubyXL/OOXMLObject.html","",""],["RubyXL::OOXMLObjectClassMethods","","RubyXL/OOXMLObjectClassMethods.html","",""],["RubyXL::OOXMLObjectInstanceMethods","","RubyXL/OOXMLObjectInstanceMethods.html","",""],["RubyXL::OOXMLRelationshipsFile","","RubyXL/OOXMLRelationshipsFile.html","",""],["RubyXL::OOXMLTopLevelObject","","RubyXL/OOXMLTopLevelObject.html","",""],["RubyXL::ObjectDefaults","","RubyXL/ObjectDefaults.html","",""],["RubyXL::Offset","","RubyXL/Offset.html","",""],["RubyXL::OutlineProperties","","RubyXL/OutlineProperties.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_outlinePr-1.html\n"],["RubyXL::PageMargins","","RubyXL/PageMargins.html","",""],["RubyXL::PageSetup","","RubyXL/PageSetup.html","",""],["RubyXL::PageSetupProperties","","RubyXL/PageSetupProperties.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_pageSetUpPr-1.html\n"],["RubyXL::Pane","","RubyXL/Pane.html","",""],["RubyXL::Parser","","RubyXL/Parser.html","",""],["RubyXL::PatternFill","","RubyXL/PatternFill.html","",""],["RubyXL::PhoneticProperties","","RubyXL/PhoneticProperties.html","",""],["RubyXL::PhoneticRun","","RubyXL/PhoneticRun.html","",""],["RubyXL::PivotArea","","RubyXL/PivotArea.html","",""],["RubyXL::PivotCache","","RubyXL/PivotCache.html","",""],["RubyXL::PivotCaches","","RubyXL/PivotCaches.html","",""],["RubyXL::PivotReference","","RubyXL/PivotReference.html","",""],["RubyXL::PivotReferences","","RubyXL/PivotReferences.html","",""],["RubyXL::PivotTableSelection","","RubyXL/PivotTableSelection.html","",""],["RubyXL::PresetGeometry","","RubyXL/PresetGeometry.html","",""],["RubyXL::PrintOptions","","RubyXL/PrintOptions.html","",""],["RubyXL::ProtectedRange","","RubyXL/ProtectedRange.html","",""],["RubyXL::ProtectedRanges","","RubyXL/ProtectedRanges.html","",""],["RubyXL::Protection","","RubyXL/Protection.html","",""],["RubyXL::RID","","RubyXL/RID.html","",""],["RubyXL::RawOOXML","","RubyXL/RawOOXML.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_ext-1.html\n"],["RubyXL::Reference","","RubyXL/Reference.html","",""],["RubyXL::Relationship","","RubyXL/Relationship.html","",""],["RubyXL::RichText","","RubyXL/RichText.html","",""],["RubyXL::RichTextRun","","RubyXL/RichTextRun.html","",""],["RubyXL::RootRelationships","","RubyXL/RootRelationships.html","",""],["RubyXL::Row","","RubyXL/Row.html","",""],["RubyXL::RunProperties","","RubyXL/RunProperties.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_rPr-1.html\n"],["RubyXL::Scenario","","RubyXL/Scenario.html","",""],["RubyXL::Scenarios","","RubyXL/Scenarios.html","",""],["RubyXL::Selection","","RubyXL/Selection.html","",""],["RubyXL::ShapeDefault","","RubyXL/ShapeDefault.html","",""],["RubyXL::SharedStringsTable","","RubyXL/SharedStringsTable.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_sst.html\n"],["RubyXL::Sheet","","RubyXL/Sheet.html","",""],["RubyXL::SheetCalculationProperties","","RubyXL/SheetCalculationProperties.html","",""],["RubyXL::SheetData","","RubyXL/SheetData.html","",""],["RubyXL::Sheets","","RubyXL/Sheets.html","",""],["RubyXL::SmartTagProperties","","RubyXL/SmartTagProperties.html","",""],["RubyXL::SmartTagType","","RubyXL/SmartTagType.html","",""],["RubyXL::SmartTagTypes","","RubyXL/SmartTagTypes.html","",""],["RubyXL::SmartTags","","RubyXL/SmartTags.html","",""],["RubyXL::SortCondition","","RubyXL/SortCondition.html","",""],["RubyXL::SortState","","RubyXL/SortState.html","",""],["RubyXL::Sqref","","RubyXL/Sqref.html","",""],["RubyXL::Stop","","RubyXL/Stop.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_gradientFill-1.html\n"],["RubyXL::StringNode","","RubyXL/StringNode.html","",""],["RubyXL::StringNodeW3C","","RubyXL/StringNodeW3C.html","",""],["RubyXL::StringValue","","RubyXL/StringValue.html","",""],["RubyXL::Stylesheet","","RubyXL/Stylesheet.html","",""],["RubyXL::TableParts","","RubyXL/TableParts.html","",""],["RubyXL::TableStyle","","RubyXL/TableStyle.html","",""],["RubyXL::TableStyles","","RubyXL/TableStyles.html","",""],["RubyXL::Text","","RubyXL/Text.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_t-1.html\n"],["RubyXL::Theme","","RubyXL/Theme.html","",""],["RubyXL::ThemeElements","","RubyXL/ThemeElements.html","",""],["RubyXL::Top10","","RubyXL/Top10.html","",""],["RubyXL::TwoDTransform","","RubyXL/TwoDTransform.html","",""],["RubyXL::Variant","","RubyXL/Variant.html","","<p>www.schemacentral.com/sc/ooxml/e-docPropsVTypes_variant.html\n"],["RubyXL::Vector","","RubyXL/Vector.html","",""],["RubyXL::VectorValue","","RubyXL/VectorValue.html","",""],["RubyXL::VisualProperties","","RubyXL/VisualProperties.html","",""],["RubyXL::WebPublishObject","","RubyXL/WebPublishObject.html","",""],["RubyXL::WebPublishObjects","","RubyXL/WebPublishObjects.html","",""],["RubyXL::WebPublishingItem","","RubyXL/WebPublishingItem.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_webPublishItem-1.html\n"],["RubyXL::WebPublishingItems","","RubyXL/WebPublishingItems.html","",""],["RubyXL::WebPublishingProperties","","RubyXL/WebPublishingProperties.html","",""],["RubyXL::Workbook","","RubyXL/Workbook.html","",""],["RubyXL::WorkbookProperties","","RubyXL/WorkbookProperties.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_workbookPr-1.html\n"],["RubyXL::WorkbookProtection","","RubyXL/WorkbookProtection.html","",""],["RubyXL::WorkbookRelationships","","RubyXL/WorkbookRelationships.html","",""],["RubyXL::WorkbookView","","RubyXL/WorkbookView.html","",""],["RubyXL::WorkbookViews","","RubyXL/WorkbookViews.html","",""],["RubyXL::Worksheet","","RubyXL/Worksheet.html","",""],["RubyXL::WorksheetDimensions","","RubyXL/WorksheetDimensions.html","",""],["RubyXL::WorksheetFormatProperties","","RubyXL/WorksheetFormatProperties.html","",""],["RubyXL::WorksheetProperties","","RubyXL/WorksheetProperties.html","","<p>www.schemacentral.com/sc/ooxml/e-ssml_sheetPr-3.html\n"],["RubyXL::WorksheetProtection","","RubyXL/WorksheetProtection.html","",""],["RubyXL::WorksheetView","","RubyXL/WorksheetView.html","",""],["RubyXL::WorksheetViews","","RubyXL/WorksheetViews.html","",""],["RubyXL::XF","","RubyXL/XF.html","",""],["==","RubyXL::BorderEdge","RubyXL/BorderEdge.html#method-i-3D-3D","(other)",""],["==","RubyXL::Font","RubyXL/Font.html#method-i-3D-3D","(other)",""],["==","RubyXL::Reference","RubyXL/Reference.html#method-i-3D-3D","(other)",""],["[]","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-5B-5D","(ind)","<p>Finds worksheet by its name or numerical index\n"],["[]","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-5B-5D","(row = 0)","<p>allows for easier access to sheet_data\n"],["[]","RubyXL::SharedStringsTable","RubyXL/SharedStringsTable.html#method-i-5B-5D","(index)",""],["add","RubyXL::SharedStringsTable","RubyXL/SharedStringsTable.html#method-i-add","(str, index = nil)",""],["add_cell","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-add_cell","(row = 0, column = 0, data = '', formula = nil, overwrite = true)",""],["add_part_title","RubyXL::DocumentProperties","RubyXL/DocumentProperties.html#method-i-add_part_title","(name)",""],["add_row","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-add_row","(row = 0, params = {})",""],["add_to_zip","RubyXL::GenericStorage","RubyXL/GenericStorage.html#method-i-add_to_zip","(zipfile)",""],["add_worksheet","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-add_worksheet","(name = nil)","<p>Create new simple worksheet and add it to the workbook worksheets\n<p>@param [String] The name for the new …\n"],["before_write_xml","RubyXL::ColumnRanges","RubyXL/ColumnRanges.html#method-i-before_write_xml","()",""],["before_write_xml","RubyXL::ContentTypes","RubyXL/ContentTypes.html#method-i-before_write_xml","()",""],["before_write_xml","RubyXL::DocumentProperties","RubyXL/DocumentProperties.html#method-i-before_write_xml","()",""],["before_write_xml","RubyXL::SharedStringsTable","RubyXL/SharedStringsTable.html#method-i-before_write_xml","()",""],["before_write_xml","RubyXL::Text","RubyXL/Text.html#method-i-before_write_xml","()",""],["binary","RubyXL::GenericStorage","RubyXL/GenericStorage.html#method-i-binary","()",""],["border_bottom","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-border_bottom","()","<p>returns cell&#39;s bottom border\n"],["border_diagonal","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-border_diagonal","()","<p>returns cell&#39;s diagonal border\n"],["border_left","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-border_left","()","<p>returns cell&#39;s left border\n"],["border_right","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-border_right","()","<p>returns cell&#39;s right border\n"],["border_top","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-border_top","()","<p>returns cell&#39;s top border\n"],["borders","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-borders","()",""],["cell_xfs","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-cell_xfs","()",""],["change_border_bottom","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_border_bottom","(weight='thin')","<p>changes bottom border of cell\n"],["change_border_diagonal","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_border_diagonal","(weight='thin')","<p>changes diagonal border of cell\n"],["change_border_left","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_border_left","(weight='thin')","<p>changes left border of cell\n"],["change_border_right","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_border_right","(weight='thin')","<p>changes right border of cell\n"],["change_border_top","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_border_top","(weight='thin')","<p>changes top border of cell\n"],["change_column_bold","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_bold","(col = 0, bolded = false)",""],["change_column_border_bottom","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_border_bottom","(col=0,weight = 'thin')",""],["change_column_border_diagonal","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_border_diagonal","(col=0,weight = 'thin')",""],["change_column_border_left","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_border_left","(col=0,weight = 'thin')",""],["change_column_border_right","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_border_right","(col=0,weight = 'thin')",""],["change_column_border_top","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_border_top","(col=0,weight = 'thin')",""],["change_column_fill","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_fill","(column_index = 0, color_index='ffffff')",""],["change_column_font_color","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_font_color","(col=0, font_color='000000')","<p>Changes font color of column\n"],["change_column_font_name","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_font_name","(col = 0, font_name = 'Verdana')","<p>Changes font name of column\n"],["change_column_font_size","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_font_size","(col=0, font_size=10)","<p>Changes font size of column\n"],["change_column_horizontal_alignment","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_horizontal_alignment","(col=0,alignment='center')",""],["change_column_italics","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_italics","(col = 0, italicized = false)",""],["change_column_strikethrough","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_strikethrough","(col=0, struckthrough=false)",""],["change_column_underline","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_underline","(col = 0, underlined = false)",""],["change_column_vertical_alignment","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_vertical_alignment","(col=0,alignment='center')",""],["change_column_width","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_column_width","(column_index = 0, width = 13)",""],["change_contents","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_contents","(data, formula=nil)","<p>changes contents of cell, with formula option\n"],["change_fill","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_fill","(rgb='ffffff')","<p>changes fill color of cell\n"],["change_font_bold","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_font_bold","(bolded=false)","<p>Changes font bold settings of cell\n"],["change_font_color","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_font_color","(font_color='000000')","<p>Changes font color of cell\n"],["change_font_italics","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_font_italics","(italicized=false)","<p>Changes font italics settings of cell\n"],["change_font_name","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_font_name","(new_font_name = 'Verdana')","<p>Changes font name of cell\n"],["change_font_size","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_font_size","(font_size=10)","<p>Changes font size of cell\n"],["change_font_strikethrough","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_font_strikethrough","(struckthrough=false)",""],["change_font_underline","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_font_underline","(underlined=false)","<p>Changes font underline settings of cell\n"],["change_horizontal_alignment","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_horizontal_alignment","(alignment='center')","<p>changes horizontal alignment of cell\n"],["change_row_bold","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_bold","(row = 0, bolded = false)",""],["change_row_border_bottom","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_border_bottom","(row = 0, weight = 'thin')",""],["change_row_border_diagonal","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_border_diagonal","(row = 0, weight = 'thin')",""],["change_row_border_left","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_border_left","(row = 0, weight = 'thin')",""],["change_row_border_right","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_border_right","(row = 0, weight = 'thin')",""],["change_row_border_top","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_border_top","(row = 0, weight = 'thin')",""],["change_row_fill","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_fill","(row_index = 0, rgb = 'ffffff')","<p>changes color of fill in (zer0 indexed) row\n"],["change_row_font_color","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_font_color","(row = 0, font_color = '000000')",""],["change_row_font_name","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_font_name","(row = 0, font_name = 'Verdana')",""],["change_row_font_size","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_font_size","(row = 0, font_size=10)",""],["change_row_height","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_height","(row = 0, height=10)",""],["change_row_horizontal_alignment","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_horizontal_alignment","(row = 0,alignment='center')",""],["change_row_italics","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_italics","(row = 0, italicized = false)",""],["change_row_strikethrough","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_strikethrough","(row = 0, struckthrough=false)",""],["change_row_underline","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_underline","(row = 0, underlined=false)",""],["change_row_vertical_alignment","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-change_row_vertical_alignment","(row = 0,alignment='center')",""],["change_text_wrap","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_text_wrap","(wrap=false)","<p>changes wrap of cell\n"],["change_vertical_alignment","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-change_vertical_alignment","(alignment='center')","<p>changes vertical alignment of cell\n"],["column","RubyXL::Cell","RubyXL/Cell.html#method-i-column","()",""],["column=","RubyXL::Cell","RubyXL/Cell.html#method-i-column-3D","(v)",""],["content_type","RubyXL::CalculationChain","RubyXL/CalculationChain.html#method-c-content_type","()",""],["content_type","RubyXL::DocumentProperties","RubyXL/DocumentProperties.html#method-c-content_type","()",""],["content_type","RubyXL::SharedStringsTable","RubyXL/SharedStringsTable.html#method-c-content_type","()",""],["cover?","RubyXL::Reference","RubyXL/Reference.html#method-i-cover-3F","(other)",""],["data_only","RubyXL::Parser","RubyXL/Parser.html#method-i-data_only","()",""],["date_to_num","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-date_to_num","(date)",""],["define_attribute","RubyXL::OOXMLObjectClassMethods","RubyXL/OOXMLObjectClassMethods.html#method-i-define_attribute","(attr_name, attr_type, extra_params = {})","<p>Defines an attribute of OOXML object.\n<p>Parameters\n<p><code>attribute_name</code> - Name of the element attribute as seen …\n"],["define_child_node","RubyXL::OOXMLObjectClassMethods","RubyXL/OOXMLObjectClassMethods.html#method-i-define_child_node","(klass, extra_params = {})","<p>Defines a child node of OOXML object.\n<p>Parameters\n<p><code>klass</code> - Class (descendant of RubyXL::OOXMLObject) of the …\n"],["define_element_name","RubyXL::OOXMLObjectClassMethods","RubyXL/OOXMLObjectClassMethods.html#method-i-define_element_name","(element_name)","<p>Defines the name of the element that represents the current OOXML object.\nShould only be used once per …\n"],["delete_cell","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-delete_cell","(row = 0, col=0, shift=nil)","<p>by default, only sets cell to nil if :left is specified, method will shift\nrow contents to the right …\n"],["delete_column","RubyXL::ColumnRange","RubyXL/ColumnRange.html#method-i-delete_column","(col_index)",""],["delete_column","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-delete_column","(column_index = 0)",""],["delete_row","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-delete_row","(row_index=0)",""],["document_relationship","RubyXL::OOXMLRelationshipsFile","RubyXL/OOXMLRelationshipsFile.html#method-i-document_relationship","(target, type)",""],["each","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-each","()",""],["each","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-each","()",""],["empty?","RubyXL::SharedStringsTable","RubyXL/SharedStringsTable.html#method-i-empty-3F","()",""],["extract_data","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-extract_data","(args = {})","<p>returns 2d array of just the cell values (without style or formula\ninformation)\n"],["fill_color","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-fill_color","()","<p>returns cell&#39;s fill color\n"],["fills","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-fills","()",""],["find","RubyXL::ColumnRanges","RubyXL/ColumnRanges.html#method-i-find","(col_index)",""],["find_by_format_id","RubyXL::NumberFormats","RubyXL/NumberFormats.html#method-i-find_by_format_id","(format_id)",""],["find_by_rid","RubyXL::OOXMLRelationshipsFile","RubyXL/OOXMLRelationshipsFile.html#method-i-find_by_rid","(r_id)",""],["find_by_target","RubyXL::OOXMLRelationshipsFile","RubyXL/OOXMLRelationshipsFile.html#method-i-find_by_target","(target)",""],["first_col","RubyXL::Reference","RubyXL/Reference.html#method-i-first_col","()",""],["first_row","RubyXL::Reference","RubyXL/Reference.html#method-i-first_row","()",""],["font_color","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-font_color","()",""],["font_name","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-font_name","()",""],["font_size","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-font_size","()",""],["fonts","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-fonts","()",""],["generate_override","RubyXL::ContentTypes","RubyXL/ContentTypes.html#method-i-generate_override","(obj)",""],["get_column_border_bottom","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_column_border_bottom","(col=0)",""],["get_column_border_diagonal","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_column_border_diagonal","(col=0)",""],["get_column_border_left","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_column_border_left","(col=0)",""],["get_column_border_right","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_column_border_right","(col=0)",""],["get_column_border_top","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_column_border_top","(col=0)",""],["get_column_fill","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_column_fill","(col=0)",""],["get_column_font_color","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_column_font_color","(col = 0)",""],["get_column_font_name","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_column_font_name","(col = 0)",""],["get_column_font_size","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_column_font_size","(col = 0)",""],["get_column_horizontal_alignment","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_column_horizontal_alignment","(col=0)",""],["get_column_vertical_alignment","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_column_vertical_alignment","(col=0)",""],["get_column_width","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_column_width","(column_index = 0)",""],["get_fill_color","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-get_fill_color","(xf)",""],["get_index","RubyXL::SharedStringsTable","RubyXL/SharedStringsTable.html#method-i-get_index","(str, add_if_missing = false)",""],["get_name","RubyXL::Font","RubyXL/Font.html#method-i-get_name","()",""],["get_range","RubyXL::ColumnRanges","RubyXL/ColumnRanges.html#method-i-get_range","(col_index)","<p>Locate an existing column range, make a new one if not found, or split\nexisting column range into multiples. …\n"],["get_rgb_color","RubyXL::Font","RubyXL/Font.html#method-i-get_rgb_color","()",""],["get_row_border_bottom","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_row_border_bottom","(row = 0)",""],["get_row_border_diagonal","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_row_border_diagonal","(row = 0)",""],["get_row_border_left","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_row_border_left","(row = 0)",""],["get_row_border_right","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_row_border_right","(row = 0)",""],["get_row_border_top","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_row_border_top","(row = 0)",""],["get_row_fill","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_row_fill","(row = 0)",""],["get_row_font_color","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_row_font_color","(row = 0)",""],["get_row_font_name","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_row_font_name","(row = 0)",""],["get_row_font_size","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_row_font_size","(row = 0)",""],["get_row_height","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_row_height","(row = 0)",""],["get_row_horizontal_alignment","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_row_horizontal_alignment","(row = 0)",""],["get_row_vertical_alignment","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_row_vertical_alignment","(row = 0)",""],["get_size","RubyXL::Font","RubyXL/Font.html#method-i-get_size","()",""],["get_table","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-get_table","(headers = [], opts = {})",""],["horizontal_alignment","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-horizontal_alignment","()","<p>returns cell&#39;s horizontal alignment\n"],["include?","RubyXL::ColumnRange","RubyXL/ColumnRange.html#method-i-include-3F","(col_index)",""],["ind2ref","RubyXL::Reference","RubyXL/Reference.html#method-c-ind2ref","(row = 0, col = 0)","<p>Converts <code>row</code> and <code>col</code> zero-based indices to\nExcel-style cell reference (0) A…Z, AA…AZ, BA… …ZZ, …\n"],["index_in_collection","RubyXL::Cell","RubyXL/Cell.html#method-i-index_in_collection","()",""],["insert_cell","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-insert_cell","(row = 0, col = 0, data = nil, formula = nil, shift = nil)",""],["insert_column","RubyXL::ColumnRange","RubyXL/ColumnRange.html#method-i-insert_column","(col_index)",""],["insert_column","RubyXL::ColumnRanges","RubyXL/ColumnRanges.html#method-i-insert_column","(col_index)",""],["insert_column","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-insert_column","(column_index = 0)","<p>inserts column at <code>column_index</code>, pushes everything right, takes\nstyles from column to left USE OF THIS …\n"],["insert_row","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-insert_row","(row_index = 0)","\n<pre>Inserts row at row_index, pushes down, copies style from the row above (that&#39;s what Excel 2013 does!)</pre>\n"],["inspect","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-inspect","()",""],["inspect","RubyXL::Reference","RubyXL/Reference.html#method-i-inspect","()",""],["is_bold","RubyXL::Font","RubyXL/Font.html#method-i-is_bold","()",""],["is_bolded","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-is_bolded","()","<p>returns if font is bolded\n"],["is_column_bolded","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-is_column_bolded","(col = 0)",""],["is_column_italicized","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-is_column_italicized","(col = 0)",""],["is_column_struckthrough","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-is_column_struckthrough","(col = 0)",""],["is_column_underlined","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-is_column_underlined","(col = 0)",""],["is_date?","RubyXL::Cell","RubyXL/Cell.html#method-i-is_date-3F","()",""],["is_date_format?","RubyXL::NumberFormat","RubyXL/NumberFormat.html#method-i-is_date_format-3F","()",""],["is_italic","RubyXL::Font","RubyXL/Font.html#method-i-is_italic","()",""],["is_italicized","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-is_italicized","()","<p>returns if font is italicized\n"],["is_row_bolded","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-is_row_bolded","(row = 0)",""],["is_row_italicized","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-is_row_italicized","(row = 0)",""],["is_row_struckthrough","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-is_row_struckthrough","(row = 0)",""],["is_row_underlined","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-is_row_underlined","(row = 0)",""],["is_strikethrough","RubyXL::Font","RubyXL/Font.html#method-i-is_strikethrough","()",""],["is_struckthrough","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-is_struckthrough","()",""],["is_underlined","RubyXL::Font","RubyXL/Font.html#method-i-is_underlined","()",""],["is_underlined","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-is_underlined","()",""],["last_col","RubyXL::Reference","RubyXL/Reference.html#method-i-last_col","()",""],["last_row","RubyXL::Reference","RubyXL/Reference.html#method-i-last_row","()",""],["load_dir","RubyXL::GenericStorage","RubyXL/GenericStorage.html#method-i-load_dir","(root_dir)",""],["load_file","RubyXL::GenericStorage","RubyXL/GenericStorage.html#method-i-load_file","(root_dir, filename)",""],["merge_cells","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-i-merge_cells","(row1 = 0, col1 = 0, row2 = 0, col2 = 0)","<p>merges cells within a rectangular range\n"],["metadata_relationship","RubyXL::OOXMLRelationshipsFile","RubyXL/OOXMLRelationshipsFile.html#method-i-metadata_relationship","(target, type)",""],["modify_alignment","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-modify_alignment","(style_index, is_horizontal, alignment)",""],["modify_border","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-modify_border","(style_index, direction, weight)",""],["modify_fill","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-modify_fill","(style_index, rgb)",""],["modify_text_wrap","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-modify_text_wrap","(style_index, wrap = false)",""],["new","RubyXL::GenericStorage","RubyXL/GenericStorage.html#method-c-new","(local_dir_path)",""],["new","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-c-new","(worksheets=[], filepath=nil, creator=nil, modifier=nil, created_at=nil, company='', application=APPLICATION, appversion=APPVERSION, date1904=0)",""],["new","RubyXL::LegacyWorksheet","RubyXL/LegacyWorksheet.html#method-c-new","(params = {})",""],["new","RubyXL::Parser","RubyXL/Parser.html#method-c-new","(opts = {})","<p><code>:data_only</code> allows only the sheet data to be parsed, so as to\nspeed up parsing However, using this option …\n"],["new","RubyXL::Reference","RubyXL/Reference.html#method-c-new","(*params)","<p>RubyXL::Reference.new(row, col) RubyXL::Reference.new(row_from, row_to,\ncol_from, col_to) RubyXL::Reference.new(reference_string) …\n"],["new","RubyXL::SharedStringsTable","RubyXL/SharedStringsTable.html#method-c-new","(*params)",""],["new","RubyXL::Sqref","RubyXL/Sqref.html#method-c-new","(str)",""],["num_to_date","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-num_to_date","(num)",""],["number_format","RubyXL::Cell","RubyXL/Cell.html#method-i-number_format","()",""],["obtain_class_variable","RubyXL::OOXMLObjectClassMethods","RubyXL/OOXMLObjectClassMethods.html#method-i-obtain_class_variable","(var_name, default = {})","<p>Get the value of a [sub]class variable if it exists, or create the\nrespective variable with the passed-in …\n"],["parse","RubyXL::AExtension","RubyXL/AExtension.html#method-c-parse","(node)",""],["parse","RubyXL::OOXMLObjectClassMethods","RubyXL/OOXMLObjectClassMethods.html#method-i-parse","(node)",""],["parse","RubyXL::Parser","RubyXL/Parser.html#method-i-parse","(xl_file_path, opts = {})",""],["parse","RubyXL::Parser","RubyXL/Parser.html#method-c-parse","(file_path, opts = {})",""],["parse","RubyXL::RawOOXML","RubyXL/RawOOXML.html#method-c-parse","(node)",""],["raw_value","RubyXL::Cell","RubyXL/Cell.html#method-i-raw_value","()",""],["raw_value=","RubyXL::Cell","RubyXL/Cell.html#method-i-raw_value-3D","(v)",""],["ref2ind","RubyXL::Reference","RubyXL/Reference.html#method-c-ref2ind","(str)","<p>Converts Excel-style cell reference to <code>row</code> and\n<code>col</code> zero-based indices.\n"],["register_new_fill","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-register_new_fill","(new_fill, old_xf)",""],["register_new_font","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-register_new_font","(new_font, old_xf)",""],["register_new_xf","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-register_new_xf","(new_xf, old_style_index)",""],["row","RubyXL::Cell","RubyXL/Cell.html#method-i-row","()",""],["row=","RubyXL::Cell","RubyXL/Cell.html#method-i-row-3D","(v)",""],["set_bold","RubyXL::Font","RubyXL/Font.html#method-i-set_bold","(val)",""],["set_countable","RubyXL::OOXMLObjectClassMethods","RubyXL/OOXMLObjectClassMethods.html#method-i-set_countable","()","<p>TODO# This method will eventually be obsoleted.\n"],["set_italic","RubyXL::Font","RubyXL/Font.html#method-i-set_italic","(val)",""],["set_name","RubyXL::Font","RubyXL/Font.html#method-i-set_name","(val)",""],["set_rgb_color","RubyXL::Font","RubyXL/Font.html#method-i-set_rgb_color","(font_color)","<p>Helper method to modify the font color\n"],["set_size","RubyXL::Font","RubyXL/Font.html#method-i-set_size","(val)",""],["set_strikethrough","RubyXL::Font","RubyXL/Font.html#method-i-set_strikethrough","(val)",""],["set_underline","RubyXL::Font","RubyXL/Font.html#method-i-set_underline","(val)",""],["single_cell?","RubyXL::Reference","RubyXL/Reference.html#method-i-single_cell-3F","()",""],["text_wrap","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-text_wrap","()","<p>returns cell&#39;s wrap\n"],["to_s","RubyXL::Reference","RubyXL/Reference.html#method-i-to_s","()",""],["to_s","RubyXL::Sqref","RubyXL/Sqref.html#method-i-to_s","()",""],["to_s","RubyXL::Text","RubyXL/Text.html#method-i-to_s","()",""],["validate_color","RubyXL::Color","RubyXL/Color.html#method-c-validate_color","(color)","<p>validates hex color code, no &#39;#&#39; allowed\n"],["value","RubyXL::Cell","RubyXL/Cell.html#method-i-value","(args = {})","<p>Gets massaged value of the cell, converting datatypes to those known to\nRuby (that includes stripping …\n"],["vertical_alignment","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-vertical_alignment","()","<p>returns cell&#39;s vertical alignment\n"],["workbook","RubyXL::LegacyCell","RubyXL/LegacyCell.html#method-i-workbook","()",""],["write","RubyXL::LegacyWorkbook","RubyXL/LegacyWorkbook.html#method-i-write","(filepath = @filepath)","<p>filepath of xlsx file (including file itself)\n"],["write_xml","RubyXL::AExtension","RubyXL/AExtension.html#method-i-write_xml","(xml, node_name_override = nil)",""],["write_xml","RubyXL::RawOOXML","RubyXL/RawOOXML.html#method-i-write_xml","(xml, node_name_override = nil)",""],["xlsx_path","RubyXL::CalculationChain","RubyXL/CalculationChain.html#method-c-xlsx_path","()",""],["xlsx_path","RubyXL::ContentTypes","RubyXL/ContentTypes.html#method-c-xlsx_path","()",""],["xlsx_path","RubyXL::DocumentProperties","RubyXL/DocumentProperties.html#method-c-xlsx_path","()",""],["xlsx_path","RubyXL::SharedStringsTable","RubyXL/SharedStringsTable.html#method-c-xlsx_path","()",""],["README","","README_rdoc.html","","<p>rubyXL\n<p>To Install:\n\n<pre>gem install rubyXL</pre>\n"]]}}
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>Table of Contents - rubyXL 2.3.4</title>
7
+ <title>Table of Contents - rubyXL 2.4.0</title>
8
8
 
9
9
  <link href="./fonts.css" rel="stylesheet">
10
10
  <link href="./rdoc.css" rel="stylesheet">
@@ -23,7 +23,7 @@
23
23
 
24
24
  <body id="top" class="table-of-contents">
25
25
  <main role="main">
26
- <h1 class="class">Table of Contents - rubyXL 2.3.4</h1>
26
+ <h1 class="class">Table of Contents - rubyXL 2.4.0</h1>
27
27
 
28
28
  <h2 id="pages">Pages</h2>
29
29
  <ul>
@@ -76,6 +76,9 @@
76
76
 
77
77
  <h2 id="classes">Classes and Modules</h2>
78
78
  <ul>
79
+ <li class="class">
80
+ <a href="RubyXL/AExtension.html">RubyXL::AExtension</a>
81
+ </li>
79
82
  <li class="class">
80
83
  <a href="RubyXL/AExtensionStorageArea.html">RubyXL::AExtensionStorageArea</a>
81
84
  </li>
@@ -121,6 +124,15 @@
121
124
  <li class="class">
122
125
  <a href="RubyXL/ColumnRanges.html">RubyXL::ColumnRanges</a>
123
126
  </li>
127
+ <li class="class">
128
+ <a href="RubyXL/ContentTypeDefault.html">RubyXL::ContentTypeDefault</a>
129
+ </li>
130
+ <li class="class">
131
+ <a href="RubyXL/ContentTypeOverride.html">RubyXL::ContentTypeOverride</a>
132
+ </li>
133
+ <li class="class">
134
+ <a href="RubyXL/ContentTypes.html">RubyXL::ContentTypes</a>
135
+ </li>
124
136
  <li class="class">
125
137
  <a href="RubyXL/DataValidation.html">RubyXL::DataValidation</a>
126
138
  </li>
@@ -220,6 +232,9 @@
220
232
  <li class="class">
221
233
  <a href="RubyXL/StringNode.html">RubyXL::StringNode</a>
222
234
  </li>
235
+ <li class="class">
236
+ <a href="RubyXL/StringNodeW3C.html">RubyXL::StringNodeW3C</a>
237
+ </li>
223
238
  <li class="class">
224
239
  <a href="RubyXL/StringValue.html">RubyXL::StringValue</a>
225
240
  </li>
@@ -238,61 +253,35 @@
238
253
  <li class="class">
239
254
  <a href="RubyXL/WorksheetProperties.html">RubyXL::WorksheetProperties</a>
240
255
  </li>
241
- <li class="module">
242
- <a href="RubyXL/Writer.html">RubyXL::Writer</a>
243
- </li>
244
- <li class="class">
245
- <a href="RubyXL/Writer/ContentTypesWriter.html">RubyXL::Writer::ContentTypesWriter</a>
246
- </li>
247
- <li class="class">
248
- <a href="RubyXL/Writer/CoreWriter.html">RubyXL::Writer::CoreWriter</a>
249
- </li>
250
- <li class="class">
251
- <a href="RubyXL/Writer/GenericWriter.html">RubyXL::Writer::GenericWriter</a>
252
- </li>
253
- <li class="class">
254
- <a href="RubyXL/Writer/StylesWriter.html">RubyXL::Writer::StylesWriter</a>
255
- </li>
256
- <li class="class">
257
- <a href="RubyXL/Writer/ThemeWriter.html">RubyXL::Writer::ThemeWriter</a>
258
- </li>
259
- <li class="class">
260
- <a href="RubyXL/Writer/WorkbookWriter.html">RubyXL::Writer::WorkbookWriter</a>
261
- </li>
262
256
  </ul>
263
257
 
264
258
  <h2 id="methods">Methods</h2>
265
259
  <ul>
266
260
 
267
261
  <li class="method">
268
- <a href="RubyXL/DocumentProperties.html#method-c-filepath">::filepath</a>
269
- &mdash;
270
- <span class="container">RubyXL::DocumentProperties</span>
271
-
272
- <li class="method">
273
- <a href="RubyXL/SharedStringsTable.html#method-c-filepath">::filepath</a>
262
+ <a href="RubyXL/SharedStringsTable.html#method-c-content_type">::content_type</a>
274
263
  &mdash;
275
264
  <span class="container">RubyXL::SharedStringsTable</span>
276
265
 
277
266
  <li class="method">
278
- <a href="RubyXL/CalculationChain.html#method-c-filepath">::filepath</a>
267
+ <a href="RubyXL/CalculationChain.html#method-c-content_type">::content_type</a>
279
268
  &mdash;
280
269
  <span class="container">RubyXL::CalculationChain</span>
281
270
 
282
271
  <li class="method">
283
- <a href="RubyXL/Reference.html#method-c-ind2ref">::ind2ref</a>
272
+ <a href="RubyXL/DocumentProperties.html#method-c-content_type">::content_type</a>
284
273
  &mdash;
285
- <span class="container">RubyXL::Reference</span>
274
+ <span class="container">RubyXL::DocumentProperties</span>
286
275
 
287
276
  <li class="method">
288
- <a href="RubyXL/Reference.html#method-c-new">::new</a>
277
+ <a href="RubyXL/Reference.html#method-c-ind2ref">::ind2ref</a>
289
278
  &mdash;
290
279
  <span class="container">RubyXL::Reference</span>
291
280
 
292
281
  <li class="method">
293
- <a href="RubyXL/SharedStringsTable.html#method-c-new">::new</a>
282
+ <a href="RubyXL/Parser.html#method-c-new">::new</a>
294
283
  &mdash;
295
- <span class="container">RubyXL::SharedStringsTable</span>
284
+ <span class="container">RubyXL::Parser</span>
296
285
 
297
286
  <li class="method">
298
287
  <a href="RubyXL/Sqref.html#method-c-new">::new</a>
@@ -300,34 +289,34 @@
300
289
  <span class="container">RubyXL::Sqref</span>
301
290
 
302
291
  <li class="method">
303
- <a href="RubyXL/Writer/GenericWriter.html#method-c-new">::new</a>
292
+ <a href="RubyXL/GenericStorage.html#method-c-new">::new</a>
304
293
  &mdash;
305
- <span class="container">RubyXL::Writer::GenericWriter</span>
294
+ <span class="container">RubyXL::GenericStorage</span>
306
295
 
307
296
  <li class="method">
308
- <a href="RubyXL/LegacyWorkbook.html#method-c-new">::new</a>
297
+ <a href="RubyXL/SharedStringsTable.html#method-c-new">::new</a>
309
298
  &mdash;
310
- <span class="container">RubyXL::LegacyWorkbook</span>
299
+ <span class="container">RubyXL::SharedStringsTable</span>
311
300
 
312
301
  <li class="method">
313
- <a href="RubyXL/Parser.html#method-c-new">::new</a>
302
+ <a href="RubyXL/Reference.html#method-c-new">::new</a>
314
303
  &mdash;
315
- <span class="container">RubyXL::Parser</span>
304
+ <span class="container">RubyXL::Reference</span>
316
305
 
317
306
  <li class="method">
318
- <a href="RubyXL/LegacyWorksheet.html#method-c-new">::new</a>
307
+ <a href="RubyXL/LegacyWorkbook.html#method-c-new">::new</a>
319
308
  &mdash;
320
- <span class="container">RubyXL::LegacyWorksheet</span>
309
+ <span class="container">RubyXL::LegacyWorkbook</span>
321
310
 
322
311
  <li class="method">
323
- <a href="RubyXL/GenericStorage.html#method-c-new">::new</a>
312
+ <a href="RubyXL/LegacyWorksheet.html#method-c-new">::new</a>
324
313
  &mdash;
325
- <span class="container">RubyXL::GenericStorage</span>
314
+ <span class="container">RubyXL::LegacyWorksheet</span>
326
315
 
327
316
  <li class="method">
328
- <a href="RubyXL/Extension.html#method-c-parse">::parse</a>
317
+ <a href="RubyXL/RawOOXML.html#method-c-parse">::parse</a>
329
318
  &mdash;
330
- <span class="container">RubyXL::Extension</span>
319
+ <span class="container">RubyXL::RawOOXML</span>
331
320
 
332
321
  <li class="method">
333
322
  <a href="RubyXL/Parser.html#method-c-parse">::parse</a>
@@ -335,9 +324,9 @@
335
324
  <span class="container">RubyXL::Parser</span>
336
325
 
337
326
  <li class="method">
338
- <a href="RubyXL/RawOOXML.html#method-c-parse">::parse</a>
327
+ <a href="RubyXL/AExtension.html#method-c-parse">::parse</a>
339
328
  &mdash;
340
- <span class="container">RubyXL::RawOOXML</span>
329
+ <span class="container">RubyXL::AExtension</span>
341
330
 
342
331
  <li class="method">
343
332
  <a href="RubyXL/Reference.html#method-c-ref2ind">::ref2ind</a>
@@ -350,9 +339,24 @@
350
339
  <span class="container">RubyXL::Color</span>
351
340
 
352
341
  <li class="method">
353
- <a href="RubyXL/Font.html#method-i-3D-3D">#==</a>
342
+ <a href="RubyXL/CalculationChain.html#method-c-xlsx_path">::xlsx_path</a>
354
343
  &mdash;
355
- <span class="container">RubyXL::Font</span>
344
+ <span class="container">RubyXL::CalculationChain</span>
345
+
346
+ <li class="method">
347
+ <a href="RubyXL/DocumentProperties.html#method-c-xlsx_path">::xlsx_path</a>
348
+ &mdash;
349
+ <span class="container">RubyXL::DocumentProperties</span>
350
+
351
+ <li class="method">
352
+ <a href="RubyXL/ContentTypes.html#method-c-xlsx_path">::xlsx_path</a>
353
+ &mdash;
354
+ <span class="container">RubyXL::ContentTypes</span>
355
+
356
+ <li class="method">
357
+ <a href="RubyXL/SharedStringsTable.html#method-c-xlsx_path">::xlsx_path</a>
358
+ &mdash;
359
+ <span class="container">RubyXL::SharedStringsTable</span>
356
360
 
357
361
  <li class="method">
358
362
  <a href="RubyXL/BorderEdge.html#method-i-3D-3D">#==</a>
@@ -360,20 +364,25 @@
360
364
  <span class="container">RubyXL::BorderEdge</span>
361
365
 
362
366
  <li class="method">
363
- <a href="RubyXL/Reference.html#method-i-3D-3D">#==</a>
367
+ <a href="RubyXL/Font.html#method-i-3D-3D">#==</a>
364
368
  &mdash;
365
- <span class="container">RubyXL::Reference</span>
369
+ <span class="container">RubyXL::Font</span>
366
370
 
367
371
  <li class="method">
368
- <a href="RubyXL/SharedStringsTable.html#method-i-5B-5D">#[]</a>
372
+ <a href="RubyXL/Reference.html#method-i-3D-3D">#==</a>
369
373
  &mdash;
370
- <span class="container">RubyXL::SharedStringsTable</span>
374
+ <span class="container">RubyXL::Reference</span>
371
375
 
372
376
  <li class="method">
373
377
  <a href="RubyXL/LegacyWorksheet.html#method-i-5B-5D">#[]</a>
374
378
  &mdash;
375
379
  <span class="container">RubyXL::LegacyWorksheet</span>
376
380
 
381
+ <li class="method">
382
+ <a href="RubyXL/SharedStringsTable.html#method-i-5B-5D">#[]</a>
383
+ &mdash;
384
+ <span class="container">RubyXL::SharedStringsTable</span>
385
+
377
386
  <li class="method">
378
387
  <a href="RubyXL/LegacyWorkbook.html#method-i-5B-5D">#[]</a>
379
388
  &mdash;
@@ -399,11 +408,6 @@
399
408
  &mdash;
400
409
  <span class="container">RubyXL::LegacyWorksheet</span>
401
410
 
402
- <li class="method">
403
- <a href="RubyXL/Writer/GenericWriter.html#method-i-add_to_zip">#add_to_zip</a>
404
- &mdash;
405
- <span class="container">RubyXL::Writer::GenericWriter</span>
406
-
407
411
  <li class="method">
408
412
  <a href="RubyXL/GenericStorage.html#method-i-add_to_zip">#add_to_zip</a>
409
413
  &mdash;
@@ -415,9 +419,9 @@
415
419
  <span class="container">RubyXL::LegacyWorkbook</span>
416
420
 
417
421
  <li class="method">
418
- <a href="RubyXL/SharedStringsTable.html#method-i-before_write_xml">#before_write_xml</a>
422
+ <a href="RubyXL/Text.html#method-i-before_write_xml">#before_write_xml</a>
419
423
  &mdash;
420
- <span class="container">RubyXL::SharedStringsTable</span>
424
+ <span class="container">RubyXL::Text</span>
421
425
 
422
426
  <li class="method">
423
427
  <a href="RubyXL/ColumnRanges.html#method-i-before_write_xml">#before_write_xml</a>
@@ -425,15 +429,20 @@
425
429
  <span class="container">RubyXL::ColumnRanges</span>
426
430
 
427
431
  <li class="method">
428
- <a href="RubyXL/Text.html#method-i-before_write_xml">#before_write_xml</a>
432
+ <a href="RubyXL/ContentTypes.html#method-i-before_write_xml">#before_write_xml</a>
429
433
  &mdash;
430
- <span class="container">RubyXL::Text</span>
434
+ <span class="container">RubyXL::ContentTypes</span>
431
435
 
432
436
  <li class="method">
433
437
  <a href="RubyXL/DocumentProperties.html#method-i-before_write_xml">#before_write_xml</a>
434
438
  &mdash;
435
439
  <span class="container">RubyXL::DocumentProperties</span>
436
440
 
441
+ <li class="method">
442
+ <a href="RubyXL/SharedStringsTable.html#method-i-before_write_xml">#before_write_xml</a>
443
+ &mdash;
444
+ <span class="container">RubyXL::SharedStringsTable</span>
445
+
437
446
  <li class="method">
438
447
  <a href="RubyXL/GenericStorage.html#method-i-binary">#binary</a>
439
448
  &mdash;
@@ -765,14 +774,14 @@
765
774
  <span class="container">RubyXL::LegacyWorksheet</span>
766
775
 
767
776
  <li class="method">
768
- <a href="RubyXL/ColumnRange.html#method-i-delete_column">#delete_column</a>
777
+ <a href="RubyXL/LegacyWorksheet.html#method-i-delete_column">#delete_column</a>
769
778
  &mdash;
770
- <span class="container">RubyXL::ColumnRange</span>
779
+ <span class="container">RubyXL::LegacyWorksheet</span>
771
780
 
772
781
  <li class="method">
773
- <a href="RubyXL/LegacyWorksheet.html#method-i-delete_column">#delete_column</a>
782
+ <a href="RubyXL/ColumnRange.html#method-i-delete_column">#delete_column</a>
774
783
  &mdash;
775
- <span class="container">RubyXL::LegacyWorksheet</span>
784
+ <span class="container">RubyXL::ColumnRange</span>
776
785
 
777
786
  <li class="method">
778
787
  <a href="RubyXL/LegacyWorksheet.html#method-i-delete_row">#delete_row</a>
@@ -785,14 +794,14 @@
785
794
  <span class="container">RubyXL::OOXMLRelationshipsFile</span>
786
795
 
787
796
  <li class="method">
788
- <a href="RubyXL/LegacyWorksheet.html#method-i-each">#each</a>
797
+ <a href="RubyXL/LegacyWorkbook.html#method-i-each">#each</a>
789
798
  &mdash;
790
- <span class="container">RubyXL::LegacyWorksheet</span>
799
+ <span class="container">RubyXL::LegacyWorkbook</span>
791
800
 
792
801
  <li class="method">
793
- <a href="RubyXL/LegacyWorkbook.html#method-i-each">#each</a>
802
+ <a href="RubyXL/LegacyWorksheet.html#method-i-each">#each</a>
794
803
  &mdash;
795
- <span class="container">RubyXL::LegacyWorkbook</span>
804
+ <span class="container">RubyXL::LegacyWorksheet</span>
796
805
 
797
806
  <li class="method">
798
807
  <a href="RubyXL/SharedStringsTable.html#method-i-empty-3F">#empty?</a>
@@ -804,36 +813,6 @@
804
813
  &mdash;
805
814
  <span class="container">RubyXL::LegacyWorksheet</span>
806
815
 
807
- <li class="method">
808
- <a href="RubyXL/Writer/GenericWriter.html#method-i-filepath">#filepath</a>
809
- &mdash;
810
- <span class="container">RubyXL::Writer::GenericWriter</span>
811
-
812
- <li class="method">
813
- <a href="RubyXL/Writer/StylesWriter.html#method-i-filepath">#filepath</a>
814
- &mdash;
815
- <span class="container">RubyXL::Writer::StylesWriter</span>
816
-
817
- <li class="method">
818
- <a href="RubyXL/Writer/WorkbookWriter.html#method-i-filepath">#filepath</a>
819
- &mdash;
820
- <span class="container">RubyXL::Writer::WorkbookWriter</span>
821
-
822
- <li class="method">
823
- <a href="RubyXL/Writer/ContentTypesWriter.html#method-i-filepath">#filepath</a>
824
- &mdash;
825
- <span class="container">RubyXL::Writer::ContentTypesWriter</span>
826
-
827
- <li class="method">
828
- <a href="RubyXL/Writer/CoreWriter.html#method-i-filepath">#filepath</a>
829
- &mdash;
830
- <span class="container">RubyXL::Writer::CoreWriter</span>
831
-
832
- <li class="method">
833
- <a href="RubyXL/Writer/ThemeWriter.html#method-i-filepath">#filepath</a>
834
- &mdash;
835
- <span class="container">RubyXL::Writer::ThemeWriter</span>
836
-
837
816
  <li class="method">
838
817
  <a href="RubyXL/LegacyCell.html#method-i-fill_color">#fill_color</a>
839
818
  &mdash;
@@ -859,6 +838,11 @@
859
838
  &mdash;
860
839
  <span class="container">RubyXL::OOXMLRelationshipsFile</span>
861
840
 
841
+ <li class="method">
842
+ <a href="RubyXL/OOXMLRelationshipsFile.html#method-i-find_by_target">#find_by_target</a>
843
+ &mdash;
844
+ <span class="container">RubyXL::OOXMLRelationshipsFile</span>
845
+
862
846
  <li class="method">
863
847
  <a href="RubyXL/Reference.html#method-i-first_col">#first_col</a>
864
848
  &mdash;
@@ -889,6 +873,11 @@
889
873
  &mdash;
890
874
  <span class="container">RubyXL::LegacyWorkbook</span>
891
875
 
876
+ <li class="method">
877
+ <a href="RubyXL/ContentTypes.html#method-i-generate_override">#generate_override</a>
878
+ &mdash;
879
+ <span class="container">RubyXL::ContentTypes</span>
880
+
892
881
  <li class="method">
893
882
  <a href="RubyXL/LegacyWorksheet.html#method-i-get_column_border_bottom">#get_column_border_bottom</a>
894
883
  &mdash;
@@ -1070,14 +1059,14 @@
1070
1059
  <span class="container">RubyXL::ColumnRange</span>
1071
1060
 
1072
1061
  <li class="method">
1073
- <a href="RubyXL/LegacyWorksheet.html#method-i-insert_column">#insert_column</a>
1062
+ <a href="RubyXL/ColumnRanges.html#method-i-insert_column">#insert_column</a>
1074
1063
  &mdash;
1075
- <span class="container">RubyXL::LegacyWorksheet</span>
1064
+ <span class="container">RubyXL::ColumnRanges</span>
1076
1065
 
1077
1066
  <li class="method">
1078
- <a href="RubyXL/ColumnRanges.html#method-i-insert_column">#insert_column</a>
1067
+ <a href="RubyXL/LegacyWorksheet.html#method-i-insert_column">#insert_column</a>
1079
1068
  &mdash;
1080
- <span class="container">RubyXL::ColumnRanges</span>
1069
+ <span class="container">RubyXL::LegacyWorksheet</span>
1081
1070
 
1082
1071
  <li class="method">
1083
1072
  <a href="RubyXL/LegacyWorksheet.html#method-i-insert_row">#insert_row</a>
@@ -1249,16 +1238,6 @@
1249
1238
  &mdash;
1250
1239
  <span class="container">RubyXL::OOXMLObjectClassMethods</span>
1251
1240
 
1252
- <li class="method">
1253
- <a href="RubyXL/Writer/StylesWriter.html#method-i-ooxml_object">#ooxml_object</a>
1254
- &mdash;
1255
- <span class="container">RubyXL::Writer::StylesWriter</span>
1256
-
1257
- <li class="method">
1258
- <a href="RubyXL/Writer/GenericWriter.html#method-i-ooxml_object">#ooxml_object</a>
1259
- &mdash;
1260
- <span class="container">RubyXL::Writer::GenericWriter</span>
1261
-
1262
1241
  <li class="method">
1263
1242
  <a href="RubyXL/Parser.html#method-i-parse">#parse</a>
1264
1243
  &mdash;
@@ -1294,11 +1273,6 @@
1294
1273
  &mdash;
1295
1274
  <span class="container">RubyXL::LegacyWorkbook</span>
1296
1275
 
1297
- <li class="method">
1298
- <a href="RubyXL/Writer/GenericWriter.html#method-i-render_xml">#render_xml</a>
1299
- &mdash;
1300
- <span class="container">RubyXL::Writer::GenericWriter</span>
1301
-
1302
1276
  <li class="method">
1303
1277
  <a href="RubyXL/Cell.html#method-i-row">#row</a>
1304
1278
  &mdash;
@@ -1359,11 +1333,6 @@
1359
1333
  &mdash;
1360
1334
  <span class="container">RubyXL::LegacyCell</span>
1361
1335
 
1362
- <li class="method">
1363
- <a href="RubyXL/Sqref.html#method-i-to_s">#to_s</a>
1364
- &mdash;
1365
- <span class="container">RubyXL::Sqref</span>
1366
-
1367
1336
  <li class="method">
1368
1337
  <a href="RubyXL/Text.html#method-i-to_s">#to_s</a>
1369
1338
  &mdash;
@@ -1374,6 +1343,11 @@
1374
1343
  &mdash;
1375
1344
  <span class="container">RubyXL::Reference</span>
1376
1345
 
1346
+ <li class="method">
1347
+ <a href="RubyXL/Sqref.html#method-i-to_s">#to_s</a>
1348
+ &mdash;
1349
+ <span class="container">RubyXL::Sqref</span>
1350
+
1377
1351
  <li class="method">
1378
1352
  <a href="RubyXL/Cell.html#method-i-value">#value</a>
1379
1353
  &mdash;
@@ -1389,40 +1363,15 @@
1389
1363
  &mdash;
1390
1364
  <span class="container">RubyXL::LegacyCell</span>
1391
1365
 
1392
- <li class="method">
1393
- <a href="RubyXL/Writer/GenericWriter.html#method-i-write">#write</a>
1394
- &mdash;
1395
- <span class="container">RubyXL::Writer::GenericWriter</span>
1396
-
1397
- <li class="method">
1398
- <a href="RubyXL/Writer/WorkbookWriter.html#method-i-write">#write</a>
1399
- &mdash;
1400
- <span class="container">RubyXL::Writer::WorkbookWriter</span>
1401
-
1402
1366
  <li class="method">
1403
1367
  <a href="RubyXL/LegacyWorkbook.html#method-i-write">#write</a>
1404
1368
  &mdash;
1405
1369
  <span class="container">RubyXL::LegacyWorkbook</span>
1406
1370
 
1407
1371
  <li class="method">
1408
- <a href="RubyXL/Writer/ThemeWriter.html#method-i-write">#write</a>
1409
- &mdash;
1410
- <span class="container">RubyXL::Writer::ThemeWriter</span>
1411
-
1412
- <li class="method">
1413
- <a href="RubyXL/Writer/CoreWriter.html#method-i-write">#write</a>
1414
- &mdash;
1415
- <span class="container">RubyXL::Writer::CoreWriter</span>
1416
-
1417
- <li class="method">
1418
- <a href="RubyXL/Writer/ContentTypesWriter.html#method-i-write">#write</a>
1419
- &mdash;
1420
- <span class="container">RubyXL::Writer::ContentTypesWriter</span>
1421
-
1422
- <li class="method">
1423
- <a href="RubyXL/Extension.html#method-i-write_xml">#write_xml</a>
1372
+ <a href="RubyXL/AExtension.html#method-i-write_xml">#write_xml</a>
1424
1373
  &mdash;
1425
- <span class="container">RubyXL::Extension</span>
1374
+ <span class="container">RubyXL::AExtension</span>
1426
1375
 
1427
1376
  <li class="method">
1428
1377
  <a href="RubyXL/RawOOXML.html#method-i-write_xml">#write_xml</a>