rubyXL 3.4.10 → 3.4.16

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 (418) hide show
  1. checksums.yaml +4 -4
  2. data/.circleci/config.yml +2 -1
  3. data/Gemfile +1 -1
  4. data/Gemfile.lock +23 -23
  5. data/LICENSE.txt +1 -1
  6. data/README.rdoc +6 -1
  7. data/VERSION +1 -1
  8. data/lib/rubyXL/convenience_methods/cell.rb +1 -1
  9. data/lib/rubyXL/convenience_methods/color.rb +5 -3
  10. data/lib/rubyXL/convenience_methods/worksheet.rb +12 -0
  11. data/lib/rubyXL/objects/chartsheet.rb +1 -1
  12. data/lib/rubyXL/objects/data_validation.rb +2 -0
  13. data/lib/rubyXL/objects/document_properties.rb +2 -2
  14. data/lib/rubyXL/objects/external_links.rb +25 -1
  15. data/lib/rubyXL/objects/ooxml_object.rb +10 -0
  16. data/lib/rubyXL/objects/relationships.rb +1 -1
  17. data/lib/rubyXL/objects/sheet_data.rb +2 -2
  18. data/lib/rubyXL/objects/storage.rb +1 -0
  19. data/lib/rubyXL/objects/text.rb +1 -1
  20. data/lib/rubyXL/objects/theme.rb +1 -1
  21. data/lib/rubyXL/objects/workbook.rb +12 -6
  22. data/lib/rubyXL/objects/worksheet.rb +7 -7
  23. data/lib/rubyXL/worksheet.rb +1 -1
  24. data/rdoc/README_rdoc.html +11 -3
  25. data/rdoc/RubyXL.html +4 -2
  26. data/rdoc/RubyXL/AExtension.html +4 -2
  27. data/rdoc/RubyXL/AExtensionStorageArea.html +4 -2
  28. data/rdoc/RubyXL/ActiveX.html +5 -3
  29. data/rdoc/RubyXL/ActiveXBinary.html +4 -2
  30. data/rdoc/RubyXL/AdjustHandleList.html +4 -2
  31. data/rdoc/RubyXL/Alignment.html +4 -2
  32. data/rdoc/RubyXL/AlternateContent.html +4 -2
  33. data/rdoc/RubyXL/Authors.html +4 -2
  34. data/rdoc/RubyXL/AutoFilter.html +4 -2
  35. data/rdoc/RubyXL/AutoFilterColumn.html +4 -2
  36. data/rdoc/RubyXL/BinaryImageFile.html +4 -2
  37. data/rdoc/RubyXL/BodyProperties.html +4 -2
  38. data/rdoc/RubyXL/BooleanNode.html +4 -2
  39. data/rdoc/RubyXL/BooleanValue.html +4 -2
  40. data/rdoc/RubyXL/Border.html +4 -2
  41. data/rdoc/RubyXL/BorderEdge.html +4 -2
  42. data/rdoc/RubyXL/Borders.html +4 -2
  43. data/rdoc/RubyXL/Break.html +4 -2
  44. data/rdoc/RubyXL/BreakList.html +4 -2
  45. data/rdoc/RubyXL/CT_AdjPoint2D.html +4 -2
  46. data/rdoc/RubyXL/CT_AlphaBiLevelEffect.html +4 -2
  47. data/rdoc/RubyXL/CT_AlphaModulateEffect.html +4 -2
  48. data/rdoc/RubyXL/CT_AlphaModulateFixedEffect.html +4 -2
  49. data/rdoc/RubyXL/CT_AlphaOutsetEffect.html +4 -2
  50. data/rdoc/RubyXL/CT_AlphaReplaceEffect.html +4 -2
  51. data/rdoc/RubyXL/CT_Backdrop.html +4 -2
  52. data/rdoc/RubyXL/CT_Bevel.html +4 -2
  53. data/rdoc/RubyXL/CT_BiLevelEffect.html +4 -2
  54. data/rdoc/RubyXL/CT_BlendEffect.html +4 -2
  55. data/rdoc/RubyXL/CT_Blip.html +4 -2
  56. data/rdoc/RubyXL/CT_BlipFillProperties.html +4 -2
  57. data/rdoc/RubyXL/CT_BlurEffect.html +4 -2
  58. data/rdoc/RubyXL/CT_Camera.html +4 -2
  59. data/rdoc/RubyXL/CT_Color.html +4 -2
  60. data/rdoc/RubyXL/CT_ColorChangeEffect.html +4 -2
  61. data/rdoc/RubyXL/CT_ColorMapping.html +4 -2
  62. data/rdoc/RubyXL/CT_ColorScheme.html +4 -2
  63. data/rdoc/RubyXL/CT_ColorSchemeAndMapping.html +4 -2
  64. data/rdoc/RubyXL/CT_ConnectionSite.html +4 -2
  65. data/rdoc/RubyXL/CT_ConnectionSiteList.html +4 -2
  66. data/rdoc/RubyXL/CT_DashStop.html +4 -2
  67. data/rdoc/RubyXL/CT_DashStopList.html +4 -2
  68. data/rdoc/RubyXL/CT_DefaultShapeDefinition.html +4 -2
  69. data/rdoc/RubyXL/CT_DuotoneEffect.html +4 -2
  70. data/rdoc/RubyXL/CT_EffectContainer.html +4 -2
  71. data/rdoc/RubyXL/CT_EffectList.html +4 -2
  72. data/rdoc/RubyXL/CT_EffectReference.html +4 -2
  73. data/rdoc/RubyXL/CT_EffectStyleItem.html +4 -2
  74. data/rdoc/RubyXL/CT_EffectStyleList.html +4 -2
  75. data/rdoc/RubyXL/CT_EmbeddedWAVAudioFile.html +4 -2
  76. data/rdoc/RubyXL/CT_FillEffect.html +4 -2
  77. data/rdoc/RubyXL/CT_FillOverlayEffect.html +4 -2
  78. data/rdoc/RubyXL/CT_FillStyleList.html +4 -2
  79. data/rdoc/RubyXL/CT_FlatText.html +4 -2
  80. data/rdoc/RubyXL/CT_FontCollection.html +4 -2
  81. data/rdoc/RubyXL/CT_FontReference.html +4 -2
  82. data/rdoc/RubyXL/CT_GeomGuideList.html +4 -2
  83. data/rdoc/RubyXL/CT_GlowEffect.html +4 -2
  84. data/rdoc/RubyXL/CT_GradientFillProperties.html +4 -2
  85. data/rdoc/RubyXL/CT_GradientStop.html +4 -2
  86. data/rdoc/RubyXL/CT_GradientStopList.html +4 -2
  87. data/rdoc/RubyXL/CT_HSLEffect.html +4 -2
  88. data/rdoc/RubyXL/CT_HslColor.html +4 -2
  89. data/rdoc/RubyXL/CT_Hyperlink.html +4 -2
  90. data/rdoc/RubyXL/CT_InnerShadowEffect.html +4 -2
  91. data/rdoc/RubyXL/CT_LightRig.html +4 -2
  92. data/rdoc/RubyXL/CT_LineEndProperties.html +4 -2
  93. data/rdoc/RubyXL/CT_LineJoinMiterProperties.html +4 -2
  94. data/rdoc/RubyXL/CT_LineProperties.html +4 -2
  95. data/rdoc/RubyXL/CT_LineStyleList.html +4 -2
  96. data/rdoc/RubyXL/CT_LinearShadeProperties.html +4 -2
  97. data/rdoc/RubyXL/CT_LuminanceEffect.html +4 -2
  98. data/rdoc/RubyXL/CT_ObjectStyleDefaults.html +4 -2
  99. data/rdoc/RubyXL/CT_OuterShadowEffect.html +4 -2
  100. data/rdoc/RubyXL/CT_Path2D.html +4 -2
  101. data/rdoc/RubyXL/CT_Path2DArcTo.html +4 -2
  102. data/rdoc/RubyXL/CT_Path2DCubicBezierTo.html +4 -2
  103. data/rdoc/RubyXL/CT_Path2DList.html +4 -2
  104. data/rdoc/RubyXL/CT_Path2DQuadBezierTo.html +4 -2
  105. data/rdoc/RubyXL/CT_Path2DTo.html +4 -2
  106. data/rdoc/RubyXL/CT_PathShadeProperties.html +4 -2
  107. data/rdoc/RubyXL/CT_PatternFillProperties.html +4 -2
  108. data/rdoc/RubyXL/CT_Point3D.html +4 -2
  109. data/rdoc/RubyXL/CT_PolarAdjustHandle.html +4 -2
  110. data/rdoc/RubyXL/CT_PresetColor.html +4 -2
  111. data/rdoc/RubyXL/CT_PresetLineDashProperties.html +4 -2
  112. data/rdoc/RubyXL/CT_PresetShadowEffect.html +4 -2
  113. data/rdoc/RubyXL/CT_PresetTextShape.html +4 -2
  114. data/rdoc/RubyXL/CT_ReflectionEffect.html +4 -2
  115. data/rdoc/RubyXL/CT_RelativeOffsetEffect.html +4 -2
  116. data/rdoc/RubyXL/CT_RelativeRect.html +4 -2
  117. data/rdoc/RubyXL/CT_SRgbColor.html +4 -2
  118. data/rdoc/RubyXL/CT_ScRgbColor.html +4 -2
  119. data/rdoc/RubyXL/CT_Scene3D.html +4 -2
  120. data/rdoc/RubyXL/CT_SchemeColor.html +4 -2
  121. data/rdoc/RubyXL/CT_Shape3D.html +4 -2
  122. data/rdoc/RubyXL/CT_ShapeStyle.html +4 -2
  123. data/rdoc/RubyXL/CT_SoftEdgesEffect.html +4 -2
  124. data/rdoc/RubyXL/CT_SphereCoords.html +4 -2
  125. data/rdoc/RubyXL/CT_StretchInfoProperties.html +4 -2
  126. data/rdoc/RubyXL/CT_StyleMatrix.html +4 -2
  127. data/rdoc/RubyXL/CT_StyleMatrixReference.html +4 -2
  128. data/rdoc/RubyXL/CT_SupplementalFont.html +4 -2
  129. data/rdoc/RubyXL/CT_SystemColor.html +4 -2
  130. data/rdoc/RubyXL/CT_TextAutonumberBullet.html +4 -2
  131. data/rdoc/RubyXL/CT_TextBlipBullet.html +4 -2
  132. data/rdoc/RubyXL/CT_TextCharBullet.html +4 -2
  133. data/rdoc/RubyXL/CT_TextCharacterProperties.html +4 -2
  134. data/rdoc/RubyXL/CT_TextFont.html +4 -2
  135. data/rdoc/RubyXL/CT_TextListStyle.html +4 -2
  136. data/rdoc/RubyXL/CT_TextNormalAutofit.html +4 -2
  137. data/rdoc/RubyXL/CT_TextParagraphProperties.html +4 -2
  138. data/rdoc/RubyXL/CT_TextSpacing.html +4 -2
  139. data/rdoc/RubyXL/CT_TextTabStop.html +4 -2
  140. data/rdoc/RubyXL/CT_TextTabStopList.html +4 -2
  141. data/rdoc/RubyXL/CT_TileInfoProperties.html +4 -2
  142. data/rdoc/RubyXL/CT_TintEffect.html +4 -2
  143. data/rdoc/RubyXL/CT_Transform2D.html +4 -2
  144. data/rdoc/RubyXL/CT_TransformEffect.html +4 -2
  145. data/rdoc/RubyXL/CT_Vector3D.html +4 -2
  146. data/rdoc/RubyXL/CT_XYAdjustHandle.html +4 -2
  147. data/rdoc/RubyXL/CalculationChain.html +4 -2
  148. data/rdoc/RubyXL/CalculationChainCell.html +4 -2
  149. data/rdoc/RubyXL/CalculationProperties.html +4 -2
  150. data/rdoc/RubyXL/Cell.html +6 -4
  151. data/rdoc/RubyXL/CellConvenienceMethods.html +4 -2
  152. data/rdoc/RubyXL/CellExt.html +4 -2
  153. data/rdoc/RubyXL/CellSmartTag.html +4 -2
  154. data/rdoc/RubyXL/CellSmartTagProperty.html +4 -2
  155. data/rdoc/RubyXL/CellSmartTags.html +4 -2
  156. data/rdoc/RubyXL/CellStyle.html +4 -2
  157. data/rdoc/RubyXL/CellStyleXFs.html +4 -2
  158. data/rdoc/RubyXL/CellStyles.html +4 -2
  159. data/rdoc/RubyXL/CellValue.html +4 -2
  160. data/rdoc/RubyXL/CellWatch.html +4 -2
  161. data/rdoc/RubyXL/CellWatches.html +4 -2
  162. data/rdoc/RubyXL/CellXFs.html +4 -2
  163. data/rdoc/RubyXL/ChartColorsFile.html +4 -2
  164. data/rdoc/RubyXL/ChartFile.html +4 -2
  165. data/rdoc/RubyXL/ChartStyleFile.html +4 -2
  166. data/rdoc/RubyXL/ChartUserShapesFile.html +4 -2
  167. data/rdoc/RubyXL/Chartsheet.html +4 -2
  168. data/rdoc/RubyXL/ChartsheetPageSetup.html +4 -2
  169. data/rdoc/RubyXL/ChartsheetProperties.html +4 -2
  170. data/rdoc/RubyXL/ChartsheetProtection.html +4 -2
  171. data/rdoc/RubyXL/ChartsheetView.html +4 -2
  172. data/rdoc/RubyXL/ChartsheetViews.html +4 -2
  173. data/rdoc/RubyXL/Color.html +4 -2
  174. data/rdoc/RubyXL/ColorConvenienceClasses.html +4 -2
  175. data/rdoc/RubyXL/ColorConvenienceClasses/HlsColor.html +6 -4
  176. data/rdoc/RubyXL/ColorConvenienceClasses/RgbColor.html +9 -5
  177. data/rdoc/RubyXL/ColorConvenienceMethods.html +4 -2
  178. data/rdoc/RubyXL/ColorFilter.html +4 -2
  179. data/rdoc/RubyXL/ColorScale.html +4 -2
  180. data/rdoc/RubyXL/ColorSet.html +4 -2
  181. data/rdoc/RubyXL/Colors.html +4 -2
  182. data/rdoc/RubyXL/ColumnRange.html +4 -2
  183. data/rdoc/RubyXL/ColumnRanges.html +4 -2
  184. data/rdoc/RubyXL/Comment.html +4 -2
  185. data/rdoc/RubyXL/CommentList.html +4 -2
  186. data/rdoc/RubyXL/CommentsFile.html +4 -2
  187. data/rdoc/RubyXL/ConditionalFormatValue.html +4 -2
  188. data/rdoc/RubyXL/ConditionalFormatting.html +4 -2
  189. data/rdoc/RubyXL/ConditionalFormattingRule.html +4 -2
  190. data/rdoc/RubyXL/Connection.html +4 -2
  191. data/rdoc/RubyXL/ConnectionTable.html +4 -2
  192. data/rdoc/RubyXL/ConnectionTables.html +4 -2
  193. data/rdoc/RubyXL/ConnectionTextField.html +4 -2
  194. data/rdoc/RubyXL/ConnectionTextFields.html +4 -2
  195. data/rdoc/RubyXL/Connections.html +4 -2
  196. data/rdoc/RubyXL/ContentTypeDefault.html +4 -2
  197. data/rdoc/RubyXL/ContentTypeOverride.html +4 -2
  198. data/rdoc/RubyXL/ContentTypes.html +4 -2
  199. data/rdoc/RubyXL/ControlPropertiesFile.html +9 -2
  200. data/rdoc/RubyXL/CorePropertiesFile.html +6 -4
  201. data/rdoc/RubyXL/CustomColor.html +4 -2
  202. data/rdoc/RubyXL/CustomColorList.html +4 -2
  203. data/rdoc/RubyXL/CustomFilter.html +4 -2
  204. data/rdoc/RubyXL/CustomFilters.html +4 -2
  205. data/rdoc/RubyXL/CustomGeometry.html +4 -2
  206. data/rdoc/RubyXL/CustomProperties.html +4 -2
  207. data/rdoc/RubyXL/CustomPropertiesFile.html +4 -2
  208. data/rdoc/RubyXL/CustomProperty.html +4 -2
  209. data/rdoc/RubyXL/CustomPropertyFile.html +4 -2
  210. data/rdoc/RubyXL/CustomSheetView.html +4 -2
  211. data/rdoc/RubyXL/CustomSheetViews.html +4 -2
  212. data/rdoc/RubyXL/CustomWorkbookView.html +4 -2
  213. data/rdoc/RubyXL/CustomWorkbookViews.html +4 -2
  214. data/rdoc/RubyXL/CustomXMLFile.html +4 -2
  215. data/rdoc/RubyXL/DXF.html +4 -2
  216. data/rdoc/RubyXL/DXFs.html +4 -2
  217. data/rdoc/RubyXL/DataBar.html +4 -2
  218. data/rdoc/RubyXL/DataConsolidate.html +4 -2
  219. data/rdoc/RubyXL/DataConsolidationReference.html +4 -2
  220. data/rdoc/RubyXL/DataConsolidationReferences.html +4 -2
  221. data/rdoc/RubyXL/DataType.html +4 -2
  222. data/rdoc/RubyXL/DataValidation.html +4 -2
  223. data/rdoc/RubyXL/DataValidations.html +4 -2
  224. data/rdoc/RubyXL/DateGroupItem.html +4 -2
  225. data/rdoc/RubyXL/DefinedName.html +4 -2
  226. data/rdoc/RubyXL/DefinedNameExt.html +4 -2
  227. data/rdoc/RubyXL/DefinedNames.html +4 -2
  228. data/rdoc/RubyXL/DefinedNamesExt.html +4 -2
  229. data/rdoc/RubyXL/DocumentPropertiesFile.html +4 -2
  230. data/rdoc/RubyXL/DrawingFile.html +4 -2
  231. data/rdoc/RubyXL/DynamicFilter.html +4 -2
  232. data/rdoc/RubyXL/EmbeddedControl.html +4 -2
  233. data/rdoc/RubyXL/EmbeddedControls.html +4 -2
  234. data/rdoc/RubyXL/Extension.html +4 -2
  235. data/rdoc/RubyXL/ExtensionStorageArea.html +4 -2
  236. data/rdoc/RubyXL/Extents.html +4 -2
  237. data/rdoc/RubyXL/ExternalBook.html +4 -2
  238. data/rdoc/RubyXL/ExternalLinksFile.html +5 -3
  239. data/rdoc/RubyXL/ExternalReference.html +4 -2
  240. data/rdoc/RubyXL/ExternalReferences.html +4 -2
  241. data/rdoc/RubyXL/ExtraColorSchemeList.html +4 -2
  242. data/rdoc/RubyXL/FieldItem.html +4 -2
  243. data/rdoc/RubyXL/FileRecoveryProperties.html +4 -2
  244. data/rdoc/RubyXL/FileSharing.html +4 -2
  245. data/rdoc/RubyXL/FileVersion.html +4 -2
  246. data/rdoc/RubyXL/Fill.html +4 -2
  247. data/rdoc/RubyXL/Fills.html +4 -2
  248. data/rdoc/RubyXL/FilterContainer.html +4 -2
  249. data/rdoc/RubyXL/FloatNode.html +4 -2
  250. data/rdoc/RubyXL/FloatValue.html +4 -2
  251. data/rdoc/RubyXL/Font.html +4 -2
  252. data/rdoc/RubyXL/FontConvenienceMethods.html +4 -2
  253. data/rdoc/RubyXL/FontScheme.html +4 -2
  254. data/rdoc/RubyXL/Fonts.html +4 -2
  255. data/rdoc/RubyXL/Formula.html +4 -2
  256. data/rdoc/RubyXL/FunctionGroup.html +4 -2
  257. data/rdoc/RubyXL/FunctionGroups.html +4 -2
  258. data/rdoc/RubyXL/GenericStorageObject.html +4 -2
  259. data/rdoc/RubyXL/GradientFill.html +4 -2
  260. data/rdoc/RubyXL/HeaderFooterSettings.html +4 -2
  261. data/rdoc/RubyXL/Hyperlink.html +4 -2
  262. data/rdoc/RubyXL/HyperlinkRelFile.html +4 -2
  263. data/rdoc/RubyXL/Hyperlinks.html +4 -2
  264. data/rdoc/RubyXL/IconFilter.html +4 -2
  265. data/rdoc/RubyXL/IconSet.html +4 -2
  266. data/rdoc/RubyXL/IgnoredError.html +4 -2
  267. data/rdoc/RubyXL/IgnoredErrors.html +4 -2
  268. data/rdoc/RubyXL/IndexedColors.html +4 -2
  269. data/rdoc/RubyXL/InputCells.html +4 -2
  270. data/rdoc/RubyXL/IntegerNode.html +4 -2
  271. data/rdoc/RubyXL/IntegerValue.html +4 -2
  272. data/rdoc/RubyXL/LegacyCell.html +4 -2
  273. data/rdoc/RubyXL/LegacyWorksheet.html +5 -3
  274. data/rdoc/RubyXL/MRUColors.html +4 -2
  275. data/rdoc/RubyXL/MacrosFile.html +4 -2
  276. data/rdoc/RubyXL/MergedCell.html +4 -2
  277. data/rdoc/RubyXL/MergedCells.html +4 -2
  278. data/rdoc/RubyXL/NumFmt.html +4 -2
  279. data/rdoc/RubyXL/NumberFormat.html +4 -2
  280. data/rdoc/RubyXL/NumberFormats.html +4 -2
  281. data/rdoc/RubyXL/OLEObject.html +4 -2
  282. data/rdoc/RubyXL/OLEObjectFile.html +4 -2
  283. data/rdoc/RubyXL/OLEObjects.html +4 -2
  284. data/rdoc/RubyXL/OLESize.html +4 -2
  285. data/rdoc/RubyXL/OOXMLContainerObject.html +10 -8
  286. data/rdoc/RubyXL/OOXMLIgnored.html +4 -2
  287. data/rdoc/RubyXL/OOXMLObject.html +4 -2
  288. data/rdoc/RubyXL/OOXMLObjectClassMethods.html +42 -5
  289. data/rdoc/RubyXL/OOXMLObjectInstanceMethods.html +17 -10
  290. data/rdoc/RubyXL/OOXMLRelationshipsFile.html +4 -2
  291. data/rdoc/RubyXL/OOXMLTopLevelObject.html +9 -7
  292. data/rdoc/RubyXL/OdbcOleDbProperties.html +4 -2
  293. data/rdoc/RubyXL/Offset.html +4 -2
  294. data/rdoc/RubyXL/OlapProperties.html +4 -2
  295. data/rdoc/RubyXL/OleItem.html +108 -0
  296. data/rdoc/RubyXL/OleItems.html +108 -0
  297. data/rdoc/RubyXL/OleLink.html +108 -0
  298. data/rdoc/RubyXL/OutlineProperties.html +4 -2
  299. data/rdoc/RubyXL/PageMargins.html +4 -2
  300. data/rdoc/RubyXL/PageSetup.html +4 -2
  301. data/rdoc/RubyXL/PageSetupProperties.html +4 -2
  302. data/rdoc/RubyXL/Pane.html +4 -2
  303. data/rdoc/RubyXL/Parser.html +4 -2
  304. data/rdoc/RubyXL/PatternFill.html +4 -2
  305. data/rdoc/RubyXL/PhoneticProperties.html +4 -2
  306. data/rdoc/RubyXL/PhoneticRun.html +4 -2
  307. data/rdoc/RubyXL/PivotArea.html +4 -2
  308. data/rdoc/RubyXL/PivotCache.html +4 -2
  309. data/rdoc/RubyXL/PivotCacheDefinitionFile.html +4 -2
  310. data/rdoc/RubyXL/PivotCacheRecordsFile.html +4 -2
  311. data/rdoc/RubyXL/PivotCaches.html +4 -2
  312. data/rdoc/RubyXL/PivotReference.html +4 -2
  313. data/rdoc/RubyXL/PivotReferences.html +4 -2
  314. data/rdoc/RubyXL/PivotTableFile.html +4 -2
  315. data/rdoc/RubyXL/PivotTableSelection.html +4 -2
  316. data/rdoc/RubyXL/PresetGeometry.html +4 -2
  317. data/rdoc/RubyXL/PrintOptions.html +4 -2
  318. data/rdoc/RubyXL/PrinterSettingsFile.html +4 -2
  319. data/rdoc/RubyXL/ProtectedRange.html +4 -2
  320. data/rdoc/RubyXL/ProtectedRanges.html +4 -2
  321. data/rdoc/RubyXL/Protection.html +4 -2
  322. data/rdoc/RubyXL/QueryParameter.html +4 -2
  323. data/rdoc/RubyXL/QueryParameters.html +4 -2
  324. data/rdoc/RubyXL/QueryTable.html +4 -2
  325. data/rdoc/RubyXL/QueryTableDeletedField.html +4 -2
  326. data/rdoc/RubyXL/QueryTableDeletedFields.html +4 -2
  327. data/rdoc/RubyXL/QueryTableField.html +4 -2
  328. data/rdoc/RubyXL/QueryTableFields.html +4 -2
  329. data/rdoc/RubyXL/QueryTableRefresh.html +4 -2
  330. data/rdoc/RubyXL/RID.html +4 -2
  331. data/rdoc/RubyXL/RawOOXML.html +4 -2
  332. data/rdoc/RubyXL/Reference.html +4 -2
  333. data/rdoc/RubyXL/Relationship.html +4 -2
  334. data/rdoc/RubyXL/RelationshipSupport.html +4 -2
  335. data/rdoc/RubyXL/RelationshipSupport/ClassMehods.html +4 -2
  336. data/rdoc/RubyXL/RevisionPointer.html +4 -2
  337. data/rdoc/RubyXL/RichText.html +5 -3
  338. data/rdoc/RubyXL/RichTextRun.html +4 -2
  339. data/rdoc/RubyXL/Row.html +4 -2
  340. data/rdoc/RubyXL/RowExt.html +4 -2
  341. data/rdoc/RubyXL/RunProperties.html +4 -2
  342. data/rdoc/RubyXL/Scenario.html +4 -2
  343. data/rdoc/RubyXL/Scenarios.html +4 -2
  344. data/rdoc/RubyXL/Selection.html +4 -2
  345. data/rdoc/RubyXL/ShapeGuide.html +4 -2
  346. data/rdoc/RubyXL/ShapeTextRectangle.html +4 -2
  347. data/rdoc/RubyXL/SharedStringsTable.html +4 -2
  348. data/rdoc/RubyXL/Sheet.html +4 -2
  349. data/rdoc/RubyXL/SheetCalculationProperties.html +4 -2
  350. data/rdoc/RubyXL/SheetData.html +4 -2
  351. data/rdoc/RubyXL/SheetDataExt.html +4 -2
  352. data/rdoc/RubyXL/SheetDataSet.html +4 -2
  353. data/rdoc/RubyXL/SheetName.html +4 -2
  354. data/rdoc/RubyXL/SheetNames.html +4 -2
  355. data/rdoc/RubyXL/Sheets.html +4 -2
  356. data/rdoc/RubyXL/SlicerCacheFile.html +4 -2
  357. data/rdoc/RubyXL/SlicerFile.html +4 -2
  358. data/rdoc/RubyXL/SmartTagProperties.html +4 -2
  359. data/rdoc/RubyXL/SmartTagType.html +4 -2
  360. data/rdoc/RubyXL/SmartTagTypes.html +4 -2
  361. data/rdoc/RubyXL/SmartTags.html +4 -2
  362. data/rdoc/RubyXL/SortCondition.html +4 -2
  363. data/rdoc/RubyXL/SortState.html +4 -2
  364. data/rdoc/RubyXL/Sqref.html +4 -2
  365. data/rdoc/RubyXL/Stop.html +4 -2
  366. data/rdoc/RubyXL/StringNode.html +4 -2
  367. data/rdoc/RubyXL/StringNodeW3C.html +4 -2
  368. data/rdoc/RubyXL/StringValue.html +4 -2
  369. data/rdoc/RubyXL/Stylesheet.html +4 -2
  370. data/rdoc/RubyXL/TableFile.html +4 -2
  371. data/rdoc/RubyXL/TableParts.html +4 -2
  372. data/rdoc/RubyXL/TableStyle.html +4 -2
  373. data/rdoc/RubyXL/TableStyles.html +4 -2
  374. data/rdoc/RubyXL/Text.html +4 -2
  375. data/rdoc/RubyXL/TextImportSettings.html +4 -2
  376. data/rdoc/RubyXL/Theme.html +4 -2
  377. data/rdoc/RubyXL/ThemeElements.html +4 -2
  378. data/rdoc/RubyXL/ThumbnailFile.html +4 -2
  379. data/rdoc/RubyXL/Top10.html +4 -2
  380. data/rdoc/RubyXL/VMLDrawingFile.html +4 -2
  381. data/rdoc/RubyXL/Variant.html +4 -2
  382. data/rdoc/RubyXL/Vector.html +4 -2
  383. data/rdoc/RubyXL/VectorValue.html +4 -2
  384. data/rdoc/RubyXL/VisualProperties.html +4 -2
  385. data/rdoc/RubyXL/WebPublishObject.html +4 -2
  386. data/rdoc/RubyXL/WebPublishObjects.html +4 -2
  387. data/rdoc/RubyXL/WebPublishingItem.html +4 -2
  388. data/rdoc/RubyXL/WebPublishingItems.html +4 -2
  389. data/rdoc/RubyXL/WebPublishingProperties.html +4 -2
  390. data/rdoc/RubyXL/WebQueryProperties.html +4 -2
  391. data/rdoc/RubyXL/Workbook.html +33 -25
  392. data/rdoc/RubyXL/WorkbookConvenienceMethods.html +4 -2
  393. data/rdoc/RubyXL/WorkbookProperties.html +4 -2
  394. data/rdoc/RubyXL/WorkbookProtection.html +4 -2
  395. data/rdoc/RubyXL/WorkbookRoot.html +4 -2
  396. data/rdoc/RubyXL/WorkbookView.html +4 -2
  397. data/rdoc/RubyXL/WorkbookViews.html +4 -2
  398. data/rdoc/RubyXL/Worksheet.html +4 -2
  399. data/rdoc/RubyXL/WorksheetConvenienceMethods.html +47 -2
  400. data/rdoc/RubyXL/WorksheetDimensions.html +4 -2
  401. data/rdoc/RubyXL/WorksheetFormatProperties.html +4 -2
  402. data/rdoc/RubyXL/WorksheetProperties.html +4 -2
  403. data/rdoc/RubyXL/WorksheetProtection.html +4 -2
  404. data/rdoc/RubyXL/WorksheetView.html +4 -2
  405. data/rdoc/RubyXL/WorksheetViews.html +4 -2
  406. data/rdoc/RubyXL/XF.html +4 -2
  407. data/rdoc/created.rid +20 -20
  408. data/rdoc/index.html +12 -3
  409. data/rdoc/js/navigation.js.gz +0 -0
  410. data/rdoc/js/search_index.js +1 -1
  411. data/rdoc/js/search_index.js.gz +0 -0
  412. data/rdoc/js/searcher.js.gz +0 -0
  413. data/rdoc/table_of_contents.html +838 -3
  414. data/rubyXL.gemspec +20 -27
  415. data/spec/lib/cell_spec.rb +22 -3
  416. data/spec/lib/rgb_color_spec.rb +16 -0
  417. metadata +9 -7
  418. data/test/output/test.xlsx +0 -0
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>class RubyXL::OOXMLIgnored - rubyXL 3.4.10</title>
7
+ <title>class RubyXL::OOXMLIgnored - rubyXL 3.4.16</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "../";
@@ -22,6 +22,7 @@
22
22
 
