rubyXL 3.3.33 → 3.4.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (463) hide show
  1. checksums.yaml +4 -4
  2. data/.circleci/config.yml +60 -0
  3. data/Gemfile +9 -8
  4. data/Gemfile.lock +124 -0
  5. data/LICENSE.txt +1 -1
  6. data/README.rdoc +46 -22
  7. data/Rakefile +29 -29
  8. data/VERSION +1 -1
  9. data/lib/rubyXL/cell.rb +2 -29
  10. data/lib/rubyXL/convenience_methods/cell.rb +276 -0
  11. data/lib/rubyXL/convenience_methods/color.rb +156 -0
  12. data/lib/rubyXL/convenience_methods/font.rb +63 -0
  13. data/lib/rubyXL/convenience_methods/workbook.rb +141 -0
  14. data/lib/rubyXL/convenience_methods/worksheet.rb +714 -0
  15. data/lib/rubyXL/convenience_methods.rb +5 -1301
  16. data/lib/rubyXL/objects/border.rb +0 -3
  17. data/lib/rubyXL/objects/calculation_chain.rb +2 -2
  18. data/lib/rubyXL/objects/cell_style.rb +1 -3
  19. data/lib/rubyXL/objects/chartsheet.rb +8 -12
  20. data/lib/rubyXL/objects/color.rb +3 -7
  21. data/lib/rubyXL/objects/column_range.rb +0 -3
  22. data/lib/rubyXL/objects/comments.rb +1 -4
  23. data/lib/rubyXL/objects/connection.rb +175 -0
  24. data/lib/rubyXL/objects/container_nodes.rb +1 -5
  25. data/lib/rubyXL/objects/content_types.rb +3 -6
  26. data/lib/rubyXL/objects/data_validation.rb +2 -2
  27. data/lib/rubyXL/objects/document_properties.rb +11 -15
  28. data/lib/rubyXL/objects/extensions.rb +0 -2
  29. data/lib/rubyXL/objects/external_links.rb +30 -8
  30. data/lib/rubyXL/objects/fill.rb +2 -5
  31. data/lib/rubyXL/objects/filters.rb +5 -7
  32. data/lib/rubyXL/objects/font.rb +2 -7
  33. data/lib/rubyXL/objects/formula.rb +3 -5
  34. data/lib/rubyXL/objects/ooxml_object.rb +26 -19
  35. data/lib/rubyXL/objects/query_table.rb +104 -0
  36. data/lib/rubyXL/objects/reference.rb +6 -8
  37. data/lib/rubyXL/objects/relationships.rb +13 -13
  38. data/lib/rubyXL/objects/root.rb +0 -2
  39. data/lib/rubyXL/objects/shared_strings.rb +3 -6
  40. data/lib/rubyXL/objects/sheet_common.rb +1 -3
  41. data/lib/rubyXL/objects/sheet_data.rb +38 -11
  42. data/lib/rubyXL/objects/simple_types.rb +16 -1
  43. data/lib/rubyXL/objects/storage.rb +51 -50
  44. data/lib/rubyXL/objects/stylesheet.rb +8 -15
  45. data/lib/rubyXL/objects/text.rb +5 -7
  46. data/lib/rubyXL/objects/theme.rb +5 -8
  47. data/lib/rubyXL/objects/workbook.rb +140 -33
  48. data/lib/rubyXL/objects/worksheet.rb +44 -31
  49. data/lib/rubyXL/parser.rb +1 -3
  50. data/lib/rubyXL/worksheet.rb +83 -91
  51. data/lib/rubyXL.rb +1 -1
  52. data/rdoc/README_rdoc.html +111 -126
  53. data/rdoc/RubyXL/AExtension.html +20 -60
  54. data/rdoc/RubyXL/AExtensionStorageArea.html +11 -17
  55. data/rdoc/RubyXL/ActiveX.html +19 -47
  56. data/rdoc/RubyXL/ActiveXBinary.html +11 -22
  57. data/rdoc/RubyXL/AdjustHandleList.html +12 -19
  58. data/rdoc/RubyXL/Alignment.html +12 -19
  59. data/rdoc/RubyXL/AlternateContent.html +11 -17
  60. data/rdoc/RubyXL/Authors.html +12 -19
  61. data/rdoc/RubyXL/AutoFilter.html +12 -19
  62. data/rdoc/RubyXL/AutoFilterColumn.html +12 -19
  63. data/rdoc/RubyXL/BinaryImageFile.html +11 -25
  64. data/rdoc/RubyXL/BodyProperties.html +12 -19
  65. data/rdoc/RubyXL/BooleanNode.html +11 -17
  66. data/rdoc/RubyXL/BooleanValue.html +11 -17
  67. data/rdoc/RubyXL/Border.html +24 -84
  68. data/rdoc/RubyXL/BorderEdge.html +19 -52
  69. data/rdoc/RubyXL/Borders.html +18 -39
  70. data/rdoc/RubyXL/Break.html +12 -19
  71. data/rdoc/RubyXL/BreakList.html +12 -19
  72. data/rdoc/RubyXL/CT_AdjPoint2D.html +12 -19
  73. data/rdoc/RubyXL/CT_AlphaBiLevelEffect.html +12 -19
  74. data/rdoc/RubyXL/CT_AlphaModulateEffect.html +12 -19
  75. data/rdoc/RubyXL/CT_AlphaModulateFixedEffect.html +12 -19
  76. data/rdoc/RubyXL/CT_AlphaOutsetEffect.html +12 -19
  77. data/rdoc/RubyXL/CT_AlphaReplaceEffect.html +12 -19
  78. data/rdoc/RubyXL/CT_Backdrop.html +12 -19
  79. data/rdoc/RubyXL/CT_Bevel.html +12 -19
  80. data/rdoc/RubyXL/CT_BiLevelEffect.html +12 -19
  81. data/rdoc/RubyXL/CT_BlendEffect.html +12 -19
  82. data/rdoc/RubyXL/CT_Blip.html +12 -19
  83. data/rdoc/RubyXL/CT_BlipFillProperties.html +12 -19
  84. data/rdoc/RubyXL/CT_BlurEffect.html +12 -19
  85. data/rdoc/RubyXL/CT_Camera.html +12 -19
  86. data/rdoc/RubyXL/CT_Color.html +12 -19
  87. data/rdoc/RubyXL/CT_ColorChangeEffect.html +12 -19
  88. data/rdoc/RubyXL/CT_ColorMapping.html +12 -19
  89. data/rdoc/RubyXL/CT_ColorScheme.html +12 -19
  90. data/rdoc/RubyXL/CT_ColorSchemeAndMapping.html +12 -19
  91. data/rdoc/RubyXL/CT_ConnectionSite.html +12 -19
  92. data/rdoc/RubyXL/CT_ConnectionSiteList.html +12 -19
  93. data/rdoc/RubyXL/CT_DashStop.html +12 -19
  94. data/rdoc/RubyXL/CT_DashStopList.html +12 -19
  95. data/rdoc/RubyXL/CT_DefaultShapeDefinition.html +12 -19
  96. data/rdoc/RubyXL/CT_DuotoneEffect.html +12 -19
  97. data/rdoc/RubyXL/CT_EffectContainer.html +12 -19
  98. data/rdoc/RubyXL/CT_EffectList.html +12 -19
  99. data/rdoc/RubyXL/CT_EffectReference.html +12 -19
  100. data/rdoc/RubyXL/CT_EffectStyleItem.html +12 -19
  101. data/rdoc/RubyXL/CT_EffectStyleList.html +12 -19
  102. data/rdoc/RubyXL/CT_EmbeddedWAVAudioFile.html +12 -19
  103. data/rdoc/RubyXL/CT_FillEffect.html +12 -19
  104. data/rdoc/RubyXL/CT_FillOverlayEffect.html +12 -19
  105. data/rdoc/RubyXL/CT_FillStyleList.html +12 -19
  106. data/rdoc/RubyXL/CT_FlatText.html +12 -19
  107. data/rdoc/RubyXL/CT_FontCollection.html +12 -19
  108. data/rdoc/RubyXL/CT_FontReference.html +12 -19
  109. data/rdoc/RubyXL/CT_GeomGuideList.html +12 -19
  110. data/rdoc/RubyXL/CT_GlowEffect.html +12 -19
  111. data/rdoc/RubyXL/CT_GradientFillProperties.html +12 -19
  112. data/rdoc/RubyXL/CT_GradientStop.html +12 -19
  113. data/rdoc/RubyXL/CT_GradientStopList.html +12 -19
  114. data/rdoc/RubyXL/CT_HSLEffect.html +12 -19
  115. data/rdoc/RubyXL/CT_HslColor.html +12 -19
  116. data/rdoc/RubyXL/CT_Hyperlink.html +12 -19
  117. data/rdoc/RubyXL/CT_InnerShadowEffect.html +12 -19
  118. data/rdoc/RubyXL/CT_LightRig.html +12 -19
  119. data/rdoc/RubyXL/CT_LineEndProperties.html +12 -19
  120. data/rdoc/RubyXL/CT_LineJoinMiterProperties.html +12 -19
  121. data/rdoc/RubyXL/CT_LineProperties.html +12 -19
  122. data/rdoc/RubyXL/CT_LineStyleList.html +12 -19
  123. data/rdoc/RubyXL/CT_LinearShadeProperties.html +12 -19
  124. data/rdoc/RubyXL/CT_LuminanceEffect.html +12 -19
  125. data/rdoc/RubyXL/CT_ObjectStyleDefaults.html +12 -19
  126. data/rdoc/RubyXL/CT_OuterShadowEffect.html +12 -19
  127. data/rdoc/RubyXL/CT_Path2D.html +12 -19
  128. data/rdoc/RubyXL/CT_Path2DArcTo.html +12 -19
  129. data/rdoc/RubyXL/CT_Path2DCubicBezierTo.html +12 -19
  130. data/rdoc/RubyXL/CT_Path2DList.html +12 -19
  131. data/rdoc/RubyXL/CT_Path2DQuadBezierTo.html +12 -19
  132. data/rdoc/RubyXL/CT_Path2DTo.html +12 -19
  133. data/rdoc/RubyXL/CT_PathShadeProperties.html +12 -19
  134. data/rdoc/RubyXL/CT_PatternFillProperties.html +12 -19
  135. data/rdoc/RubyXL/CT_Point3D.html +12 -19
  136. data/rdoc/RubyXL/CT_PolarAdjustHandle.html +12 -19
  137. data/rdoc/RubyXL/CT_PresetColor.html +12 -19
  138. data/rdoc/RubyXL/CT_PresetLineDashProperties.html +12 -19
  139. data/rdoc/RubyXL/CT_PresetShadowEffect.html +12 -19
  140. data/rdoc/RubyXL/CT_PresetTextShape.html +12 -19
  141. data/rdoc/RubyXL/CT_ReflectionEffect.html +12 -19
  142. data/rdoc/RubyXL/CT_RelativeOffsetEffect.html +12 -19
  143. data/rdoc/RubyXL/CT_RelativeRect.html +12 -19
  144. data/rdoc/RubyXL/CT_SRgbColor.html +12 -19
  145. data/rdoc/RubyXL/CT_ScRgbColor.html +12 -19
  146. data/rdoc/RubyXL/CT_Scene3D.html +12 -19
  147. data/rdoc/RubyXL/CT_SchemeColor.html +12 -19
  148. data/rdoc/RubyXL/CT_Shape3D.html +12 -19
  149. data/rdoc/RubyXL/CT_ShapeStyle.html +12 -19
  150. data/rdoc/RubyXL/CT_SoftEdgesEffect.html +12 -19
  151. data/rdoc/RubyXL/CT_SphereCoords.html +12 -19
  152. data/rdoc/RubyXL/CT_StretchInfoProperties.html +12 -19
  153. data/rdoc/RubyXL/CT_StyleMatrix.html +12 -19
  154. data/rdoc/RubyXL/CT_StyleMatrixReference.html +12 -19
  155. data/rdoc/RubyXL/CT_SupplementalFont.html +12 -19
  156. data/rdoc/RubyXL/CT_SystemColor.html +12 -19
  157. data/rdoc/RubyXL/CT_TextAutonumberBullet.html +12 -19
  158. data/rdoc/RubyXL/CT_TextBlipBullet.html +12 -19
  159. data/rdoc/RubyXL/CT_TextCharBullet.html +12 -19
  160. data/rdoc/RubyXL/CT_TextCharacterProperties.html +12 -19
  161. data/rdoc/RubyXL/CT_TextFont.html +12 -19
  162. data/rdoc/RubyXL/CT_TextListStyle.html +12 -19
  163. data/rdoc/RubyXL/CT_TextNormalAutofit.html +12 -19
  164. data/rdoc/RubyXL/CT_TextParagraphProperties.html +12 -19
  165. data/rdoc/RubyXL/CT_TextSpacing.html +12 -19
  166. data/rdoc/RubyXL/CT_TextTabStop.html +12 -19
  167. data/rdoc/RubyXL/CT_TextTabStopList.html +12 -19
  168. data/rdoc/RubyXL/CT_TileInfoProperties.html +12 -19
  169. data/rdoc/RubyXL/CT_TintEffect.html +12 -19
  170. data/rdoc/RubyXL/CT_Transform2D.html +12 -19
  171. data/rdoc/RubyXL/CT_TransformEffect.html +12 -19
  172. data/rdoc/RubyXL/CT_Vector3D.html +12 -19
  173. data/rdoc/RubyXL/CT_XYAdjustHandle.html +12 -19
  174. data/rdoc/RubyXL/CalculationChain.html +16 -45
  175. data/rdoc/RubyXL/CalculationChainCell.html +12 -19
  176. data/rdoc/RubyXL/CalculationProperties.html +12 -19
  177. data/rdoc/RubyXL/Cell.html +133 -209
  178. data/rdoc/RubyXL/CellConvenienceMethods.html +168 -522
  179. data/rdoc/RubyXL/CellExt.html +12 -19
  180. data/rdoc/RubyXL/CellSmartTag.html +12 -19
  181. data/rdoc/RubyXL/CellSmartTagProperty.html +12 -19
  182. data/rdoc/RubyXL/CellSmartTags.html +12 -19
  183. data/rdoc/RubyXL/CellStyle.html +12 -19
  184. data/rdoc/RubyXL/CellStyleXFs.html +18 -39
  185. data/rdoc/RubyXL/CellStyles.html +18 -39
  186. data/rdoc/RubyXL/CellValue.html +17 -38
  187. data/rdoc/RubyXL/CellWatch.html +12 -19
  188. data/rdoc/RubyXL/CellWatches.html +12 -19
  189. data/rdoc/RubyXL/CellXFs.html +19 -42
  190. data/rdoc/RubyXL/ChartColorsFile.html +11 -25
  191. data/rdoc/RubyXL/ChartFile.html +18 -49
  192. data/rdoc/RubyXL/ChartStyleFile.html +11 -25
  193. data/rdoc/RubyXL/ChartUserShapesFile.html +11 -25
  194. data/rdoc/RubyXL/Chartsheet.html +19 -68
  195. data/rdoc/RubyXL/ChartsheetPageSetup.html +12 -19
  196. data/rdoc/RubyXL/ChartsheetProperties.html +12 -19
  197. data/rdoc/RubyXL/ChartsheetProtection.html +12 -19
  198. data/rdoc/RubyXL/ChartsheetView.html +12 -19
  199. data/rdoc/RubyXL/ChartsheetViews.html +12 -19
  200. data/rdoc/RubyXL/Color.html +18 -55
  201. data/rdoc/RubyXL/ColorConvenienceClasses/HlsColor.html +18 -65
  202. data/rdoc/RubyXL/ColorConvenienceClasses/RgbColor.html +28 -88
  203. data/rdoc/RubyXL/ColorConvenienceClasses.html +9 -14
  204. data/rdoc/RubyXL/ColorConvenienceMethods.html +14 -33
  205. data/rdoc/RubyXL/ColorFilter.html +12 -19
  206. data/rdoc/RubyXL/ColorScale.html +12 -19
  207. data/rdoc/RubyXL/ColorSet.html +12 -19
  208. data/rdoc/RubyXL/Colors.html +12 -19
  209. data/rdoc/RubyXL/ColumnRange.html +22 -74
  210. data/rdoc/RubyXL/ColumnRanges.html +23 -83
  211. data/rdoc/RubyXL/Comment.html +12 -19
  212. data/rdoc/RubyXL/CommentList.html +12 -19
  213. data/rdoc/RubyXL/CommentsFile.html +17 -51
  214. data/rdoc/RubyXL/ConditionalFormatValue.html +12 -19
  215. data/rdoc/RubyXL/ConditionalFormatting.html +12 -19
  216. data/rdoc/RubyXL/ConditionalFormattingRule.html +12 -19
  217. data/rdoc/RubyXL/Connection.html +99 -0
  218. data/rdoc/RubyXL/ConnectionTable.html +99 -0
  219. data/rdoc/RubyXL/ConnectionTables.html +99 -0
  220. data/rdoc/RubyXL/ConnectionTextField.html +99 -0
  221. data/rdoc/RubyXL/ConnectionTextFields.html +99 -0
  222. data/rdoc/RubyXL/Connections.html +147 -0
  223. data/rdoc/RubyXL/ContentTypeDefault.html +11 -17
  224. data/rdoc/RubyXL/ContentTypeOverride.html +11 -17
  225. data/rdoc/RubyXL/ContentTypes.html +22 -63
  226. data/rdoc/RubyXL/ControlPropertiesFile.html +13 -22
  227. data/rdoc/RubyXL/CorePropertiesFile.html +34 -171
  228. data/rdoc/RubyXL/CustomColor.html +12 -19
  229. data/rdoc/RubyXL/CustomColorList.html +12 -19
  230. data/rdoc/RubyXL/CustomFilter.html +12 -19
  231. data/rdoc/RubyXL/CustomFilters.html +12 -19
  232. data/rdoc/RubyXL/CustomGeometry.html +12 -19
  233. data/rdoc/RubyXL/CustomProperties.html +12 -19
  234. data/rdoc/RubyXL/CustomPropertiesFile.html +11 -25
  235. data/rdoc/RubyXL/CustomProperty.html +12 -19
  236. data/rdoc/RubyXL/CustomPropertyFile.html +11 -25
  237. data/rdoc/RubyXL/CustomSheetView.html +12 -19
  238. data/rdoc/RubyXL/CustomSheetViews.html +12 -19
  239. data/rdoc/RubyXL/CustomWorkbookView.html +12 -19
  240. data/rdoc/RubyXL/CustomWorkbookViews.html +12 -19
  241. data/rdoc/RubyXL/CustomXMLFile.html +11 -22
  242. data/rdoc/RubyXL/DXF.html +12 -19
  243. data/rdoc/RubyXL/DXFs.html +12 -19
  244. data/rdoc/RubyXL/DataBar.html +12 -19
  245. data/rdoc/RubyXL/DataConsolidate.html +12 -19
  246. data/rdoc/RubyXL/DataConsolidationReference.html +12 -19
  247. data/rdoc/RubyXL/DataConsolidationReferences.html +12 -19
  248. data/rdoc/RubyXL/DataType.html +10 -39
  249. data/rdoc/RubyXL/DataValidation.html +12 -19
  250. data/rdoc/RubyXL/DataValidations.html +12 -19
  251. data/rdoc/RubyXL/DateGroupItem.html +12 -19
  252. data/rdoc/RubyXL/DefinedName.html +12 -19
  253. data/rdoc/RubyXL/DefinedNameExt.html +12 -19
  254. data/rdoc/RubyXL/DefinedNames.html +12 -19
  255. data/rdoc/RubyXL/DefinedNamesExt.html +12 -19
  256. data/rdoc/RubyXL/DocumentPropertiesFile.html +21 -68
  257. data/rdoc/RubyXL/DrawingFile.html +18 -49
  258. data/rdoc/RubyXL/DynamicFilter.html +12 -19
  259. data/rdoc/RubyXL/EmbeddedControl.html +12 -19
  260. data/rdoc/RubyXL/EmbeddedControls.html +12 -19
  261. data/rdoc/RubyXL/Extension.html +12 -19
  262. data/rdoc/RubyXL/ExtensionStorageArea.html +12 -19
  263. data/rdoc/RubyXL/Extents.html +12 -19
  264. data/rdoc/RubyXL/ExternalBook.html +12 -19
  265. data/rdoc/RubyXL/ExternalLinksFile.html +18 -49
  266. data/rdoc/RubyXL/ExternalReference.html +12 -19
  267. data/rdoc/RubyXL/ExternalReferences.html +12 -19
  268. data/rdoc/RubyXL/ExtraColorSchemeList.html +12 -19
  269. data/rdoc/RubyXL/FieldItem.html +12 -19
  270. data/rdoc/RubyXL/FileRecoveryProperties.html +12 -19
  271. data/rdoc/RubyXL/FileSharing.html +12 -19
  272. data/rdoc/RubyXL/FileVersion.html +12 -19
  273. data/rdoc/RubyXL/Fill.html +18 -39
  274. data/rdoc/RubyXL/Fills.html +18 -39
  275. data/rdoc/RubyXL/FilterContainer.html +12 -19
  276. data/rdoc/RubyXL/FloatNode.html +11 -17
  277. data/rdoc/RubyXL/FloatValue.html +11 -17
  278. data/rdoc/RubyXL/Font.html +21 -59
  279. data/rdoc/RubyXL/FontConvenienceMethods.html +48 -237
  280. data/rdoc/RubyXL/FontScheme.html +12 -19
  281. data/rdoc/RubyXL/Fonts.html +18 -39
  282. data/rdoc/RubyXL/Formula.html +12 -19
  283. data/rdoc/RubyXL/FunctionGroup.html +12 -19
  284. data/rdoc/RubyXL/FunctionGroups.html +12 -19
  285. data/rdoc/RubyXL/GenericStorageObject.html +21 -84
  286. data/rdoc/RubyXL/GradientFill.html +12 -19
  287. data/rdoc/RubyXL/HeaderFooterSettings.html +12 -19
  288. data/rdoc/RubyXL/Hyperlink.html +12 -19
  289. data/rdoc/RubyXL/HyperlinkRelFile.html +11 -22
  290. data/rdoc/RubyXL/Hyperlinks.html +12 -19
  291. data/rdoc/RubyXL/IconFilter.html +12 -19
  292. data/rdoc/RubyXL/IconSet.html +12 -19
  293. data/rdoc/RubyXL/IgnoredError.html +12 -19
  294. data/rdoc/RubyXL/IgnoredErrors.html +12 -19
  295. data/rdoc/RubyXL/IndexedColors.html +12 -19
  296. data/rdoc/RubyXL/InputCells.html +12 -19
  297. data/rdoc/RubyXL/IntegerNode.html +11 -17
  298. data/rdoc/RubyXL/IntegerValue.html +11 -17
  299. data/rdoc/RubyXL/LegacyCell.html +13 -66
  300. data/rdoc/RubyXL/LegacyWorksheet.html +25 -99
  301. data/rdoc/RubyXL/MRUColors.html +12 -19
  302. data/rdoc/RubyXL/MacrosFile.html +11 -25
  303. data/rdoc/RubyXL/MergedCell.html +12 -19
  304. data/rdoc/RubyXL/MergedCells.html +12 -19
  305. data/rdoc/RubyXL/NumFmt.html +12 -19
  306. data/rdoc/RubyXL/NumberFormat.html +18 -39
  307. data/rdoc/RubyXL/NumberFormats.html +18 -45
  308. data/rdoc/RubyXL/OLEObject.html +12 -19
  309. data/rdoc/RubyXL/OLEObjectFile.html +11 -25
  310. data/rdoc/RubyXL/OLEObjects.html +12 -19
  311. data/rdoc/RubyXL/OLESize.html +12 -19
  312. data/rdoc/RubyXL/OOXMLContainerObject.html +35 -132
  313. data/rdoc/RubyXL/OOXMLIgnored.html +19 -53
  314. data/rdoc/RubyXL/OOXMLObject.html +14 -25
  315. data/rdoc/RubyXL/OOXMLObjectClassMethods.html +91 -183
  316. data/rdoc/RubyXL/OOXMLObjectInstanceMethods.html +48 -185
  317. data/rdoc/RubyXL/OOXMLRelationshipsFile.html +47 -200
  318. data/rdoc/RubyXL/OOXMLTopLevelObject.html +36 -133
  319. data/rdoc/RubyXL/OdbcOleDbProperties.html +99 -0
  320. data/rdoc/RubyXL/Offset.html +12 -19
  321. data/rdoc/RubyXL/OlapProperties.html +99 -0
  322. data/rdoc/RubyXL/OleItem.html +99 -0
  323. data/rdoc/RubyXL/OleItems.html +99 -0
  324. data/rdoc/RubyXL/OleLink.html +99 -0
  325. data/rdoc/RubyXL/OutlineProperties.html +12 -19
  326. data/rdoc/RubyXL/PageMargins.html +12 -19
  327. data/rdoc/RubyXL/PageSetup.html +12 -19
  328. data/rdoc/RubyXL/PageSetupProperties.html +12 -19
  329. data/rdoc/RubyXL/Pane.html +12 -19
  330. data/rdoc/RubyXL/Parser.html +22 -56
  331. data/rdoc/RubyXL/PatternFill.html +12 -19
  332. data/rdoc/RubyXL/PhoneticProperties.html +12 -19
  333. data/rdoc/RubyXL/PhoneticRun.html +12 -19
  334. data/rdoc/RubyXL/PivotArea.html +12 -19
  335. data/rdoc/RubyXL/PivotCache.html +12 -19
  336. data/rdoc/RubyXL/PivotCacheDefinitionFile.html +13 -30
  337. data/rdoc/RubyXL/PivotCacheRecordsFile.html +11 -25
  338. data/rdoc/RubyXL/PivotCaches.html +12 -19
  339. data/rdoc/RubyXL/PivotReference.html +12 -19
  340. data/rdoc/RubyXL/PivotReferences.html +12 -19
  341. data/rdoc/RubyXL/PivotTableFile.html +13 -30
  342. data/rdoc/RubyXL/PivotTableSelection.html +12 -19
  343. data/rdoc/RubyXL/PresetGeometry.html +12 -19
  344. data/rdoc/RubyXL/PrintOptions.html +12 -19
  345. data/rdoc/RubyXL/PrinterSettingsFile.html +11 -25
  346. data/rdoc/RubyXL/ProtectedRange.html +12 -19
  347. data/rdoc/RubyXL/ProtectedRanges.html +12 -19
  348. data/rdoc/RubyXL/Protection.html +12 -19
  349. data/rdoc/RubyXL/QueryParameter.html +99 -0
  350. data/rdoc/RubyXL/QueryParameters.html +99 -0
  351. data/rdoc/RubyXL/QueryTable.html +155 -0
  352. data/rdoc/RubyXL/QueryTableDeletedField.html +99 -0
  353. data/rdoc/RubyXL/QueryTableDeletedFields.html +99 -0
  354. data/rdoc/RubyXL/QueryTableField.html +99 -0
  355. data/rdoc/RubyXL/QueryTableFields.html +99 -0
  356. data/rdoc/RubyXL/QueryTableRefresh.html +99 -0
  357. data/rdoc/RubyXL/RID.html +11 -17
  358. data/rdoc/RubyXL/RawOOXML.html +20 -60
  359. data/rdoc/RubyXL/Reference.html +62 -228
  360. data/rdoc/RubyXL/Relationship.html +11 -17
  361. data/rdoc/RubyXL/RelationshipSupport/ClassMehods.html +13 -32
  362. data/rdoc/RubyXL/RelationshipSupport.html +25 -120
  363. data/rdoc/RubyXL/RevisionPointer.html +12 -22
  364. data/rdoc/RubyXL/RichText.html +19 -39
  365. data/rdoc/RubyXL/RichTextRun.html +17 -38
  366. data/rdoc/RubyXL/Row.html +33 -168
  367. data/rdoc/RubyXL/RowExt.html +12 -19
  368. data/rdoc/RubyXL/RunProperties.html +12 -19
  369. data/rdoc/RubyXL/Scenario.html +12 -19
  370. data/rdoc/RubyXL/Scenarios.html +12 -19
  371. data/rdoc/RubyXL/Selection.html +16 -37
  372. data/rdoc/RubyXL/ShapeGuide.html +12 -19
  373. data/rdoc/RubyXL/ShapeTextRectangle.html +12 -19
  374. data/rdoc/RubyXL/SharedStringsTable.html +37 -147
  375. data/rdoc/RubyXL/Sheet.html +12 -19
  376. data/rdoc/RubyXL/SheetCalculationProperties.html +12 -19
  377. data/rdoc/RubyXL/SheetData.html +19 -53
  378. data/rdoc/RubyXL/SheetDataExt.html +12 -19
  379. data/rdoc/RubyXL/SheetDataSet.html +12 -19
  380. data/rdoc/RubyXL/SheetMetadata.html +108 -0
  381. data/rdoc/RubyXL/SheetName.html +12 -19
  382. data/rdoc/RubyXL/SheetNames.html +12 -19
  383. data/rdoc/RubyXL/Sheets.html +12 -19
  384. data/rdoc/RubyXL/SlicerCacheFile.html +11 -25
  385. data/rdoc/RubyXL/SlicerFile.html +11 -25
  386. data/rdoc/RubyXL/SmartTagProperties.html +12 -19
  387. data/rdoc/RubyXL/SmartTagType.html +12 -19
  388. data/rdoc/RubyXL/SmartTagTypes.html +12 -19
  389. data/rdoc/RubyXL/SmartTags.html +12 -19
  390. data/rdoc/RubyXL/SortCondition.html +12 -19
  391. data/rdoc/RubyXL/SortState.html +12 -19
  392. data/rdoc/RubyXL/Sqref.html +19 -53
  393. data/rdoc/RubyXL/Stop.html +12 -19
  394. data/rdoc/RubyXL/StringNode.html +11 -17
  395. data/rdoc/RubyXL/StringNodeW3C.html +20 -54
  396. data/rdoc/RubyXL/StringValue.html +11 -17
  397. data/rdoc/RubyXL/Stylesheet.html +34 -117
  398. data/rdoc/RubyXL/TableFile.html +11 -25
  399. data/rdoc/RubyXL/TableParts.html +11 -17
  400. data/rdoc/RubyXL/TableStyle.html +12 -19
  401. data/rdoc/RubyXL/TableStyles.html +12 -19
  402. data/rdoc/RubyXL/Text.html +22 -67
  403. data/rdoc/RubyXL/TextImportSettings.html +99 -0
  404. data/rdoc/RubyXL/Theme.html +19 -75
  405. data/rdoc/RubyXL/ThemeElements.html +12 -19
  406. data/rdoc/RubyXL/ThumbnailFile.html +11 -25
  407. data/rdoc/RubyXL/Top10.html +12 -19
  408. data/rdoc/RubyXL/VMLDrawingFile.html +14 -32
  409. data/rdoc/RubyXL/Variant.html +12 -19
  410. data/rdoc/RubyXL/Vector.html +17 -38
  411. data/rdoc/RubyXL/VectorValue.html +11 -17
  412. data/rdoc/RubyXL/VisualProperties.html +12 -19
  413. data/rdoc/RubyXL/WebPublishObject.html +12 -19
  414. data/rdoc/RubyXL/WebPublishObjects.html +12 -19
  415. data/rdoc/RubyXL/WebPublishingItem.html +12 -19
  416. data/rdoc/RubyXL/WebPublishingItems.html +12 -19
  417. data/rdoc/RubyXL/WebPublishingProperties.html +12 -19
  418. data/rdoc/RubyXL/WebQueryProperties.html +99 -0
  419. data/rdoc/RubyXL/Workbook.html +486 -227
  420. data/rdoc/RubyXL/WorkbookConvenienceMethods.html +130 -888
  421. data/rdoc/RubyXL/WorkbookProperties.html +12 -19
  422. data/rdoc/RubyXL/WorkbookProtection.html +12 -19
  423. data/rdoc/RubyXL/WorkbookRoot.html +27 -114
  424. data/rdoc/RubyXL/WorkbookView.html +12 -19
  425. data/rdoc/RubyXL/WorkbookViews.html +12 -19
  426. data/rdoc/RubyXL/Worksheet.html +92 -121
  427. data/rdoc/RubyXL/WorksheetConvenienceMethods.html +298 -1109
  428. data/rdoc/RubyXL/WorksheetDimensions.html +12 -19
  429. data/rdoc/RubyXL/WorksheetFormatProperties.html +11 -17
  430. data/rdoc/RubyXL/WorksheetProperties.html +12 -19
  431. data/rdoc/RubyXL/WorksheetProtection.html +12 -19
  432. data/rdoc/RubyXL/WorksheetView.html +12 -19
  433. data/rdoc/RubyXL/WorksheetViews.html +12 -19
  434. data/rdoc/RubyXL/XF.html +12 -19
  435. data/rdoc/RubyXL.html +39 -318
  436. data/rdoc/created.rid +45 -38
  437. data/rdoc/css/rdoc.css +55 -6
  438. data/rdoc/fonts/SourceCodePro-Bold.ttf +0 -0
  439. data/rdoc/fonts/SourceCodePro-Regular.ttf +0 -0
  440. data/rdoc/index.html +33 -373
  441. data/rdoc/js/darkfish.js +22 -99
  442. data/rdoc/js/navigation.js +4 -41
  443. data/rdoc/js/navigation.js.gz +0 -0
  444. data/rdoc/js/search.js +32 -31
  445. data/rdoc/js/search_index.js +1 -1
  446. data/rdoc/js/search_index.js.gz +0 -0
  447. data/rdoc/js/searcher.js +6 -6
  448. data/rdoc/js/searcher.js.gz +0 -0
  449. data/rdoc/table_of_contents.html +205 -45
  450. data/rubyXL.gemspec +53 -29
  451. data/spec/lib/cell_spec.rb +57 -6
  452. data/spec/lib/color_spec.rb +2 -1
  453. data/spec/lib/parser_spec.rb +24 -27
  454. data/spec/lib/reference_spec.rb +9 -3
  455. data/spec/lib/rgb_color_spec.rb +27 -0
  456. data/spec/lib/stylesheet_spec.rb +8 -11
  457. data/spec/lib/text_spec.rb +1 -5
  458. data/spec/lib/workbook_spec.rb +25 -4
  459. data/spec/lib/worksheet_spec.rb +873 -479
  460. data/spec/spec_helper.rb +2 -0
  461. data/test/test_parse_write.rb +15 -15
  462. metadata +54 -10
  463. data/rdoc/js/jquery.js +0 -4