23
23
 
24
24
 
25
+
25
26
  <body id="top" role="document" class="class">
26
27
  <nav role="navigation">
27
28
  <div id="project-navigation">
@@ -187,12 +188,13 @@
187
188
  </section>
188
189
 
189
190
  </section>
191
+
190
192
  </main>
191
193
 
192
194
 
193
195
  <footer id="validator-badges" role="contentinfo">
194
196
  <p><a href="https://validator.w3.org/check/referer">Validate</a>
195
- <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.0.
197
+ <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.1.
196
198
  <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
197
199
  </footer>
198
200
 
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>class RubyXL::OOXMLObject - rubyXL 3.4.10</title>
7
+ <title>class RubyXL::OOXMLObject - rubyXL 3.4.16</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "../";
@@ -22,6 +22,7 @@
22
22
 
23
23
 
24
24
 
25
+
25
26
  <body id="top" role="document" class="class">
26
27
  <nav role="navigation">
27
28
  <div id="project-navigation">
@@ -106,12 +107,13 @@
106
107
 
107
108
 
108
109
  </section>
110
+
109
111
  </main>
110
112
 
111
113
 
112
114
  <footer id="validator-badges" role="contentinfo">
113
115
  <p><a href="https://validator.w3.org/check/referer">Validate</a>