@@ -4,21 +4,23 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>module RubyXL::WorkbookConvenienceMethods - rubyXL 3.3.33</title>
7
+ <title>module RubyXL::WorkbookConvenienceMethods - rubyXL 3.4.25</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "../";
11
11
  var index_rel_prefix = "../";
12
12
  </script>
13
13
 
14
- <script src="../js/jquery.js"></script>
15
- <script src="../js/darkfish.js"></script>
14
+ <script src="../js/navigation.js" defer></script>
15
+ <script src="../js/search.js" defer></script>
16
+ <script src="../js/search_index.js" defer></script>
17
+ <script src="../js/searcher.js" defer></script>
18
+ <script src="../js/darkfish.js" defer></script>
16
19
 
17
20
  <link href="../css/fonts.css" rel="stylesheet">
18
21
  <link href="../css/rdoc.css" rel="stylesheet">
19
22
 
20
23
 
21
-
22
24
  <body id="top" role="document" class="module">
23
25
  <nav role="navigation">
24
26
  <div id="project-navigation">
@@ -58,76 +60,30 @@
58
60
 
59
61
 
60
62
 
61
- <!-- Method Quickref -->
63
+
64
+ <!-- Method Quickref -->
62
65
  <div id="method-list-section" class="nav-section">
63
66
  <h3>Methods</h3>
64
67
 
65
68
  <ul class="link-list" role="directory">
66
-
67
- <li ><a href="#method-i-5B-5D">#[]</a>
68
-
69
- <li ><a href="#method-i-add_worksheet">#add_worksheet</a>
70
-
71
- <li ><a href="#method-i-application">#application</a>
72
-
73
- <li ><a href="#method-i-application-3D">#application=</a>
74
-
75
- <li ><a href="#method-i-appversion">#appversion</a>
76
-
77
- <li ><a href="#method-i-appversion-3D">#appversion=</a>
78
-
79
69
  <li ><a href="#method-i-borders">#borders</a>
80
-
81
70
  <li ><a href="#method-i-cell_xfs">#cell_xfs</a>
82
-
83
- <li ><a href="#method-i-company">#company</a>
84
-
85
- <li ><a href="#method-i-company-3D">#company=</a>
86
-
87
- <li ><a href="#method-i-created_at">#created_at</a>
88
-
89
- <li ><a href="#method-i-created_at-3D">#created_at=</a>
90
-
91
- <li ><a href="#method-i-creator">#creator</a>
92
-
93
- <li ><a href="#method-i-creator-3D">#creator=</a>
94
-
95
- <li ><a href="#method-i-date1904">#date1904</a>
96
-
97
- <li ><a href="#method-i-date1904-3D">#date1904=</a>
98
-
71
+ <li ><a href="#method-i-define_new_name">#define_new_name</a>
99
72
  <li ><a href="#method-i-each">#each</a>