114
- <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.0.
116
+ <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.1.
115
117
  <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
116
118
  </footer>
117
119
 
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>module RubyXL::OOXMLObjectClassMethods - rubyXL 3.4.10</title>
7
+ <title>module RubyXL::OOXMLObjectClassMethods - rubyXL 3.4.16</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "../";
@@ -22,6 +22,7 @@
22
22
 
23
23
 
24
24
 
25
+
25
26
  <body id="top" role="document" class="module">
26
27
  <nav role="navigation">
27
28
  <div id="project-navigation">
@@ -73,6 +74,8 @@
73
74
 
74
75
  <li ><a href="#method-i-define_element_name">#define_element_name</a>
75
76
 
77
+ <li ><a href="#method-i-define_relationship">#define_relationship</a>
78
+
76
79
  <li ><a href="#method-i-obtain_class_variable">#obtain_class_variable</a>
77
80
 
78
81
  <li ><a href="#method-i-parse">#parse</a>
@@ -269,7 +272,7 @@
269
272
 
270
273
 
271
274
  <div class="method-source-code" id="define_child_node-source">
272
- <pre><span class="ruby-comment"># File lib/rubyXL/objects/ooxml_object.rb, line 76</span>
275
+ <pre><span class="ruby-comment"># File lib/rubyXL/objects/ooxml_object.rb, line 81</span>
273
276
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">define_child_node</span>(<span class="ruby-identifier">klass</span>, <span class="ruby-identifier">extra_params</span> = {})
274
277
  <span class="ruby-identifier">child_nodes</span> = <span class="ruby-identifier">obtain_class_variable</span>(<span class="ruby-value">:@@ooxml_child_nodes</span>)