100
-
101
73
  <li ><a href="#method-i-fills">#fills</a>
102
-
103
74
  <li ><a href="#method-i-fonts">#fonts</a>
104
-
75
+ <li ><a href="#method-i-get_defined_name">#get_defined_name</a>
105
76
  <li ><a href="#method-i-get_fill_color">#get_fill_color</a>
106
-
107
- <li ><a href="#method-i-modified_at">#modified_at</a>
108
-
109
- <li ><a href="#method-i-modified_at-3D">#modified_at=</a>
110
-
111
- <li ><a href="#method-i-modifier">#modifier</a>
112
-
113
- <li ><a href="#method-i-modifier-3D">#modifier=</a>
114
-
115
77
  <li ><a href="#method-i-modify_alignment">#modify_alignment</a>
116
-
117
78
  <li ><a href="#method-i-modify_border">#modify_border</a>
118
-
119
79
  <li ><a href="#method-i-modify_border_color">#modify_border_color</a>
120
-
121
80
  <li ><a href="#method-i-modify_fill">#modify_fill</a>
122
-
123
81
  <li ><a href="#method-i-password_hash">#password_hash</a>
124
-
125
82
  <li ><a href="#method-i-register_new_fill">#register_new_fill</a>
126
-
127
83
  <li ><a href="#method-i-register_new_font">#register_new_font</a>
128
-
129
84
  <li ><a href="#method-i-register_new_xf">#register_new_xf</a>
130
-
85
+ <li ><a href="#method-i-title">#title</a>
86
+ <li ><a href="#method-i-title-3D">#title=</a>
131
87
  </ul>
132
88
  </div>
133
89
 
@@ -143,913 +99,235 @@
143
99
 
144
100
  </section>
145
101
 
146
-
147
-
148
-
149
102
  <section id="5Buntitled-5D" class="documentation-section">
150
-
151
103
 
152
-
153
104
 
154
-
155
- <section class="constants-list">
156
- <header>
157
- <h3>Constants</h3>
158
- </header>
159
- <dl>
160
-
161
- <dt id="SHEET_NAME_TEMPLATE">SHEET_NAME_TEMPLATE
162
-
163
- <dd>
164
-
165
-
166
- </dl>
167
- </section>
168
-
169
105
 
170
-
171
106
 
172
-
107
+
173
108
  <section id="public-instance-5Buntitled-5D-method-details" class="method-section">
174
109
  <header>
175
110
  <h3>Public Instance Methods</h3>
176
111
  </header>
177
112
 
178
-
179
- <div id="method-i-5B-5D" class="method-detail ">
180
-
181
- <div class="method-heading">
182
- <span class="method-name">[]</span><span
183
- class="method-args">(ind)</span>
184
-
185
- <span class="method-click-advice">click to toggle source</span>
186
-
187
- </div>
188
-
189
-
190
- <div class="method-description">
191
-
192
- <p>Finds worksheet by its name or numerical index</p>
193
-
194
-
195
-
196
-
197
- <div class="method-source-code" id="5B-5D-source">
198
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 7</span>
199
- <span class="ruby-keyword">def</span> <span class="ruby-operator">[]</span>(<span class="ruby-identifier">ind</span>)
200
- <span class="ruby-keyword">case</span> <span class="ruby-identifier">ind</span>
201
- <span class="ruby-keyword">when</span> <span class="ruby-constant">Integer</span> <span class="ruby-keyword">then</span> <span class="ruby-identifier">worksheets</span>[<span class="ruby-identifier">ind</span>]
202
- <span class="ruby-keyword">when</span> <span class="ruby-constant">String</span> <span class="ruby-keyword">then</span> <span class="ruby-identifier">worksheets</span>.<span class="ruby-identifier">find</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">ws</span><span class="ruby-operator">|</span> <span class="ruby-identifier">ws</span>.<span class="ruby-identifier">sheet_name</span> <span class="ruby-operator">==</span> <span class="ruby-identifier">ind</span> }
203
- <span class="ruby-keyword">end</span>
204
- <span class="ruby-keyword">end</span></pre>
205
- </div>
206
-
207
- </div>
208
-
209
-
210
-
211
-
212
- </div>
213
-
214
-
215
- <div id="method-i-add_worksheet" class="method-detail ">
216
-
217
- <div class="method-heading">
218
- <span class="method-name">add_worksheet</span><span
219
- class="method-args">(name = nil)</span>
220
-
221
- <span class="method-click-advice">click to toggle source</span>
222
-
223
- </div>
224
-
225
-
226
- <div class="method-description">
227
-
228
- <p>Create new simple worksheet and add it to the workbook worksheets</p>
229
-
230
- <p>@param [String] The name for the new worksheet</p>
231
-
232
-
233
-
234
-
235
- <div class="method-source-code" id="add_worksheet-source">
236
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 17</span>
237
- <span class="ruby-keyword">def</span> <span class="ruby-identifier">add_worksheet</span>(<span class="ruby-identifier">name</span> = <span class="ruby-keyword">nil</span>)
238
- <span class="ruby-keyword">if</span> <span class="ruby-identifier">name</span>.<span class="ruby-identifier">nil?</span> <span class="ruby-keyword">then</span>
239
- <span class="ruby-identifier">n</span> = <span class="ruby-value">0</span>
240
-
241
- <span class="ruby-keyword">begin</span>
242
- <span class="ruby-identifier">name</span> = <span class="ruby-constant">SHEET_NAME_TEMPLATE</span> <span class="ruby-operator">%</span> (<span class="ruby-identifier">n</span> <span class="ruby-operator">+=</span> <span class="ruby-value">1</span>)
243
- <span class="ruby-keyword">end</span> <span class="ruby-keyword">until</span> <span class="ruby-keyword">self</span>[<span class="ruby-identifier">name</span>].<span class="ruby-identifier">nil?</span>
244
- <span class="ruby-keyword">end</span>
245
-
246
- <span class="ruby-identifier">new_worksheet</span> = <span class="ruby-constant">Worksheet</span>.<span class="ruby-identifier">new</span>(<span class="ruby-value">:workbook</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-keyword">self</span>, <span class="ruby-value">:sheet_name</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">name</span>)
247
- <span class="ruby-identifier">worksheets</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">new_worksheet</span>
248
- <span class="ruby-identifier">new_worksheet</span>
249
- <span class="ruby-keyword">end</span></pre>
250
- </div>
251
-
252
- </div>
253
-
254
-
255
-
256
-
257
- </div>
258
-
259
-
260
- <div id="method-i-application" class="method-detail ">
261
-
262
- <div class="method-heading">
263
- <span class="method-name">application</span><span
264
- class="method-args">()</span>
265
-
266
- <span class="method-click-advice">click to toggle source</span>
267
-
268
- </div>
269
-
270
-
271
- <div class="method-description">
272
-
273
-
274
-
275
-
276
-
277
-
278
- <div class="method-source-code" id="application-source">
279
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 53</span>
280
- <span class="ruby-keyword">def</span> <span class="ruby-identifier">application</span>
281
- <span class="ruby-identifier">root</span>.<span class="ruby-identifier">document_properties</span>.<span class="ruby-identifier">application</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">root</span>.<span class="ruby-identifier">document_properties</span>.<span class="ruby-identifier">application</span>.<span class="ruby-identifier">value</span>
282
- <span class="ruby-keyword">end</span></pre>
283
- </div>
284
-
285
- </div>
286
-
287
-
288
-
289
-
290
- </div>
291
-
292
-
293
- <div id="method-i-application-3D" class="method-detail ">
294
-
295
- <div class="method-heading">
296
- <span class="method-name">application=</span><span
297
- class="method-args">(v)</span>
298
-
299
- <span class="method-click-advice">click to toggle source</span>
300
-
301
- </div>
302
-
303
-
304
- <div class="method-description">
305
-
306
-
307
-
308
-
309
-
310
-
311
- <div class="method-source-code" id="application-3D-source">
312
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 57</span>
313
- <span class="ruby-keyword">def</span> <span class="ruby-identifier">application=</span>(<span class="ruby-identifier">v</span>)
314
- <span class="ruby-identifier">root</span>.<span class="ruby-identifier">document_properties</span>.<span class="ruby-identifier">application</span> <span class="ruby-operator">||=</span> <span class="ruby-constant">StringNode</span>.<span class="ruby-identifier">new</span>
315
- <span class="ruby-identifier">root</span>.<span class="ruby-identifier">document_properties</span>.<span class="ruby-identifier">application</span>.<span class="ruby-identifier">value</span> = <span class="ruby-identifier">v</span>
316
- <span class="ruby-keyword">end</span></pre>
317
- </div>
318
-
319
- </div>
320
-
321
-
322
-
323
-
324
- </div>
325
-
326
-
327
- <div id="method-i-appversion" class="method-detail ">
328
-
329
- <div class="method-heading">
330
- <span class="method-name">appversion</span><span
331
- class="method-args">()</span>
332
-
333
- <span class="method-click-advice">click to toggle source</span>
334
-
335
- </div>
336
-
337
-
338
- <div class="method-description">
339
-
340
-
341
-
342
-
343
-
344
-
345
- <div class="method-source-code" id="appversion-source">
346
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 62</span>
347
- <span class="ruby-keyword">def</span> <span class="ruby-identifier">appversion</span>
348
- <span class="ruby-identifier">root</span>.<span class="ruby-identifier">document_properties</span>.<span class="ruby-identifier">app_version</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">root</span>.<span class="ruby-identifier">document_properties</span>.<span class="ruby-identifier">app_version</span>.<span class="ruby-identifier">value</span>
349
- <span class="ruby-keyword">end</span></pre>
350
- </div>
351
-
352
- </div>
353
-
354
-
355
-
356
-
357
- </div>
358
-
359
-
360
- <div id="method-i-appversion-3D" class="method-detail ">
361
-
362
- <div class="method-heading">
363
- <span class="method-name">appversion=</span><span
364
- class="method-args">(v)</span>
365
-
366
- <span class="method-click-advice">click to toggle source</span>
367
-
368
- </div>
369
-
370
-
371
- <div class="method-description">
372
-
373
-
374
-
375
-
376
-
377
-
378
- <div class="method-source-code" id="appversion-3D-source">
379
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 66</span>
380
- <span class="ruby-keyword">def</span> <span class="ruby-identifier">appversion=</span>(<span class="ruby-identifier">v</span>)
381
- <span class="ruby-identifier">root</span>.<span class="ruby-identifier">document_properties</span>.<span class="ruby-identifier">app_version</span> <span class="ruby-operator">||=</span> <span class="ruby-constant">StringNode</span>.<span class="ruby-identifier">new</span>
382
- <span class="ruby-identifier">root</span>.<span class="ruby-identifier">document_properties</span>.<span class="ruby-identifier">app_version</span>.<span class="ruby-identifier">value</span> = <span class="ruby-identifier">v</span>
383
- <span class="ruby-keyword">end</span></pre>
384
- </div>
385
-
386
- </div>
387
-
388
-
389
-
390
-
391
- </div>
392
-
393
-
394
113
  <div id="method-i-borders" class="method-detail ">
395
-
396
114
  <div class="method-heading">
397
115
  <span class="method-name">borders</span><span
398
116
  class="method-args">()</span>
399
-
400
117
  <span class="method-click-advice">click to toggle source</span>
401
-
402
- </div>
403
-
404
-
405
- <div class="method-description">
406
-
407
-
408
-
409
-
410
-
411
-
412
- <div class="method-source-code" id="borders-source">
413
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 115</span>
414
- <span class="ruby-keyword">def</span> <span class="ruby-identifier">borders</span> <span class="ruby-comment"># Stylesheet should be pre-filled with defaults on initialize()</span>
415
- <span class="ruby-identifier">stylesheet</span>.<span class="ruby-identifier">borders</span>
416
- <span class="ruby-keyword">end</span></pre>
417
- </div>
418
-
419
- </div>
420
-
421
-
422
-
423
-
424
- </div>
425
-
426
-
427
- <div id="method-i-cell_xfs" class="method-detail ">
428
-
429
- <div class="method-heading">
430
- <span class="method-name">cell_xfs</span><span
431
- class="method-args">()</span>
432
-
433
- <span class="method-click-advice">click to toggle source</span>
434
-
435
- </div>
436
-
437
-
438
- <div class="method-description">
439
-
440
-
441
-
442
-
443
-
444
-
445
- <div class="method-source-code" id="cell_xfs-source">
446
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 103</span>
447
- <span class="ruby-keyword">def</span> <span class="ruby-identifier">cell_xfs</span> <span class="ruby-comment"># Stylesheet should be pre-filled with defaults on initialize()</span>
448
- <span class="ruby-identifier">stylesheet</span>.<span class="ruby-identifier">cell_xfs</span>
449
- <span class="ruby-keyword">end</span></pre>
450
- </div>
451
-
452
- </div>
453
-
454
-
455
-
456
-
457
- </div>
458
-
459
-
460
- <div id="method-i-company" class="method-detail ">
461
-
462
- <div class="method-heading">
463
- <span class="method-name">company</span><span
464
- class="method-args">()</span>
465
-
466
- <span class="method-click-advice">click to toggle source</span>
467
-
468
- </div>
469
-
470
-
471
- <div class="method-description">
472
-
473
-
474
-
475
-
476
-
477
-
478
- <div class="method-source-code" id="company-source">
479
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 44</span>
480
- <span class="ruby-keyword">def</span> <span class="ruby-identifier">company</span>
481
- <span class="ruby-identifier">root</span>.<span class="ruby-identifier">document_properties</span>.<span class="ruby-identifier">company</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">root</span>.<span class="ruby-identifier">document_properties</span>.<span class="ruby-identifier">company</span>.<span class="ruby-identifier">value</span>
482
- <span class="ruby-keyword">end</span></pre>
483
- </div>
484
-
485
- </div>
486
-
487
-
488
-
489
-
490
- </div>
491
-
492
-
493
- <div id="method-i-company-3D" class="method-detail ">
494
-
495
- <div class="method-heading">
496
- <span class="method-name">company=</span><span
497
- class="method-args">(v)</span>
498
-
499
- <span class="method-click-advice">click to toggle source</span>
500
-
501
- </div>
502
-
503
-
504
- <div class="method-description">
505
-
506
-
507
-
508
-
509
-
510
-
511
- <div class="method-source-code" id="company-3D-source">
512
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 48</span>
513
- <span class="ruby-keyword">def</span> <span class="ruby-identifier">company=</span>(<span class="ruby-identifier">v</span>)
514
- <span class="ruby-identifier">root</span>.<span class="ruby-identifier">document_properties</span>.<span class="ruby-identifier">company</span> <span class="ruby-operator">||=</span> <span class="ruby-constant">StringNode</span>.<span class="ruby-identifier">new</span>
515
- <span class="ruby-identifier">root</span>.<span class="ruby-identifier">document_properties</span>.<span class="ruby-identifier">company</span>.<span class="ruby-identifier">value</span> = <span class="ruby-identifier">v</span>
516
- <span class="ruby-keyword">end</span></pre>
517
- </div>
518
-
519
- </div>
520
-
521
-
522
-
523
-
524
- </div>
525
-
526
-
527
- <div id="method-i-created_at" class="method-detail ">
528
-
529
- <div class="method-heading">
530
- <span class="method-name">created_at</span><span
531
- class="method-args">()</span>
532
-
533
- <span class="method-click-advice">click to toggle source</span>
534
-
535
- </div>
536
-
537
-
538
- <div class="method-description">
539
-
540
-
541
-
542
-
543
-
544
-
545
- <div class="method-source-code" id="created_at-source">
546
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 87</span>
547
- <span class="ruby-keyword">def</span> <span class="ruby-identifier">created_at</span>
548
- <span class="ruby-identifier">root</span>.<span class="ruby-identifier">core_properties</span>.<span class="ruby-identifier">created_at</span>
549
- <span class="ruby-keyword">end</span></pre>
550
- </div>
551
-
552
- </div>
553
-
554
-
555
-
556
-
557
- </div>
558
-
559
-
560
- <div id="method-i-created_at-3D" class="method-detail ">
561
-
562
- <div class="method-heading">
563
- <span class="method-name">created_at=</span><span
564
- class="method-args">(v)</span>
565
-
566
- <span class="method-click-advice">click to toggle source</span>
567
-
568
- </div>
569
-
570
-
571
- <div class="method-description">
572
-
573
-
574
-
575
-
576
-
577
-
578
- <div class="method-source-code" id="created_at-3D-source">
579
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 91</span>
580
- <span class="ruby-keyword">def</span> <span class="ruby-identifier">created_at=</span>(<span class="ruby-identifier">v</span>)
581
- <span class="ruby-identifier">root</span>.<span class="ruby-identifier">core_properties</span>.<span class="ruby-identifier">created_at</span> = <span class="ruby-identifier">v</span>
582
- <span class="ruby-keyword">end</span></pre>
583
- </div>
584
-
585
- </div>
586
-
587
-
588
-
589
-
590
- </div>
591
-
592
-
593
- <div id="method-i-creator" class="method-detail ">
594
-
595
- <div class="method-heading">
596
- <span class="method-name">creator</span><span
597
- class="method-args">()</span>
598
-
599
- <span class="method-click-advice">click to toggle source</span>
600
-
601
- </div>
602
-
603
-
604
- <div class="method-description">
605
-
606
-
607
-
608
-
609
-
610
-
611
- <div class="method-source-code" id="creator-source">
612
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 71</span>
613
- <span class="ruby-keyword">def</span> <span class="ruby-identifier">creator</span>
614
- <span class="ruby-identifier">root</span>.<span class="ruby-identifier">core_properties</span>.<span class="ruby-identifier">creator</span>
615
- <span class="ruby-keyword">end</span></pre>
616
- </div>
617
-
618
- </div>
619
-
620
-
621
-
622
-
623
- </div>
624
-
625
-
626
- <div id="method-i-creator-3D" class="method-detail ">
627
-
628
- <div class="method-heading">
629
- <span class="method-name">creator=</span><span
630
- class="method-args">(v)</span>
631
-
632
- <span class="method-click-advice">click to toggle source</span>
633
-
634
118
  </div>
635
-
636
119
 
637
120
  <div class="method-description">
638
121
 
639
-
640
-
641
-
642
122
 
643
-
644
- <div class="method-source-code" id="creator-3D-source">
645
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 75</span>
646
- <span class="ruby-keyword">def</span> <span class="ruby-identifier">creator=</span>(<span class="ruby-identifier">v</span>)
647
- <span class="ruby-identifier">root</span>.<span class="ruby-identifier">core_properties</span>.<span class="ruby-identifier">creator</span> = <span class="ruby-identifier">v</span>
123
+ <div class="method-source-code" id="borders-source">
124
+ <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/workbook.rb, line 19</span>
125
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">borders</span> <span class="ruby-comment"># Stylesheet should be pre-filled with defaults on initialize()</span>
126
+ <span class="ruby-identifier">stylesheet</span>.<span class="ruby-identifier">borders</span>
648
127
  <span class="ruby-keyword">end</span></pre>
649
128
  </div>
650
-
651
129
  </div>
652
130
 
653
-
654
131
 
655
-
656
132
  </div>
657
133
 
658
-
659
- <div id="method-i-date1904" class="method-detail ">
660
-
134
+ <div id="method-i-cell_xfs" class="method-detail ">
661
135
  <div class="method-heading">
662
- <span class="method-name">date1904</span><span
136
+ <span class="method-name">cell_xfs</span><span
663
137
  class="method-args">()</span>
664
-
665
138
  <span class="method-click-advice">click to toggle source</span>
666
-
667
139
  </div>
668
-
669
140
 
670
141
  <div class="method-description">
671
142
 
672
-
673
-
674
-
675
143
 
676
-
677
- <div class="method-source-code" id="date1904-source">
678
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 35</span>
679
- <span class="ruby-keyword">def</span> <span class="ruby-identifier">date1904</span>
680
- <span class="ruby-identifier">workbook_properties</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">workbook_properties</span>.<span class="ruby-identifier">date1904</span>
144
+ <div class="method-source-code" id="cell_xfs-source">
145
+ <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/workbook.rb, line 7</span>
146
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">cell_xfs</span> <span class="ruby-comment"># Stylesheet should be pre-filled with defaults on initialize()</span>
147
+ <span class="ruby-identifier">stylesheet</span>.<span class="ruby-identifier">cell_xfs</span>
681
148
  <span class="ruby-keyword">end</span></pre>
682
149
  </div>
683
-
684
150
  </div>
685
151
 
686
-
687
152
 
688
-
689
153
  </div>
690
154
 
691
-
692
- <div id="method-i-date1904-3D" class="method-detail ">
693
-
155
+ <div id="method-i-define_new_name" class="method-detail ">
694
156
  <div class="method-heading">
695
- <span class="method-name">date1904=</span><span
696
- class="method-args">(v)</span>
697
-
157
+ <span class="method-name">define_new_name</span><span
158
+ class="method-args">(name, reference)</span>
698
159
  <span class="method-click-advice">click to toggle source</span>
699
-
700
160
  </div>
701
-
702
161
 
703
162
  <div class="method-description">
704
163
 
705
-
706
-
707
-
708
164
 
709
-
710
- <div class="method-source-code" id="date1904-3D-source">
711
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 39</span>
712
- <span class="ruby-keyword">def</span> <span class="ruby-identifier">date1904=</span>(<span class="ruby-identifier">v</span>)
713
- <span class="ruby-keyword">self</span>.<span class="ruby-identifier">workbook_properties</span> <span class="ruby-operator">||=</span> <span class="ruby-constant">RubyXL</span><span class="ruby-operator">::</span><span class="ruby-constant">WorkbookProperties</span>.<span class="ruby-identifier">new</span>
714
- <span class="ruby-identifier">workbook_properties</span>.<span class="ruby-identifier">date1904</span> = <span class="ruby-identifier">v</span>
165
+ <div class="method-source-code" id="define_new_name-source">
166
+ <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/workbook.rb, line 122</span>
167
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">define_new_name</span>(<span class="ruby-identifier">name</span>, <span class="ruby-identifier">reference</span>)
168
+ <span class="ruby-keyword">self</span>.<span class="ruby-identifier">defined_names</span> <span class="ruby-operator">||=</span> <span class="ruby-constant">RubyXL</span><span class="ruby-operator">::</span><span class="ruby-constant">DefinedNames</span>.<span class="ruby-identifier">new</span>
169
+ <span class="ruby-keyword">self</span>.<span class="ruby-identifier">defined_names</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-constant">RubyXL</span><span class="ruby-operator">::</span><span class="ruby-constant">DefinedName</span>.<span class="ruby-identifier">new</span>({<span class="ruby-value">:name</span> <span class="ruby-operator">=&gt;</span> <span class="ruby-identifier">name</span>, <span class="ruby-value">:reference</span> <span class="ruby-operator">=&gt;</span> <span class="ruby-identifier">reference</span>})
715
170
  <span class="ruby-keyword">end</span></pre>