275
278
  <span class="ruby-identifier">child_node_name</span> = (<span class="ruby-identifier">extra_params</span>[<span class="ruby-value">:node_name</span>] <span class="ruby-operator">||</span> <span class="ruby-identifier">klass</span>.<span class="ruby-identifier">class_variable_get</span>(<span class="ruby-value">:@@ooxml_tag_name</span>)).<span class="ruby-identifier">to_s</span>
@@ -324,7 +327,7 @@
324
327
 
325
328
 
326
329
  <div class="method-source-code" id="define_element_name-source">
327
- <pre><span class="ruby-comment"># File lib/rubyXL/objects/ooxml_object.rb, line 104</span>
330
+ <pre><span class="ruby-comment"># File lib/rubyXL/objects/ooxml_object.rb, line 109</span>
328
331
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">define_element_name</span>(<span class="ruby-identifier">element_name</span>)
329
332
  <span class="ruby-keyword">self</span>.<span class="ruby-identifier">class_variable_set</span>(<span class="ruby-value">:@@ooxml_tag_name</span>, <span class="ruby-identifier">element_name</span>)
330
333
  <span class="ruby-keyword">end</span></pre>
@@ -335,6 +338,39 @@
335
338
 
336
339
 
337
340
 
341
+ </div>
342
+
343
+
344
+ <div id="method-i-define_relationship" class="method-detail ">
345
+
346
+ <div class="method-heading">
347
+ <span class="method-name">define_relationship</span><span
348
+ class="method-args">(extra_params = {})</span>
349
+
350
+ <span class="method-click-advice">click to toggle source</span>
351
+
352
+ </div>
353
+
354
+
355
+ <div class="method-description">
356
+
357
+ <p>Defines a `r:id` attribute</p>
358
+
359
+
360
+
361
+
362
+ <div class="method-source-code" id="define_relationship-source">
363
+ <pre><span class="ruby-comment"># File lib/rubyXL/objects/ooxml_object.rb, line 57</span>
364
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">define_relationship</span>(<span class="ruby-identifier">extra_params</span> = {})
365
+ <span class="ruby-identifier">define_attribute</span>(<span class="ruby-value">:&#39;r:id&#39;</span>, <span class="ruby-value">:string</span>, <span class="ruby-identifier">extra_params</span>)
366
+ <span class="ruby-keyword">end</span></pre>
367
+ </div>
368
+
369
+ </div>
370
+
371
+
372
+
373
+
338
374
  </div>
339
375
 
340
376
 
@@ -394,7 +430,7 @@
394
430
 
395
431
 
396
432
  <div class="method-source-code" id="parse-source">
397
- <pre><span class="ruby-comment"># File lib/rubyXL/objects/ooxml_object.rb, line 108</span>
433
+ <pre><span class="ruby-comment"># File lib/rubyXL/objects/ooxml_object.rb, line 113</span>
398
434
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">parse</span>(<span class="ruby-identifier">node</span>, <span class="ruby-identifier">known_namespaces</span> = <span class="ruby-keyword">nil</span>)
399
435
  <span class="ruby-keyword">case</span> <span class="ruby-identifier">node</span>
400
436
  <span class="ruby-keyword">when</span> <span class="ruby-constant">String</span>, <span class="ruby-constant">IO</span>, <span class="ruby-constant">Zip</span><span class="ruby-operator">::</span><span class="ruby-constant">InputStream</span> <span class="ruby-keyword">then</span> <span class="ruby-identifier">node</span> = <span class="ruby-constant">Nokogiri</span><span class="ruby-operator">::</span><span class="ruby-constant">XML</span>.<span class="ruby-identifier">parse</span>(<span class="ruby-identifier">node</span>)
@@ -479,12 +515,13 @@
479
515
  </section>
480
516
 
481
517
  </section>
518
+
482
519
  </main>
483
520
 
484
521
 
485
522
  <footer id="validator-badges" role="contentinfo">
486
523
  <p><a href="https://validator.w3.org/check/referer">Validate</a>
487
- <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.0.
524
+ <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.1.
488
525
  <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
489
526
  </footer>
490
527
 
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>module RubyXL::OOXMLObjectInstanceMethods - rubyXL 3.4.10</title>
7
+ <title>module RubyXL::OOXMLObjectInstanceMethods - rubyXL 3.4.16</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "../";
@@ -22,6 +22,7 @@
22
22
 
23
23
 
24
24
 
25
+
25
26
  <body id="top" role="document" class="module">
26
27
  <nav role="navigation">
27
28
  <div id="project-navigation">
@@ -166,7 +167,7 @@
166
167
 
167
168
 
168
169
  <div class="method-source-code" id="included-source">
169
- <pre><span class="ruby-comment"># File lib/rubyXL/objects/ooxml_object.rb, line 213</span>
170
+ <pre><span class="ruby-comment"># File lib/rubyXL/objects/ooxml_object.rb, line 218</span>
170
171
  <span class="ruby-keyword">def</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier ruby-title">included</span>(<span class="ruby-identifier">klass</span>)
171
172
  <span class="ruby-identifier">klass</span>.<span class="ruby-identifier">extend</span> <span class="ruby-constant">RubyXL</span><span class="ruby-operator">::</span><span class="ruby-constant">OOXMLObjectClassMethods</span>
172
173
  <span class="ruby-keyword">end</span></pre>
@@ -199,7 +200,7 @@
199
200
 
200
201
 
201
202
  <div class="method-source-code" id="new-source">
202
- <pre><span class="ruby-comment"># File lib/rubyXL/objects/ooxml_object.rb, line 222</span>
203
+ <pre><span class="ruby-comment"># File lib/rubyXL/objects/ooxml_object.rb, line 227</span>
203
204
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">initialize</span>(<span class="ruby-identifier">params</span> = {})
204
205
  <span class="ruby-ivar">@local_namespaces</span> = <span class="ruby-keyword">nil</span>
205
206
 
@@ -246,7 +247,7 @@
246
247
 
247
248
 
248
249
  <div class="method-source-code" id="3D-3D-source">
249
- <pre><span class="ruby-comment"># File lib/rubyXL/objects/ooxml_object.rb, line 251</span>
250
+ <pre><span class="ruby-comment"># File lib/rubyXL/objects/ooxml_object.rb, line 256</span>
250
251
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">==</span>(<span class="ruby-identifier">other</span>)
251
252
  <span class="ruby-identifier">other</span>.<span class="ruby-identifier">is_a?</span>(<span class="ruby-keyword">self</span>.<span class="ruby-identifier">class</span>) <span class="ruby-operator">&amp;&amp;</span>
252
253
  <span class="ruby-identifier">obtain_class_variable</span>(<span class="ruby-value">:@@ooxml_attributes</span>).<span class="ruby-identifier">all?</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">k</span>, <span class="ruby-identifier">v</span><span class="ruby-operator">|</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">send</span>(<span class="ruby-identifier">v</span>[<span class="ruby-value">:accessor</span>]) <span class="ruby-operator">==</span> <span class="ruby-identifier">other</span>.<span class="ruby-identifier">send</span>(<span class="ruby-identifier">v</span>[<span class="ruby-value">:accessor</span>]) } <span class="ruby-operator">&amp;&amp;</span>
@@ -281,7 +282,7 @@
281
282
 
282
283
 
283
284
  <div class="method-source-code" id="before_write_xml-source">
284
- <pre><span class="ruby-comment"># File lib/rubyXL/objects/ooxml_object.rb, line 346</span>
285
+ <pre><span class="ruby-comment"># File lib/rubyXL/objects/ooxml_object.rb, line 356</span>
285
286
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">before_write_xml</span>
286
287
  <span class="ruby-comment">#TODO# This will go away once containers are fully implemented.</span>
287
288
  <span class="ruby-identifier">child_nodes</span> = <span class="ruby-identifier">obtain_class_variable</span>(<span class="ruby-value">:@@ooxml_child_nodes</span>)
@@ -319,7 +320,7 @@
319
320
 
320
321
 
321
322
  <div class="method-source-code" id="index_in_collection-source">
322
- <pre><span class="ruby-comment"># File lib/rubyXL/objects/ooxml_object.rb, line 334</span>
323
+ <pre><span class="ruby-comment"># File lib/rubyXL/objects/ooxml_object.rb, line 344</span>
323
324
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">index_in_collection</span>
324
325
  <span class="ruby-keyword">nil</span>
325
326
  <span class="ruby-keyword">end</span></pre>
@@ -376,11 +377,16 @@
376
377
 