716
171
  </div>
717
-
718
172
  </div>
719
173
 
720
-
721
174
 
722
-
723
175
  </div>
724
176
 
725
-
726
177
  <div id="method-i-each" class="method-detail ">
727
-
728
178
  <div class="method-heading">
729
179
  <span class="method-name">each</span><span
730
180
  class="method-args">() { |i| ... }</span>
731
-
732
181
  <span class="method-click-advice">click to toggle source</span>
733
-
734
182
  </div>
735
-
736
183
 
737
184
  <div class="method-description">
738
185
 
739
-
740
-
741
-
742
186
 
743
-
744
187
  <div class="method-source-code" id="each-source">
745
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 31</span>
746
- <span class="ruby-keyword">def</span> <span class="ruby-identifier">each</span>
188
+ <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/workbook.rb, line 3</span>
189
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">each</span>
747
190
  <span class="ruby-identifier">worksheets</span>.<span class="ruby-identifier">each</span>{ <span class="ruby-operator">|</span><span class="ruby-identifier">i</span><span class="ruby-operator">|</span> <span class="ruby-keyword">yield</span> <span class="ruby-identifier">i</span> }
748
191
  <span class="ruby-keyword">end</span></pre>
749
192
  </div>
750
-
751
193
  </div>
752
194
 
753
-
754
195
 
755
-
756
196
  </div>
757
197
 
758
-
759
198
  <div id="method-i-fills" class="method-detail ">
760
-
761
199
  <div class="method-heading">
762
200
  <span class="method-name">fills</span><span
763
201
  class="method-args">()</span>
764
-
765
202
  <span class="method-click-advice">click to toggle source</span>
766
-
767
203
  </div>
768
-
769
204
 
770
205
  <div class="method-description">
771
206
 
772
-
773
-
774
-
775
207
 
776
-
777
208
  <div class="method-source-code" id="fills-source">
778
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 111</span>
779
- <span class="ruby-keyword">def</span> <span class="ruby-identifier">fills</span> <span class="ruby-comment"># Stylesheet should be pre-filled with defaults on initialize()</span>
209
+ <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/workbook.rb, line 15</span>
210
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">fills</span> <span class="ruby-comment"># Stylesheet should be pre-filled with defaults on initialize()</span>
780
211
  <span class="ruby-identifier">stylesheet</span>.<span class="ruby-identifier">fills</span>
781
212
  <span class="ruby-keyword">end</span></pre>
782
213
  </div>
783
-
784
214
  </div>
785
215
 
786
-
787
216
 
788
-
789
217
  </div>
790
218
 
791
-
792
219
  <div id="method-i-fonts" class="method-detail ">
793
-
794
220
  <div class="method-heading">
795
221
  <span class="method-name">fonts</span><span
796
222
  class="method-args">()</span>
797
-
798
223
  <span class="method-click-advice">click to toggle source</span>
799
-
800
224
  </div>
801
-
802
225
 
803
226
  <div class="method-description">
804
227
 
805
-
806
-
807
-
808
228
 
809
-
810
229
  <div class="method-source-code" id="fonts-source">
811
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 107</span>
812
- <span class="ruby-keyword">def</span> <span class="ruby-identifier">fonts</span> <span class="ruby-comment"># Stylesheet should be pre-filled with defaults on initialize()</span>
230
+ <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/workbook.rb, line 11</span>
231
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">fonts</span> <span class="ruby-comment"># Stylesheet should be pre-filled with defaults on initialize()</span>
813
232
  <span class="ruby-identifier">stylesheet</span>.<span class="ruby-identifier">fonts</span>
814
233
  <span class="ruby-keyword">end</span></pre>
815
234
  </div>
816
-
817
- </div>
818
-
819
-
820
-
821
-
822
- </div>
823
-
824
-
825
- <div id="method-i-get_fill_color" class="method-detail ">
826
-
827
- <div class="method-heading">
828
- <span class="method-name">get_fill_color</span><span
829
- class="method-args">(xf)</span>
830
-
831
- <span class="method-click-advice">click to toggle source</span>
832
-
833
- </div>
834
-
835
-
836
- <div class="method-description">
837
-
838
-
839
-
840
-
841
-
842
-
843
- <div class="method-source-code" id="get_fill_color-source">
844
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 119</span>
845
- <span class="ruby-keyword">def</span> <span class="ruby-identifier">get_fill_color</span>(<span class="ruby-identifier">xf</span>)
846
- <span class="ruby-identifier">fill</span> = <span class="ruby-identifier">fills</span>[<span class="ruby-identifier">xf</span>.<span class="ruby-identifier">fill_id</span>]
847
- <span class="ruby-identifier">pattern</span> = <span class="ruby-identifier">fill</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">fill</span>.<span class="ruby-identifier">pattern_fill</span>
848
- <span class="ruby-identifier">color</span> = <span class="ruby-identifier">pattern</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">pattern</span>.<span class="ruby-identifier">fg_color</span>
849
- <span class="ruby-identifier">color</span> = <span class="ruby-identifier">color</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">color</span>.<span class="ruby-identifier">get_rgb</span>(<span class="ruby-keyword">self</span>)
850
- <span class="ruby-identifier">color</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">color</span>.<span class="ruby-identifier">to_s</span> <span class="ruby-operator">||</span> <span class="ruby-string">&#39;ffffff&#39;</span>
851
- <span class="ruby-keyword">end</span></pre>
852
- </div>
853
-
854
- </div>
855
-
856
-
857
-
858
-
859
- </div>
860
-
861
-
862
- <div id="method-i-modified_at" class="method-detail ">
863
-
864
- <div class="method-heading">
865
- <span class="method-name">modified_at</span><span
866
- class="method-args">()</span>
867
-
868
- <span class="method-click-advice">click to toggle source</span>
869
-
870
- </div>
871
-
872
-
873
- <div class="method-description">
874
-
875
-
876
-
877
-
878
-
879
-
880
- <div class="method-source-code" id="modified_at-source">
881
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 95</span>
882
- <span class="ruby-keyword">def</span> <span class="ruby-identifier">modified_at</span>
883
- <span class="ruby-identifier">root</span>.<span class="ruby-identifier">core_properties</span>.<span class="ruby-identifier">modified_at</span>
884
- <span class="ruby-keyword">end</span></pre>
885
- </div>
886
-
887
- </div>
888
-
889
-
890
-
891
-
892
- </div>
893
-
894
-
895
- <div id="method-i-modified_at-3D" class="method-detail ">
896
-
897
- <div class="method-heading">
898
- <span class="method-name">modified_at=</span><span
899
- class="method-args">(v)</span>
900
-
901
- <span class="method-click-advice">click to toggle source</span>
902
-
903
- </div>
904
-
905
-
906
- <div class="method-description">
907
-
908
-
909
-
910
-
911
-
912
-
913
- <div class="method-source-code" id="modified_at-3D-source">
914
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 99</span>
915
- <span class="ruby-keyword">def</span> <span class="ruby-identifier">modified_at=</span>(<span class="ruby-identifier">v</span>)
916
- <span class="ruby-identifier">root</span>.<span class="ruby-identifier">core_properties</span>.<span class="ruby-identifier">modified_at</span> = <span class="ruby-identifier">v</span>
917
- <span class="ruby-keyword">end</span></pre>
918
- </div>
919
-
920
235
  </div>
921
236
 
922
-
923
237
 
924
-
925
238
  </div>
926
239
 
927
-
928
- <div id="method-i-modifier" class="method-detail ">
929
-
240
+ <div id="method-i-get_defined_name" class="method-detail ">
930
241
  <div class="method-heading">
931
- <span class="method-name">modifier</span><span
932
- class="method-args">()</span>
933
-
242
+ <span class="method-name">get_defined_name</span><span
243
+ class="method-args">(name)</span>
934
244
  <span class="method-click-advice">click to toggle source</span>
935
-
936
245
  </div>
937
-
938
246
 
939
247
  <div class="method-description">
940
248
 
941
-
942
-
943
-
944
249
 
945
-
946
- <div class="method-source-code" id="modifier-source">
947
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 79</span>
948
- <span class="ruby-keyword">def</span> <span class="ruby-identifier">modifier</span>
949
- <span class="ruby-identifier">root</span>.<span class="ruby-identifier">core_properties</span>.<span class="ruby-identifier">modifier</span>
250
+ <div class="method-source-code" id="get_defined_name-source">
251
+ <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/workbook.rb, line 127</span>
252
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">get_defined_name</span>(<span class="ruby-identifier">name</span>)
253
+ <span class="ruby-keyword">self</span>.<span class="ruby-identifier">defined_names</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">defined_names</span>.<span class="ruby-identifier">find</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">n</span><span class="ruby-operator">|</span> <span class="ruby-identifier">n</span>.<span class="ruby-identifier">name</span> <span class="ruby-operator">==</span> <span class="ruby-identifier">name</span> }
950
254
  <span class="ruby-keyword">end</span></pre>
951
255
  </div>
952
-
953
256
  </div>
954
257
 
955
-
956
258
 
957
-
958
259
  </div>
959
260
 
960
-
961
- <div id="method-i-modifier-3D" class="method-detail ">
962
-
261
+ <div id="method-i-get_fill_color" class="method-detail ">
963
262
  <div class="method-heading">
964
- <span class="method-name">modifier=</span><span
965
- class="method-args">(v)</span>
966
-
263
+ <span class="method-name">get_fill_color</span><span
264
+ class="method-args">(xf)</span>
967
265
  <span class="method-click-advice">click to toggle source</span>
968
-
969
266
  </div>
970
-
971
267
 
972
268
  <div class="method-description">
973
269
 
974
-
975
-
976
-
977
270
 
978
-
979
- <div class="method-source-code" id="modifier-3D-source">
980
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 83</span>
981
- <span class="ruby-keyword">def</span> <span class="ruby-identifier">modifier=</span>(<span class="ruby-identifier">v</span>)
982
- <span class="ruby-identifier">root</span>.<span class="ruby-identifier">core_properties</span>.<span class="ruby-identifier">modifier</span> = <span class="ruby-identifier">v</span>
271
+ <div class="method-source-code" id="get_fill_color-source">
272
+ <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/workbook.rb, line 23</span>
273
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">get_fill_color</span>(<span class="ruby-identifier">xf</span>)
274
+ <span class="ruby-identifier">fill</span> = <span class="ruby-identifier">fills</span>[<span class="ruby-identifier">xf</span>.<span class="ruby-identifier">fill_id</span>]
275
+ <span class="ruby-identifier">pattern</span> = <span class="ruby-identifier">fill</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">fill</span>.<span class="ruby-identifier">pattern_fill</span>
276
+ <span class="ruby-identifier">color</span> = <span class="ruby-identifier">pattern</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">pattern</span>.<span class="ruby-identifier">fg_color</span>
277
+ <span class="ruby-identifier">color</span> = <span class="ruby-identifier">color</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">color</span>.<span class="ruby-identifier">get_rgb</span>(<span class="ruby-keyword">self</span>)
278
+ <span class="ruby-identifier">color</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">color</span>.<span class="ruby-identifier">to_s</span> <span class="ruby-operator">||</span> <span class="ruby-string">&#39;ffffff&#39;</span>
983
279
  <span class="ruby-keyword">end</span></pre>
984
280
  </div>
985
-
986
281
  </div>
987
282
 
988
-
989
283
 
990
-
991
284
  </div>
992
285
 
993
-
994
286
  <div id="method-i-modify_alignment" class="method-detail ">
995
-
996
287
  <div class="method-heading">
997
288
  <span class="method-name">modify_alignment</span><span
998
289
  class="method-args">(style_index) { |alignment| ... }</span>
999
-
1000
290
  <span class="method-click-advice">click to toggle source</span>
1001
-
1002
291
  </div>
1003
-
1004
292
 
1005
293
  <div class="method-description">
1006
294
 
1007
-
1008
-
1009
-
1010
295
 
1011
-
1012
296
  <div class="method-source-code" id="modify_alignment-source">
1013
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 152</span>
1014
- <span class="ruby-keyword">def</span> <span class="ruby-identifier">modify_alignment</span>(<span class="ruby-identifier">style_index</span>, <span class="ruby-operator">&amp;</span><span class="ruby-identifier">block</span>)
1015
- <span class="ruby-identifier">xf</span> = <span class="ruby-identifier">cell_xfs</span>[<span class="ruby-identifier">style_index</span> <span class="ruby-operator">||</span> <span class="ruby-value">0</span>].<span class="ruby-identifier">dup</span>
1016
- <span class="ruby-identifier">xf</span>.<span class="ruby-identifier">alignment</span> = <span class="ruby-identifier">xf</span>.<span class="ruby-identifier">alignment</span>.<span class="ruby-identifier">dup</span> <span class="ruby-operator">||</span> <span class="ruby-constant">RubyXL</span><span class="ruby-operator">::</span><span class="ruby-constant">Alignment</span>.<span class="ruby-identifier">new</span>
1017
- <span class="ruby-keyword">yield</span>(<span class="ruby-identifier">xf</span>.<span class="ruby-identifier">alignment</span>)
1018
- <span class="ruby-identifier">xf</span>.<span class="ruby-identifier">apply_alignment</span> = <span class="ruby-keyword">true</span>
297
+ <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/workbook.rb, line 56</span>
298
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">modify_alignment</span>(<span class="ruby-identifier">style_index</span>, <span class="ruby-operator">&amp;</span><span class="ruby-identifier">block</span>)
299
+ <span class="ruby-identifier">old_xf</span> = <span class="ruby-identifier">cell_xfs</span>[<span class="ruby-identifier">style_index</span> <span class="ruby-operator">||</span> <span class="ruby-value">0</span>]
300
+ <span class="ruby-identifier">new_xf</span> = <span class="ruby-identifier">old_xf</span>.<span class="ruby-identifier">dup</span>
301
+ <span class="ruby-keyword">if</span> <span class="ruby-identifier">old_xf</span>.<span class="ruby-identifier">alignment</span> <span class="ruby-keyword">then</span>
302
+ <span class="ruby-identifier">new_xf</span>.<span class="ruby-identifier">alignment</span> = <span class="ruby-identifier">old_xf</span>.<span class="ruby-identifier">alignment</span>.<span class="ruby-identifier">dup</span>
303
+ <span class="ruby-keyword">else</span>
304
+ <span class="ruby-identifier">new_xf</span>.<span class="ruby-identifier">alignment</span> = <span class="ruby-constant">RubyXL</span><span class="ruby-operator">::</span><span class="ruby-constant">Alignment</span>.<span class="ruby-identifier">new</span>
305
+ <span class="ruby-keyword">end</span>
1019
306
 
1020
- <span class="ruby-identifier">register_new_xf</span>(<span class="ruby-identifier">xf</span>)
307
+ <span class="ruby-keyword">yield</span>(<span class="ruby-identifier">new_xf</span>.<span class="ruby-identifier">alignment</span>)
308
+ <span class="ruby-identifier">new_xf</span>.<span class="ruby-identifier">apply_alignment</span> = <span class="ruby-keyword">true</span>
309
+
310
+ <span class="ruby-identifier">register_new_xf</span>(<span class="ruby-identifier">new_xf</span>)
1021
311
  <span class="ruby-keyword">end</span></pre>
1022
312
  </div>
1023
-
1024
313
  </div>
1025
314
 
1026
-
1027
315
 
1028
-
1029
316
  </div>
1030
317
 
1031
-
1032
318
  <div id="method-i-modify_border" class="method-detail ">
1033
-
1034
319
  <div class="method-heading">
1035
320
  <span class="method-name">modify_border</span><span
1036
321
  class="method-args">(style_index, direction, weight)</span>
1037
-
1038
322
  <span class="method-click-advice">click to toggle source</span>
1039
-
1040
323
  </div>
1041
-
1042
324
 
1043
325
  <div class="method-description">
1044
326
 
1045
-
1046
-
1047
-
1048
327
 
1049
-
1050
328
  <div class="method-source-code" id="modify_border-source">
1051
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 169</span>
1052
- <span class="ruby-keyword">def</span> <span class="ruby-identifier">modify_border</span>(<span class="ruby-identifier">style_index</span>, <span class="ruby-identifier">direction</span>, <span class="ruby-identifier">weight</span>)
329
+ <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/workbook.rb, line 79</span>
330
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">modify_border</span>(<span class="ruby-identifier">style_index</span>, <span class="ruby-identifier">direction</span>, <span class="ruby-identifier">weight</span>)
1053
331
  <span class="ruby-identifier">xf</span> = <span class="ruby-identifier">cell_xfs</span>[<span class="ruby-identifier">style_index</span> <span class="ruby-operator">||</span> <span class="ruby-value">0</span>].<span class="ruby-identifier">dup</span>
1054
332
  <span class="ruby-identifier">new_border</span> = <span class="ruby-identifier">borders</span>[<span class="ruby-identifier">xf</span>.<span class="ruby-identifier">border_id</span> <span class="ruby-operator">||</span> <span class="ruby-value">0</span>].<span class="ruby-identifier">dup</span>
1055
333
 
@@ -1066,36 +344,24 @@
1066
344
  <span class="ruby-identifier">register_new_xf</span>(<span class="ruby-identifier">xf</span>)
1067
345
  <span class="ruby-keyword">end</span></pre>
1068
346
  </div>
1069
-
1070
347
  </div>
1071
348
 
1072
-
1073
349
 
1074
-
1075
350
  </div>
1076
351
 
1077
-
1078
352
  <div id="method-i-modify_border_color" class="method-detail ">
1079
-
1080
353
  <div class="method-heading">
1081
354
  <span class="method-name">modify_border_color</span><span
1082
355
  class="method-args">(style_index, direction, color)</span>
1083
-
1084
356
  <span class="method-click-advice">click to toggle source</span>
1085
-
1086
357
  </div>
1087
-
1088
358
 
1089
359
  <div class="method-description">
1090
360
 
1091
-
1092
-
1093
-
1094
361
 
1095
-
1096
362
  <div class="method-source-code" id="modify_border_color-source">
1097
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 186</span>
1098
- <span class="ruby-keyword">def</span> <span class="ruby-identifier">modify_border_color</span>(<span class="ruby-identifier">style_index</span>, <span class="ruby-identifier">direction</span>, <span class="ruby-identifier">color</span>)
363
+ <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/workbook.rb, line 96</span>
364
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">modify_border_color</span>(<span class="ruby-identifier">style_index</span>, <span class="ruby-identifier">direction</span>, <span class="ruby-identifier">color</span>)
1099
365
  <span class="ruby-identifier">xf</span> = <span class="ruby-identifier">cell_xfs</span>[<span class="ruby-identifier">style_index</span> <span class="ruby-operator">||</span> <span class="ruby-value">0</span>].<span class="ruby-identifier">dup</span>
1100
366
  <span class="ruby-identifier">new_border</span> = <span class="ruby-identifier">borders</span>[<span class="ruby-identifier">xf</span>.<span class="ruby-identifier">border_id</span> <span class="ruby-operator">||</span> <span class="ruby-value">0</span>].<span class="ruby-identifier">dup</span>
1101
367
  <span class="ruby-identifier">new_border</span>.<span class="ruby-identifier">set_edge_color</span>(<span class="ruby-identifier">direction</span>, <span class="ruby-identifier">color</span>)
@@ -1108,75 +374,49 @@
1108
374
  <span class="ruby-identifier">register_new_xf</span>(<span class="ruby-identifier">xf</span>)
1109
375
  <span class="ruby-keyword">end</span></pre>
1110
376
  </div>
1111
-
1112
377
  </div>
1113
378
 
1114
-
1115
379
 
1116
-
1117
380
  </div>
1118
381
 
1119
-
1120
382
  <div id="method-i-modify_fill" class="method-detail ">
1121
-
1122
383
  <div class="method-heading">
1123
384
  <span class="method-name">modify_fill</span><span
1124
385
  class="method-args">(style_index, rgb)</span>
1125
-
1126
386
  <span class="method-click-advice">click to toggle source</span>
1127
-
1128
387
  </div>
1129
-
1130
388
 
1131
389
  <div class="method-description">
1132
390
 
1133
-
1134
-
1135
-
1136
391
 
1137
-
1138
392
  <div class="method-source-code" id="modify_fill-source">
1139
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 161</span>
1140
- <span class="ruby-keyword">def</span> <span class="ruby-identifier">modify_fill</span>(<span class="ruby-identifier">style_index</span>, <span class="ruby-identifier">rgb</span>)
393
+ <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/workbook.rb, line 71</span>
394
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">modify_fill</span>(<span class="ruby-identifier">style_index</span>, <span class="ruby-identifier">rgb</span>)
1141
395
  <span class="ruby-identifier">xf</span> = <span class="ruby-identifier">cell_xfs</span>[<span class="ruby-identifier">style_index</span> <span class="ruby-operator">||</span> <span class="ruby-value">0</span>].<span class="ruby-identifier">dup</span>
1142
- <span class="ruby-identifier">new_fill</span> = <span class="ruby-constant">RubyXL</span><span class="ruby-operator">::</span><span class="ruby-constant">Fill</span>.<span class="ruby-identifier">new</span>(<span class="ruby-value">:pattern_fill</span> =<span class="ruby-operator">&gt;</span>
1143
- <span class="ruby-constant">RubyXL</span><span class="ruby-operator">::</span><span class="ruby-constant">PatternFill</span>.<span class="ruby-identifier">new</span>(<span class="ruby-value">:pattern_type</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-string">&#39;solid&#39;</span>,
1144
- <span class="ruby-value">:fg_color</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-constant">RubyXL</span><span class="ruby-operator">::</span><span class="ruby-constant">Color</span>.<span class="ruby-identifier">new</span>(<span class="ruby-value">:rgb</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">rgb</span>)))
396
+ <span class="ruby-identifier">new_fill</span> = <span class="ruby-constant">RubyXL</span><span class="ruby-operator">::</span><span class="ruby-constant">Fill</span>.<span class="ruby-identifier">new</span>(<span class="ruby-value">:pattern_fill</span> <span class="ruby-operator">=&gt;</span>
397
+ <span class="ruby-constant">RubyXL</span><span class="ruby-operator">::</span><span class="ruby-constant">PatternFill</span>.<span class="ruby-identifier">new</span>(<span class="ruby-value">:pattern_type</span> <span class="ruby-operator">=&gt;</span> <span class="ruby-string">&#39;solid&#39;</span>,
398
+ <span class="ruby-value">:fg_color</span> <span class="ruby-operator">=&gt;</span> <span class="ruby-constant">RubyXL</span><span class="ruby-operator">::</span><span class="ruby-constant">Color</span>.<span class="ruby-identifier">new</span>(<span class="ruby-value">:rgb</span> <span class="ruby-operator">=&gt;</span> <span class="ruby-identifier">rgb</span>)))
1145
399
  <span class="ruby-identifier">register_new_xf</span>(<span class="ruby-identifier">register_new_fill</span>(<span class="ruby-identifier">new_fill</span>, <span class="ruby-identifier">xf</span>))
1146
400
  <span class="ruby-keyword">end</span></pre>
1147
401
  </div>
1148
-
1149
402
  </div>
1150
403
 