377
378
 
378
379
  <div class="method-source-code" id="write_xml-source">
379
- <pre><span class="ruby-comment"># File lib/rubyXL/objects/ooxml_object.rb, line 271</span>
380
+ <pre><span class="ruby-comment"># File lib/rubyXL/objects/ooxml_object.rb, line 276</span>
380
381
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">write_xml</span>(<span class="ruby-identifier">xml</span> = <span class="ruby-keyword">nil</span>, <span class="ruby-identifier">node_name_override</span> = <span class="ruby-keyword">nil</span>)
381
382
  <span class="ruby-keyword">if</span> <span class="ruby-identifier">xml</span>.<span class="ruby-identifier">nil?</span> <span class="ruby-keyword">then</span>
382
383
  <span class="ruby-identifier">seed_xml</span> = <span class="ruby-constant">Nokogiri</span><span class="ruby-operator">::</span><span class="ruby-constant">XML</span>(<span class="ruby-string">&#39;&lt;?xml version = &quot;1.0&quot; standalone =&quot;yes&quot;?&gt;&#39;</span>)
383
384
  <span class="ruby-identifier">seed_xml</span>.<span class="ruby-identifier">encoding</span> = <span class="ruby-string">&#39;UTF-8&#39;</span>
385
+
386
+ <span class="ruby-keyword">if</span> <span class="ruby-constant">Nokogiri</span>.<span class="ruby-identifier">jruby?</span> <span class="ruby-keyword">then</span> <span class="ruby-comment"># Issue 188 workaround for JRuby</span>
387
+ <span class="ruby-identifier">seed_xml</span>.<span class="ruby-identifier">to_java</span>.<span class="ruby-identifier">strict_error_checking</span> = <span class="ruby-keyword">false</span>
388
+ <span class="ruby-keyword">end</span>
389
+
384
390
  <span class="ruby-identifier">result</span> = <span class="ruby-keyword">self</span>.<span class="ruby-identifier">write_xml</span>(<span class="ruby-identifier">seed_xml</span>)
385
391
  <span class="ruby-keyword">return</span> <span class="ruby-identifier">result</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">result</span> <span class="ruby-operator">==</span> <span class="ruby-string">&#39;&#39;</span>
386
392
  <span class="ruby-identifier">seed_xml</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">result</span>
@@ -473,7 +479,7 @@
473
479
 
474
480
 
475
481
  <div class="method-source-code" id="get_node_object-source">
476
- <pre><span class="ruby-comment"># File lib/rubyXL/objects/ooxml_object.rb, line 338</span>
482
+ <pre><span class="ruby-comment"># File lib/rubyXL/objects/ooxml_object.rb, line 348</span>
477
483
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">get_node_object</span>(<span class="ruby-identifier">child_node_params</span>)
478
484
  <span class="ruby-keyword">self</span>.<span class="ruby-identifier">send</span>(<span class="ruby-identifier">child_node_params</span>[<span class="ruby-value">:accessor</span>])
479
485
  <span class="ruby-keyword">end</span></pre>
@@ -506,7 +512,7 @@
506
512
 
507
513
 
508
514
  <div class="method-source-code" id="init_child_nodes-source">
509
- <pre><span class="ruby-comment"># File lib/rubyXL/objects/ooxml_object.rb, line 232</span>
515
+ <pre><span class="ruby-comment"># File lib/rubyXL/objects/ooxml_object.rb, line 237</span>
510
516
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">init_child_nodes</span>(<span class="ruby-identifier">params</span>)
511
517
  <span class="ruby-identifier">obtain_class_variable</span>(<span class="ruby-value">:@@ooxml_child_nodes</span>).<span class="ruby-identifier">each_value</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">v</span><span class="ruby-operator">|</span>
512
518
 
@@ -532,12 +538,13 @@
532
538
  </section>
533
539
 
534
540
  </section>
541
+
535
542
  </main>
536
543
 
537
544
 
538
545
  <footer id="validator-badges" role="contentinfo">
539
546
  <p><a href="https://validator.w3.org/check/referer">Validate</a>
540
- <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.0.
547
+ <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.1.
541
548
  <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
542
549
  </footer>
543
550
 
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>class RubyXL::OOXMLRelationshipsFile - rubyXL 3.4.10</title>
7
+ <title>class RubyXL::OOXMLRelationshipsFile - rubyXL 3.4.16</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "../";
@@ -22,6 +22,7 @@
22
22
 
23
23
 
24
24
 
25
+
25
26
  <body id="top" role="document" class="class">
26
27
  <nav role="navigation">
27
28
  <div id="project-navigation">
@@ -596,12 +597,13 @@
596
597
  </section>
597
598
 
598
599
  </section>
600
+
599
601
  </main>
600
602
 
601
603
 
602
604
  <footer id="validator-badges" role="contentinfo">
603
605
  <p><a href="https://validator.w3.org/check/referer">Validate</a>
604
- <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.0.
606
+ <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.1.
605
607
  <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
606
608
  </footer>
607
609
 
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>class RubyXL::OOXMLTopLevelObject - rubyXL 3.4.10</title>
7
+ <title>class RubyXL::OOXMLTopLevelObject - rubyXL 3.4.16</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "../";
@@ -22,6 +22,7 @@
22
22
 
23
23
 
24
24
 
25
+
25
26
  <body id="top" role="document" class="class">
26
27
  <nav role="navigation">
27
28
  <div id="project-navigation">
@@ -184,7 +185,7 @@
184
185
 
185
186
 
186
187
  <div class="method-source-code" id="parse_file-source">
187
- <pre><span class="ruby-comment"># File lib/rubyXL/objects/ooxml_object.rb, line 439</span>
188
+ <pre><span class="ruby-comment"># File lib/rubyXL/objects/ooxml_object.rb, line 449</span>
188
189
  <span class="ruby-keyword">def</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier ruby-title">parse_file</span>(<span class="ruby-identifier">zip_file</span>, <span class="ruby-identifier">file_path</span>)
189
190
  <span class="ruby-identifier">entry</span> = <span class="ruby-identifier">zip_file</span>.<span class="ruby-identifier">find_entry</span>(<span class="ruby-constant">RubyXL</span><span class="ruby-operator">::</span><span class="ruby-identifier">from_root</span>(<span class="ruby-identifier">file_path</span>))
190
191
  <span class="ruby-comment"># Accomodate for Nokogiri Java implementation which is incapable of reading from a stream</span>
@@ -230,7 +231,7 @@
230
231
 
231
232
 
232
233
  <div class="method-source-code" id="set_namespaces-source">
233
- <pre><span class="ruby-comment"># File lib/rubyXL/objects/ooxml_object.rb, line 431</span>
234
+ <pre><span class="ruby-comment"># File lib/rubyXL/objects/ooxml_object.rb, line 441</span>
234
235
  <span class="ruby-keyword">def</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier ruby-title">set_namespaces</span>(<span class="ruby-identifier">namespace_hash</span>)
235
236
  <span class="ruby-keyword">self</span>.<span class="ruby-identifier">class_variable_set</span>(<span class="ruby-value">:@@ooxml_namespaces</span>, <span class="ruby-identifier">namespace_hash</span>)
236
237
  <span class="ruby-keyword">end</span></pre>
@@ -276,7 +277,7 @@
276
277
 
277
278
 
278
279
  <div class="method-source-code" id="add_to_zip-source">
279
- <pre><span class="ruby-comment"># File lib/rubyXL/objects/ooxml_object.rb, line 448</span>
280
+ <pre><span class="ruby-comment"># File lib/rubyXL/objects/ooxml_object.rb, line 458</span>
280
281
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">add_to_zip</span>(<span class="ruby-identifier">zip_stream</span>)
281
282
  <span class="ruby-identifier">xml_string</span> = <span class="ruby-identifier">write_xml</span>
282
283
  <span class="ruby-keyword">return</span> <span class="ruby-keyword">false</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">xml_string</span>.<span class="ruby-identifier">empty?</span>
@@ -313,7 +314,7 @@
313
314
 
314
315
 
315
316
  <div class="method-source-code" id="file_index-source">
316
- <pre><span class="ruby-comment"># File lib/rubyXL/objects/ooxml_object.rb, line 456</span>
317
+ <pre><span class="ruby-comment"># File lib/rubyXL/objects/ooxml_object.rb, line 466</span>
317
318
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">file_index</span>
318
319
  <span class="ruby-identifier">root</span>.<span class="ruby-identifier">rels_hash</span>[<span class="ruby-keyword">self</span>.<span class="ruby-identifier">class</span>].<span class="ruby-identifier">index</span>{ <span class="ruby-operator">|</span><span class="ruby-identifier">f</span><span class="ruby-operator">|</span> <span class="ruby-identifier">f</span>.<span class="ruby-identifier">equal?</span>(<span class="ruby-keyword">self</span>) }.<span class="ruby-identifier">to_i</span> <span class="ruby-operator">+</span> <span class="ruby-value">1</span>
319
320
  <span class="ruby-keyword">end</span></pre>
@@ -346,7 +347,7 @@
346
347
 
347
348
 
348
349
  <div class="method-source-code" id="xlsx_path-source">
349
- <pre><span class="ruby-comment"># File lib/rubyXL/objects/ooxml_object.rb, line 421</span>
350
+ <pre><span class="ruby-comment"># File lib/rubyXL/objects/ooxml_object.rb, line 431</span>
350
351
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">xlsx_path</span>
351
352
  <span class="ruby-identifier">raise</span> <span class="ruby-string">&#39;Subclass responsebility&#39;</span>
352
353
  <span class="ruby-keyword">end</span></pre>
@@ -363,12 +364,13 @@
363
364
  </section>
364
365
 
365
366
  </section>
367
+
366
368
  </main>
367
369
 
368
370
 
369
371
  <footer id="validator-badges" role="contentinfo">
370
372
  <p><a href="https://validator.w3.org/check/referer">Validate</a>
371
- <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.0.
373
+ <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.1.
372
374
  <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
373
375
  </footer>
374
376
 
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>class RubyXL::OdbcOleDbProperties - rubyXL 3.4.10</title>
7
+ <title>class RubyXL::OdbcOleDbProperties - rubyXL 3.4.16</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "../";
@@ -22,6 +22,7 @@
22
22
 
23
23
 
24
24
 
25
+
25
26
  <body id="top" role="document" class="class">
26
27
  <nav role="navigation">
27
28
  <div id="project-navigation">
@@ -95,12 +96,13 @@
95
96
 
96
97
 
97
98
  </section>
99
+
98
100
  </main>
99
101
 
100
102
 
101
103
  <footer id="validator-badges" role="contentinfo">
102
104
  <p><a href="https://validator.w3.org/check/referer">Validate</a>
103
- <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.0.
105
+ <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.1.
104
106
  <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
105
107
  </footer>
106
108
 
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>class RubyXL::Offset - rubyXL 3.4.10</title>
7
+ <title>class RubyXL::Offset - rubyXL 3.4.16</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "../";
@@ -22,6 +22,7 @@
22
22
 
23
23
 
24
24
 
25
+
25
26
  <body id="top" role="document" class="class">
26
27
  <nav role="navigation">
27
28
  <div id="project-navigation">
@@ -95,12 +96,13 @@
95
96
 
96
97
 
97
98
  </section>
99
+
98
100
  </main>
99
101
 
100
102
 
101
103
  <footer id="validator-badges" role="contentinfo">
102
104
  <p><a href="https://validator.w3.org/check/referer">Validate</a>
103
- <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.0.
105
+ <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.1.
104
106
  <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
105
107
  </footer>
106
108
 
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>class RubyXL::OlapProperties - rubyXL 3.4.10</title>
7
+ <title>class RubyXL::OlapProperties - rubyXL 3.4.16</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "../";
@@ -22,6 +22,7 @@
22
22
 
23
23
 
24
24
 
25
+
25
26
  <body id="top" role="document" class="class">
26
27
  <nav role="navigation">
27
28
  <div id="project-navigation">
@@ -95,12 +96,13 @@
95
96
 
96
97
 
97
98
  </section>
99
+
98
100
  </main>
99
101
 
100
102
 
101
103
  <footer id="validator-badges" role="contentinfo">
102
104
  <p><a href="https://validator.w3.org/check/referer">Validate</a>
103
- <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.0.
105
+ <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.1.
104
106
  <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
105
107
  </footer>
106
108