1151
-
1152
404
 
1153
-
1154
405
  </div>
1155
406
 
1156
-
1157
407
  <div id="method-i-password_hash" class="method-detail ">
1158
-
1159
408
  <div class="method-heading">
1160
409
  <span class="method-name">password_hash</span><span
1161
410
  class="method-args">(pwd)</span>
1162
-
1163
411
  <span class="method-click-advice">click to toggle source</span>
1164
-
1165
412
  </div>
1166
-
1167
413
 
1168
414
  <div class="method-description">
1169
-
1170
- <p>Calculate password hash from string for use in &#39;password&#39; fields.
1171
- <a
1172
- href="https://www.openoffice.org/sc/excelfileformat.pdf">www.openoffice.org/sc/excelfileformat.pdf</a></p>
1173
-
1174
-
415
+ <p>Calculate password hash from string for use in ‘password’ fields. <a href="https://www.openoffice.org/sc/excelfileformat.pdf">www.openoffice.org/sc/excelfileformat.pdf</a></p>
1175
416
 
1176
-
1177
417
  <div class="method-source-code" id="password_hash-source">
1178
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 201</span>
1179
- <span class="ruby-keyword">def</span> <span class="ruby-identifier">password_hash</span>(<span class="ruby-identifier">pwd</span>)
418
+ <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/workbook.rb, line 111</span>
419
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">password_hash</span>(<span class="ruby-identifier">pwd</span>)
1180
420
  <span class="ruby-identifier">hsh</span> = <span class="ruby-value">0</span>
1181
421
  <span class="ruby-identifier">pwd</span>.<span class="ruby-identifier">reverse</span>.<span class="ruby-identifier">each_char</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">c</span><span class="ruby-operator">|</span>
1182
422
  <span class="ruby-identifier">hsh</span> = <span class="ruby-identifier">hsh</span> <span class="ruby-operator">^</span> <span class="ruby-identifier">c</span>.<span class="ruby-identifier">ord</span>
@@ -1187,36 +427,24 @@ href="https://www.openoffice.org/sc/excelfileformat.pdf">www.openoffice.org/sc/e
1187
427
  (<span class="ruby-identifier">hsh</span> <span class="ruby-operator">^</span> <span class="ruby-identifier">pwd</span>.<span class="ruby-identifier">length</span> <span class="ruby-operator">^</span> <span class="ruby-value">0xCE4B</span>).<span class="ruby-identifier">to_s</span>(<span class="ruby-value">16</span>)
1188
428
  <span class="ruby-keyword">end</span></pre>
1189
429
  </div>
1190
-
1191
430
  </div>
1192
431
 
1193
-
1194
432
 
1195
-
1196
433
  </div>
1197
434
 
1198
-
1199
435
  <div id="method-i-register_new_fill" class="method-detail ">
1200
-
1201
436
  <div class="method-heading">
1202
437
  <span class="method-name">register_new_fill</span><span
1203
438
  class="method-args">(new_fill, old_xf)</span>
1204
-
1205
439
  <span class="method-click-advice">click to toggle source</span>
1206
-
1207
440
  </div>
1208
-
1209
441
 
1210
442
  <div class="method-description">
1211
443
 
1212
-
1213
-
1214
-
1215
444
 
1216
-
1217
445
  <div class="method-source-code" id="register_new_fill-source">
1218
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 127</span>
1219
- <span class="ruby-keyword">def</span> <span class="ruby-identifier">register_new_fill</span>(<span class="ruby-identifier">new_fill</span>, <span class="ruby-identifier">old_xf</span>)
446
+ <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/workbook.rb, line 31</span>
447
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">register_new_fill</span>(<span class="ruby-identifier">new_fill</span>, <span class="ruby-identifier">old_xf</span>)
1220
448
  <span class="ruby-identifier">new_xf</span> = <span class="ruby-identifier">old_xf</span>.<span class="ruby-identifier">dup</span>
1221
449
  <span class="ruby-identifier">new_xf</span>.<span class="ruby-identifier">apply_fill</span> = <span class="ruby-keyword">true</span>
1222
450
  <span class="ruby-identifier">new_xf</span>.<span class="ruby-identifier">fill_id</span> = <span class="ruby-identifier">fills</span>.<span class="ruby-identifier">find_index</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">x</span><span class="ruby-operator">|</span> <span class="ruby-identifier">x</span> <span class="ruby-operator">==</span> <span class="ruby-identifier">new_fill</span> } <span class="ruby-comment"># Reuse existing fill, if it exists</span>
@@ -1225,36 +453,24 @@ href="https://www.openoffice.org/sc/excelfileformat.pdf">www.openoffice.org/sc/e
1225
453
  <span class="ruby-identifier">new_xf</span>
1226
454
  <span class="ruby-keyword">end</span></pre>
1227
455
  </div>
1228
-
1229
456
  </div>
1230
457
 
1231
-
1232
458
 
1233
-
1234
459
  </div>
1235
460
 
1236
-
1237
461
  <div id="method-i-register_new_font" class="method-detail ">
1238
-
1239
462
  <div class="method-heading">
1240
463
  <span class="method-name">register_new_font</span><span
1241
464
  class="method-args">(new_font, old_xf)</span>
1242
-
1243
465
  <span class="method-click-advice">click to toggle source</span>
1244
-
1245
466
  </div>
1246
-
1247
467
 
1248
468
  <div class="method-description">
1249
469
 
1250
-
1251
-
1252
-
1253
470
 
1254
-
1255
471
  <div class="method-source-code" id="register_new_font-source">
1256
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 136</span>
1257
- <span class="ruby-keyword">def</span> <span class="ruby-identifier">register_new_font</span>(<span class="ruby-identifier">new_font</span>, <span class="ruby-identifier">old_xf</span>)
472
+ <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/workbook.rb, line 40</span>
473
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">register_new_font</span>(<span class="ruby-identifier">new_font</span>, <span class="ruby-identifier">old_xf</span>)
1258
474
  <span class="ruby-identifier">new_xf</span> = <span class="ruby-identifier">old_xf</span>.<span class="ruby-identifier">dup</span>
1259
475
  <span class="ruby-identifier">new_xf</span>.<span class="ruby-identifier">font_id</span> = <span class="ruby-identifier">fonts</span>.<span class="ruby-identifier">find_index</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">x</span><span class="ruby-operator">|</span> <span class="ruby-identifier">x</span> <span class="ruby-operator">==</span> <span class="ruby-identifier">new_font</span> } <span class="ruby-comment"># Reuse existing font, if it exists</span>
1260
476
  <span class="ruby-identifier">new_xf</span>.<span class="ruby-identifier">font_id</span> <span class="ruby-operator">||=</span> <span class="ruby-identifier">fonts</span>.<span class="ruby-identifier">size</span> <span class="ruby-comment"># If this font has never existed before, add it to collection.</span>
@@ -1263,60 +479,86 @@ href="https://www.openoffice.org/sc/excelfileformat.pdf">www.openoffice.org/sc/e
1263
479
  <span class="ruby-identifier">new_xf</span>
1264
480
  <span class="ruby-keyword">end</span></pre>
1265
481
  </div>
1266
-
1267
482
  </div>
1268
483
 
1269
-
1270
484
 
1271
-
1272
485
  </div>
1273
486
 
1274
-
1275
487
  <div id="method-i-register_new_xf" class="method-detail ">
1276
-
1277
488
  <div class="method-heading">
1278
489
  <span class="method-name">register_new_xf</span><span
1279
490
  class="method-args">(new_xf)</span>
1280
-
1281
491
  <span class="method-click-advice">click to toggle source</span>
1282
-
1283
492
  </div>
1284
-
1285
493
 
1286
494
  <div class="method-description">
1287
495
 
1288
-
1289
-
1290
-
1291
496
 
1292
-
1293
497
  <div class="method-source-code" id="register_new_xf-source">
1294
- <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods.rb, line 145</span>
1295
- <span class="ruby-keyword">def</span> <span class="ruby-identifier">register_new_xf</span>(<span class="ruby-identifier">new_xf</span>)
498
+ <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/workbook.rb, line 49</span>
499
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">register_new_xf</span>(<span class="ruby-identifier">new_xf</span>)
1296
500
  <span class="ruby-identifier">new_xf_id</span> = <span class="ruby-identifier">cell_xfs</span>.<span class="ruby-identifier">find_index</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">xf</span><span class="ruby-operator">|</span> <span class="ruby-identifier">xf</span> <span class="ruby-operator">==</span> <span class="ruby-identifier">new_xf</span> } <span class="ruby-comment"># Reuse existing XF, if it exists</span>
1297
501
  <span class="ruby-identifier">new_xf_id</span> <span class="ruby-operator">||=</span> <span class="ruby-identifier">cell_xfs</span>.<span class="ruby-identifier">size</span> <span class="ruby-comment"># If this XF has never existed before, add it to collection.</span>
1298
502
  <span class="ruby-identifier">cell_xfs</span>[<span class="ruby-identifier">new_xf_id</span>] = <span class="ruby-identifier">new_xf</span>
1299
503
  <span class="ruby-identifier">new_xf_id</span>
1300
504
  <span class="ruby-keyword">end</span></pre>
1301
505
  </div>
506
+ </div>
507
+
508
+
509
+ </div>
510
+
511
+ <div id="method-i-title" class="method-detail ">
512
+ <div class="method-heading">
513
+ <span class="method-name">title</span><span
514
+ class="method-args">()</span>
515
+ <span class="method-click-advice">click to toggle source</span>
516
+ </div>
517
+
518
+ <div class="method-description">
1302
519
 
520
+
521
+ <div class="method-source-code" id="title-source">
522
+ <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/workbook.rb, line 131</span>
523
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">title</span>
524
+ <span class="ruby-keyword">self</span>.<span class="ruby-identifier">root</span>.<span class="ruby-identifier">core_properties</span>.<span class="ruby-identifier">dc_title</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">root</span>.<span class="ruby-identifier">core_properties</span>.<span class="ruby-identifier">dc_title</span>.<span class="ruby-identifier">value</span>
525
+ <span class="ruby-keyword">end</span></pre>
526
+ </div>
527
+ </div>
528
+
529
+
530
+ </div>
531
+
532
+ <div id="method-i-title-3D" class="method-detail ">
533
+ <div class="method-heading">
534
+ <span class="method-name">title=</span><span
535
+ class="method-args">(v)</span>
536
+ <span class="method-click-advice">click to toggle source</span>
537
+ </div>
538
+
539
+ <div class="method-description">
540
+
541
+
542
+ <div class="method-source-code" id="title-3D-source">
543
+ <pre><span class="ruby-comment"># File lib/rubyXL/convenience_methods/workbook.rb, line 135</span>
544
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">title=</span>(<span class="ruby-identifier">v</span>)
545
+ <span class="ruby-keyword">self</span>.<span class="ruby-identifier">root</span>.<span class="ruby-identifier">core_properties</span>.<span class="ruby-identifier">dc_title</span> = <span class="ruby-identifier">v</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-constant">RubyXL</span><span class="ruby-operator">::</span><span class="ruby-constant">StringNode</span>.<span class="ruby-identifier">new</span>(<span class="ruby-value">:value</span> <span class="ruby-operator">=&gt;</span> <span class="ruby-identifier">v</span>)
546
+ <span class="ruby-keyword">end</span></pre>
547
+ </div>
1303
548
  </div>
1304
549
 
1305
-
1306
550
 
1307
-
1308
551
  </div>
1309
552
 
1310
-
1311
553
  </section>
1312
-
554
+
1313
555
  </section>
1314
556
  </main>
1315
557
 
1316
558
 
1317
559
  <footer id="validator-badges" role="contentinfo">
1318
- <p><a href="http://validator.w3.org/check/referer">Validate</a>
1319
- <p>Generated by <a href="https://rdoc.github.io/rdoc">RDoc</a> 5.1.0.
560
+ <p><a href="https://validator.w3.org/check/referer">Validate</a>
561
+ <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.4.0.
1320
562
  <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
1321
563
  </footer>
1322
564