rubyXL 3.4.25 → 3.4.38

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 (479) hide show
  1. checksums.yaml +4 -4
  2. data/.circleci/config.yml +24 -13
  3. data/.rubocop.yml +124 -0
  4. data/CHANGELOG.md +12 -0
  5. data/Gemfile +4 -2
  6. data/README.rdoc +24 -8
  7. data/VERSION +1 -1
  8. data/lib/rubyXL/convenience_methods/cell.rb +8 -7
  9. data/lib/rubyXL/convenience_methods/color.rb +6 -6
  10. data/lib/rubyXL/convenience_methods/workbook.rb +7 -7
  11. data/lib/rubyXL/convenience_methods/worksheet.rb +26 -6
  12. data/lib/rubyXL/objects/border.rb +6 -1
  13. data/lib/rubyXL/objects/cell_style.rb +1 -0
  14. data/lib/rubyXL/objects/color.rb +1 -1
  15. data/lib/rubyXL/objects/column_range.rb +16 -12
  16. data/lib/rubyXL/objects/document_properties.rb +1 -0
  17. data/lib/rubyXL/objects/external_links.rb +8 -0
  18. data/lib/rubyXL/objects/ooxml_object.rb +21 -17
  19. data/lib/rubyXL/objects/query_table.rb +4 -2
  20. data/lib/rubyXL/objects/reference.rb +56 -20
  21. data/lib/rubyXL/objects/relationships.rb +1 -1
  22. data/lib/rubyXL/objects/root.rb +1 -1
  23. data/lib/rubyXL/objects/shared_strings.rb +1 -1
  24. data/lib/rubyXL/objects/sheet_data.rb +11 -6
  25. data/lib/rubyXL/objects/storage.rb +6 -1
  26. data/lib/rubyXL/objects/stylesheet.rb +2 -3
  27. data/lib/rubyXL/objects/text.rb +3 -3
  28. data/lib/rubyXL/objects/theme.rb +15 -17
  29. data/lib/rubyXL/objects/workbook.rb +17 -9
  30. data/lib/rubyXL/objects/worksheet.rb +2 -2
  31. data/lib/rubyXL/worksheet.rb +11 -3
  32. data/rdoc/README_rdoc.html +536 -147
  33. data/rdoc/RubyXL/AExtension.html +605 -85
  34. data/rdoc/RubyXL/AExtensionStorageArea.html +493 -47
  35. data/rdoc/RubyXL/ActiveX.html +574 -74
  36. data/rdoc/RubyXL/ActiveXBinary.html +503 -49
  37. data/rdoc/RubyXL/AdjustHandleList.html +487 -47
  38. data/rdoc/RubyXL/Alignment.html +487 -47
  39. data/rdoc/RubyXL/AlternateContent.html +493 -47
  40. data/rdoc/RubyXL/AlternateUrls.html +539 -0
  41. data/rdoc/RubyXL/Authors.html +487 -47
  42. data/rdoc/RubyXL/AutoFilter.html +487 -47
  43. data/rdoc/RubyXL/AutoFilterColumn.html +487 -47
  44. data/rdoc/RubyXL/BinaryImageFile.html +510 -50
  45. data/rdoc/RubyXL/BodyProperties.html +487 -47
  46. data/rdoc/RubyXL/BooleanNode.html +493 -47
  47. data/rdoc/RubyXL/BooleanValue.html +493 -47
  48. data/rdoc/RubyXL/Border.html +640 -97
  49. data/rdoc/RubyXL/BorderEdge.html +578 -78
  50. data/rdoc/RubyXL/Borders.html +540 -68
  51. data/rdoc/RubyXL/Break.html +487 -47
  52. data/rdoc/RubyXL/BreakList.html +487 -47
  53. data/rdoc/RubyXL/CT_AdjPoint2D.html +487 -47
  54. data/rdoc/RubyXL/CT_AlphaBiLevelEffect.html +487 -47
  55. data/rdoc/RubyXL/CT_AlphaModulateEffect.html +487 -47
  56. data/rdoc/RubyXL/CT_AlphaModulateFixedEffect.html +487 -47
  57. data/rdoc/RubyXL/CT_AlphaOutsetEffect.html +487 -47
  58. data/rdoc/RubyXL/CT_AlphaReplaceEffect.html +487 -47
  59. data/rdoc/RubyXL/CT_Backdrop.html +487 -47
  60. data/rdoc/RubyXL/CT_Bevel.html +487 -47
  61. data/rdoc/RubyXL/CT_BiLevelEffect.html +487 -47
  62. data/rdoc/RubyXL/CT_BlendEffect.html +487 -47
  63. data/rdoc/RubyXL/CT_Blip.html +487 -47
  64. data/rdoc/RubyXL/CT_BlipFillProperties.html +487 -47
  65. data/rdoc/RubyXL/CT_BlurEffect.html +487 -47
  66. data/rdoc/RubyXL/CT_Camera.html +487 -47
  67. data/rdoc/RubyXL/CT_Color.html +487 -47
  68. data/rdoc/RubyXL/CT_ColorChangeEffect.html +487 -47
  69. data/rdoc/RubyXL/CT_ColorMapping.html +487 -47
  70. data/rdoc/RubyXL/CT_ColorScheme.html +487 -47
  71. data/rdoc/RubyXL/CT_ColorSchemeAndMapping.html +487 -47
  72. data/rdoc/RubyXL/CT_ConnectionSite.html +487 -47
  73. data/rdoc/RubyXL/CT_ConnectionSiteList.html +487 -47
  74. data/rdoc/RubyXL/CT_DashStop.html +487 -47
  75. data/rdoc/RubyXL/CT_DashStopList.html +487 -47
  76. data/rdoc/RubyXL/CT_DefaultShapeDefinition.html +487 -47
  77. data/rdoc/RubyXL/CT_DuotoneEffect.html +487 -47
  78. data/rdoc/RubyXL/CT_EffectContainer.html +487 -47
  79. data/rdoc/RubyXL/CT_EffectList.html +487 -47
  80. data/rdoc/RubyXL/CT_EffectReference.html +487 -47
  81. data/rdoc/RubyXL/CT_EffectStyleItem.html +487 -47
  82. data/rdoc/RubyXL/CT_EffectStyleList.html +487 -47
  83. data/rdoc/RubyXL/CT_EmbeddedWAVAudioFile.html +487 -47
  84. data/rdoc/RubyXL/CT_FillEffect.html +487 -47
  85. data/rdoc/RubyXL/CT_FillOverlayEffect.html +487 -47
  86. data/rdoc/RubyXL/CT_FillStyleList.html +487 -47
  87. data/rdoc/RubyXL/CT_FlatText.html +487 -47
  88. data/rdoc/RubyXL/CT_FontCollection.html +487 -47
  89. data/rdoc/RubyXL/CT_FontReference.html +487 -47
  90. data/rdoc/RubyXL/CT_GeomGuideList.html +487 -47
  91. data/rdoc/RubyXL/CT_GlowEffect.html +487 -47
  92. data/rdoc/RubyXL/CT_GradientFillProperties.html +487 -47
  93. data/rdoc/RubyXL/CT_GradientStop.html +487 -47
  94. data/rdoc/RubyXL/CT_GradientStopList.html +487 -47
  95. data/rdoc/RubyXL/CT_HSLEffect.html +487 -47
  96. data/rdoc/RubyXL/CT_HslColor.html +487 -47
  97. data/rdoc/RubyXL/CT_Hyperlink.html +487 -47
  98. data/rdoc/RubyXL/CT_InnerShadowEffect.html +487 -47
  99. data/rdoc/RubyXL/CT_LightRig.html +487 -47
  100. data/rdoc/RubyXL/CT_LineEndProperties.html +487 -47
  101. data/rdoc/RubyXL/CT_LineJoinMiterProperties.html +487 -47
  102. data/rdoc/RubyXL/CT_LineProperties.html +487 -47
  103. data/rdoc/RubyXL/CT_LineStyleList.html +487 -47
  104. data/rdoc/RubyXL/CT_LinearShadeProperties.html +487 -47
  105. data/rdoc/RubyXL/CT_LuminanceEffect.html +487 -47
  106. data/rdoc/RubyXL/CT_ObjectStyleDefaults.html +487 -47
  107. data/rdoc/RubyXL/CT_OuterShadowEffect.html +487 -47
  108. data/rdoc/RubyXL/CT_Path2D.html +487 -47
  109. data/rdoc/RubyXL/CT_Path2DArcTo.html +487 -47
  110. data/rdoc/RubyXL/CT_Path2DCubicBezierTo.html +487 -47
  111. data/rdoc/RubyXL/CT_Path2DList.html +487 -47
  112. data/rdoc/RubyXL/CT_Path2DQuadBezierTo.html +487 -47
  113. data/rdoc/RubyXL/CT_Path2DTo.html +487 -47
  114. data/rdoc/RubyXL/CT_PathShadeProperties.html +487 -47
  115. data/rdoc/RubyXL/CT_PatternFillProperties.html +487 -47
  116. data/rdoc/RubyXL/CT_Point3D.html +487 -47
  117. data/rdoc/RubyXL/CT_PolarAdjustHandle.html +487 -47
  118. data/rdoc/RubyXL/CT_PresetColor.html +487 -47
  119. data/rdoc/RubyXL/CT_PresetLineDashProperties.html +487 -47
  120. data/rdoc/RubyXL/CT_PresetShadowEffect.html +487 -47
  121. data/rdoc/RubyXL/CT_PresetTextShape.html +487 -47
  122. data/rdoc/RubyXL/CT_ReflectionEffect.html +487 -47
  123. data/rdoc/RubyXL/CT_RelativeOffsetEffect.html +487 -47
  124. data/rdoc/RubyXL/CT_RelativeRect.html +487 -47
  125. data/rdoc/RubyXL/CT_SRgbColor.html +487 -47
  126. data/rdoc/RubyXL/CT_ScRgbColor.html +487 -47
  127. data/rdoc/RubyXL/CT_Scene3D.html +487 -47
  128. data/rdoc/RubyXL/CT_SchemeColor.html +487 -47
  129. data/rdoc/RubyXL/CT_Shape3D.html +487 -47
  130. data/rdoc/RubyXL/CT_ShapeStyle.html +487 -47
  131. data/rdoc/RubyXL/CT_SoftEdgesEffect.html +487 -47
  132. data/rdoc/RubyXL/CT_SphereCoords.html +487 -47
  133. data/rdoc/RubyXL/CT_StretchInfoProperties.html +487 -47
  134. data/rdoc/RubyXL/CT_StyleMatrix.html +487 -47
  135. data/rdoc/RubyXL/CT_StyleMatrixReference.html +487 -47
  136. data/rdoc/RubyXL/CT_SupplementalFont.html +487 -47
  137. data/rdoc/RubyXL/CT_SystemColor.html +487 -47
  138. data/rdoc/RubyXL/CT_TextAutonumberBullet.html +487 -47
  139. data/rdoc/RubyXL/CT_TextBlipBullet.html +487 -47
  140. data/rdoc/RubyXL/CT_TextCharBullet.html +487 -47
  141. data/rdoc/RubyXL/CT_TextCharacterProperties.html +487 -47
  142. data/rdoc/RubyXL/CT_TextFont.html +487 -47
  143. data/rdoc/RubyXL/CT_TextListStyle.html +487 -47
  144. data/rdoc/RubyXL/CT_TextNormalAutofit.html +487 -47
  145. data/rdoc/RubyXL/CT_TextParagraphProperties.html +487 -47
  146. data/rdoc/RubyXL/CT_TextSpacing.html +487 -47
  147. data/rdoc/RubyXL/CT_TextTabStop.html +487 -47
  148. data/rdoc/RubyXL/CT_TextTabStopList.html +487 -47
  149. data/rdoc/RubyXL/CT_TileInfoProperties.html +487 -47
  150. data/rdoc/RubyXL/CT_TintEffect.html +487 -47
  151. data/rdoc/RubyXL/CT_Transform2D.html +487 -47
  152. data/rdoc/RubyXL/CT_TransformEffect.html +487 -47
  153. data/rdoc/RubyXL/CT_Vector3D.html +487 -47
  154. data/rdoc/RubyXL/CT_XYAdjustHandle.html +487 -47
  155. data/rdoc/RubyXL/CalculationChain.html +557 -71
  156. data/rdoc/RubyXL/CalculationChainCell.html +487 -47
  157. data/rdoc/RubyXL/CalculationProperties.html +487 -47
  158. data/rdoc/RubyXL/Cell.html +1033 -200
  159. data/rdoc/RubyXL/CellConvenienceMethods.html +1667 -382
  160. data/rdoc/RubyXL/CellExt.html +487 -47
  161. data/rdoc/RubyXL/CellSmartTag.html +487 -47
  162. data/rdoc/RubyXL/CellSmartTagProperty.html +487 -47
  163. data/rdoc/RubyXL/CellSmartTags.html +487 -47
  164. data/rdoc/RubyXL/CellStyle.html +487 -47
  165. data/rdoc/RubyXL/CellStyleXFs.html +540 -68
  166. data/rdoc/RubyXL/CellStyles.html +540 -68
  167. data/rdoc/RubyXL/CellValue.html +540 -68
  168. data/rdoc/RubyXL/CellWatch.html +487 -47
  169. data/rdoc/RubyXL/CellWatches.html +487 -47
  170. data/rdoc/RubyXL/CellXFs.html +542 -71
  171. data/rdoc/RubyXL/ChartColorsFile.html +510 -50
  172. data/rdoc/RubyXL/ChartFile.html +581 -75
  173. data/rdoc/RubyXL/ChartStyleFile.html +510 -50
  174. data/rdoc/RubyXL/ChartUserShapesFile.html +510 -50
  175. data/rdoc/RubyXL/Chartsheet.html +624 -92
  176. data/rdoc/RubyXL/ChartsheetPageSetup.html +487 -47
  177. data/rdoc/RubyXL/ChartsheetProperties.html +487 -47
  178. data/rdoc/RubyXL/ChartsheetProtection.html +487 -47
  179. data/rdoc/RubyXL/ChartsheetView.html +487 -47
  180. data/rdoc/RubyXL/ChartsheetViews.html +487 -47
  181. data/rdoc/RubyXL/Color.html +550 -70
  182. data/rdoc/RubyXL/ColorConvenienceClasses/HlsColor.html +626 -94
  183. data/rdoc/RubyXL/ColorConvenienceClasses/RgbColor.html +671 -105
  184. data/rdoc/RubyXL/ColorConvenienceClasses.html +482 -45
  185. data/rdoc/RubyXL/ColorConvenienceMethods.html +534 -65
  186. data/rdoc/RubyXL/ColorFilter.html +487 -47
  187. data/rdoc/RubyXL/ColorScale.html +487 -47
  188. data/rdoc/RubyXL/ColorSet.html +487 -47
  189. data/rdoc/RubyXL/Colors.html +487 -47
  190. data/rdoc/RubyXL/ColumnRange.html +685 -92
  191. data/rdoc/RubyXL/ColumnRanges.html +646 -102
  192. data/rdoc/RubyXL/Comment.html +487 -47
  193. data/rdoc/RubyXL/CommentList.html +487 -47
  194. data/rdoc/RubyXL/CommentsFile.html +570 -76
  195. data/rdoc/RubyXL/ConditionalFormatValue.html +487 -47
  196. data/rdoc/RubyXL/ConditionalFormatting.html +487 -47
  197. data/rdoc/RubyXL/ConditionalFormattingRule.html +487 -47
  198. data/rdoc/RubyXL/Connection.html +487 -47
  199. data/rdoc/RubyXL/ConnectionTable.html +487 -47
  200. data/rdoc/RubyXL/ConnectionTables.html +487 -47
  201. data/rdoc/RubyXL/ConnectionTextField.html +487 -47
  202. data/rdoc/RubyXL/ConnectionTextFields.html +487 -47
  203. data/rdoc/RubyXL/Connections.html +557 -71
  204. data/rdoc/RubyXL/ContentTypeDefault.html +493 -47
  205. data/rdoc/RubyXL/ContentTypeOverride.html +493 -47
  206. data/rdoc/RubyXL/ContentTypes.html +595 -81
  207. data/rdoc/RubyXL/ControlPropertiesFile.html +510 -50
  208. data/rdoc/RubyXL/CorePropertiesFile.html +825 -149
  209. data/rdoc/RubyXL/CustomColor.html +487 -47
  210. data/rdoc/RubyXL/CustomColorList.html +487 -47
  211. data/rdoc/RubyXL/CustomFilter.html +487 -47
  212. data/rdoc/RubyXL/CustomFilters.html +487 -47
  213. data/rdoc/RubyXL/CustomGeometry.html +487 -47
  214. data/rdoc/RubyXL/CustomProperties.html +487 -47
  215. data/rdoc/RubyXL/CustomPropertiesFile.html +510 -50
  216. data/rdoc/RubyXL/CustomProperty.html +487 -47
  217. data/rdoc/RubyXL/CustomPropertyFile.html +510 -50
  218. data/rdoc/RubyXL/CustomSheetView.html +487 -47
  219. data/rdoc/RubyXL/CustomSheetViews.html +487 -47
  220. data/rdoc/RubyXL/CustomWorkbookView.html +487 -47
  221. data/rdoc/RubyXL/CustomWorkbookViews.html +487 -47
  222. data/rdoc/RubyXL/CustomXMLFile.html +503 -49
  223. data/rdoc/RubyXL/DXF.html +487 -47
  224. data/rdoc/RubyXL/DXFs.html +487 -47
  225. data/rdoc/RubyXL/DataBar.html +487 -47
  226. data/rdoc/RubyXL/DataConsolidate.html +487 -47
  227. data/rdoc/RubyXL/DataConsolidationReference.html +487 -47
  228. data/rdoc/RubyXL/DataConsolidationReferences.html +487 -47
  229. data/rdoc/RubyXL/DataType.html +528 -53
  230. data/rdoc/RubyXL/DataValidation.html +487 -47
  231. data/rdoc/RubyXL/DataValidations.html +487 -47
  232. data/rdoc/RubyXL/DateGroupItem.html +487 -47
  233. data/rdoc/RubyXL/DefinedName.html +487 -47
  234. data/rdoc/RubyXL/DefinedNameExt.html +487 -47
  235. data/rdoc/RubyXL/DefinedNames.html +564 -47
  236. data/rdoc/RubyXL/DefinedNamesExt.html +487 -47
  237. data/rdoc/RubyXL/DocumentPropertiesFile.html +603 -86
  238. data/rdoc/RubyXL/DrawingFile.html +581 -75
  239. data/rdoc/RubyXL/DynamicFilter.html +487 -47
  240. data/rdoc/RubyXL/EmbeddedControl.html +487 -47
  241. data/rdoc/RubyXL/EmbeddedControls.html +487 -47
  242. data/rdoc/RubyXL/Extension.html +487 -47
  243. data/rdoc/RubyXL/ExtensionStorageArea.html +487 -47
  244. data/rdoc/RubyXL/Extents.html +487 -47
  245. data/rdoc/RubyXL/ExternalBook.html +487 -47
  246. data/rdoc/RubyXL/ExternalLinksFile.html +581 -75
  247. data/rdoc/RubyXL/ExternalReference.html +487 -47
  248. data/rdoc/RubyXL/ExternalReferences.html +487 -47
  249. data/rdoc/RubyXL/ExtraColorSchemeList.html +487 -47
  250. data/rdoc/RubyXL/FieldItem.html +487 -47
  251. data/rdoc/RubyXL/FileRecoveryProperties.html +487 -47
  252. data/rdoc/RubyXL/FileSharing.html +487 -47
  253. data/rdoc/RubyXL/FileVersion.html +487 -47
  254. data/rdoc/RubyXL/Fill.html +540 -68
  255. data/rdoc/RubyXL/Fills.html +540 -68
  256. data/rdoc/RubyXL/FilterContainer.html +487 -47
  257. data/rdoc/RubyXL/FloatNode.html +493 -47
  258. data/rdoc/RubyXL/FloatValue.html +493 -47
  259. data/rdoc/RubyXL/Font.html +551 -71
  260. data/rdoc/RubyXL/FontConvenienceMethods.html +938 -183
  261. data/rdoc/RubyXL/FontScheme.html +487 -47
  262. data/rdoc/RubyXL/Fonts.html +540 -68
  263. data/rdoc/RubyXL/Formula.html +487 -47
  264. data/rdoc/RubyXL/FunctionGroup.html +487 -47
  265. data/rdoc/RubyXL/FunctionGroups.html +487 -47
  266. data/rdoc/RubyXL/GenericStorageObject.html +671 -103
  267. data/rdoc/RubyXL/GradientFill.html +487 -47
  268. data/rdoc/RubyXL/HeaderFooterSettings.html +487 -47
  269. data/rdoc/RubyXL/Hyperlink.html +487 -47
  270. data/rdoc/RubyXL/HyperlinkRelFile.html +503 -49
  271. data/rdoc/RubyXL/Hyperlinks.html +487 -47
  272. data/rdoc/RubyXL/IconFilter.html +487 -47
  273. data/rdoc/RubyXL/IconSet.html +487 -47
  274. data/rdoc/RubyXL/IgnoredError.html +487 -47
  275. data/rdoc/RubyXL/IgnoredErrors.html +487 -47
  276. data/rdoc/RubyXL/IndexedColors.html +487 -47
  277. data/rdoc/RubyXL/InputCells.html +487 -47
  278. data/rdoc/RubyXL/IntegerNode.html +493 -47
  279. data/rdoc/RubyXL/IntegerValue.html +493 -47
  280. data/rdoc/RubyXL/LegacyCell.html +534 -65
  281. data/rdoc/RubyXL/LegacyWorksheet.html +727 -114
  282. data/rdoc/RubyXL/MRUColors.html +487 -47
  283. data/rdoc/RubyXL/MacrosFile.html +510 -50
  284. data/rdoc/RubyXL/MergedCell.html +487 -47
  285. data/rdoc/RubyXL/MergedCells.html +487 -47
  286. data/rdoc/RubyXL/NumFmt.html +487 -47
  287. data/rdoc/RubyXL/NumberFormat.html +540 -68
  288. data/rdoc/RubyXL/NumberFormats.html +551 -71
  289. data/rdoc/RubyXL/OLEObject.html +487 -47
  290. data/rdoc/RubyXL/OLEObjectFile.html +510 -50
  291. data/rdoc/RubyXL/OLEObjects.html +487 -47
  292. data/rdoc/RubyXL/OLESize.html +487 -47
  293. data/rdoc/RubyXL/OOXMLContainerObject.html +756 -137
  294. data/rdoc/RubyXL/OOXMLIgnored.html +598 -80
  295. data/rdoc/RubyXL/OOXMLObject.html +506 -52
  296. data/rdoc/RubyXL/OOXMLObjectClassMethods.html +741 -151
  297. data/rdoc/RubyXL/OOXMLObjectInstanceMethods.html +834 -169
  298. data/rdoc/RubyXL/OOXMLRelationshipsFile.html +894 -170
  299. data/rdoc/RubyXL/OOXMLTopLevelObject.html +735 -131
  300. data/rdoc/RubyXL/OdbcOleDbProperties.html +487 -47
  301. data/rdoc/RubyXL/Offset.html +487 -47
  302. data/rdoc/RubyXL/OlapProperties.html +487 -47
  303. data/rdoc/RubyXL/OleItem.html +487 -47
  304. data/rdoc/RubyXL/OleItems.html +487 -47
  305. data/rdoc/RubyXL/OleLink.html +487 -47
  306. data/rdoc/RubyXL/OutlineProperties.html +487 -47
  307. data/rdoc/RubyXL/PageMargins.html +487 -47
  308. data/rdoc/RubyXL/PageSetup.html +487 -47
  309. data/rdoc/RubyXL/PageSetupProperties.html +487 -47
  310. data/rdoc/RubyXL/Pane.html +487 -47
  311. data/rdoc/RubyXL/Parser.html +578 -78
  312. data/rdoc/RubyXL/PatternFill.html +487 -47
  313. data/rdoc/RubyXL/PersonMetadata.html +568 -0
  314. data/rdoc/RubyXL/PhoneticProperties.html +487 -47
  315. data/rdoc/RubyXL/PhoneticRun.html +487 -47
  316. data/rdoc/RubyXL/PivotArea.html +487 -47
  317. data/rdoc/RubyXL/PivotCache.html +487 -47
  318. data/rdoc/RubyXL/PivotCacheDefinitionFile.html +529 -55
  319. data/rdoc/RubyXL/PivotCacheRecordsFile.html +510 -50
  320. data/rdoc/RubyXL/PivotCaches.html +487 -47
  321. data/rdoc/RubyXL/PivotReference.html +487 -47
  322. data/rdoc/RubyXL/PivotReferences.html +487 -47
  323. data/rdoc/RubyXL/PivotTableFile.html +529 -55
  324. data/rdoc/RubyXL/PivotTableSelection.html +487 -47
  325. data/rdoc/RubyXL/PresetGeometry.html +487 -47
  326. data/rdoc/RubyXL/PrintOptions.html +487 -47
  327. data/rdoc/RubyXL/PrinterSettingsFile.html +510 -50
  328. data/rdoc/RubyXL/ProtectedRange.html +487 -47
  329. data/rdoc/RubyXL/ProtectedRanges.html +487 -47
  330. data/rdoc/RubyXL/Protection.html +487 -47
  331. data/rdoc/RubyXL/QueryParameter.html +487 -47
  332. data/rdoc/RubyXL/QueryParameters.html +487 -47
  333. data/rdoc/RubyXL/QueryTable.html +575 -75
  334. data/rdoc/RubyXL/QueryTableDeletedField.html +487 -47
  335. data/rdoc/RubyXL/QueryTableDeletedFields.html +487 -47
  336. data/rdoc/RubyXL/QueryTableField.html +487 -47
  337. data/rdoc/RubyXL/QueryTableFields.html +487 -47
  338. data/rdoc/RubyXL/QueryTableRefresh.html +487 -47
  339. data/rdoc/RubyXL/RID.html +493 -47
  340. data/rdoc/RubyXL/RawOOXML.html +605 -85
  341. data/rdoc/RubyXL/Reference.html +1109 -207
  342. data/rdoc/RubyXL/Relationship.html +493 -47
  343. data/rdoc/RubyXL/RelationshipSupport/ClassMehods.html +540 -65
  344. data/rdoc/RubyXL/RelationshipSupport.html +745 -126
  345. data/rdoc/RubyXL/RevisionPointer.html +487 -47
  346. data/rdoc/RubyXL/RichText.html +542 -70
  347. data/rdoc/RubyXL/RichTextRun.html +540 -68
  348. data/rdoc/RubyXL/Row.html +812 -148
  349. data/rdoc/RubyXL/RowExt.html +487 -47
  350. data/rdoc/RubyXL/RunProperties.html +487 -47
  351. data/rdoc/RubyXL/Scenario.html +487 -47
  352. data/rdoc/RubyXL/Scenarios.html +487 -47
  353. data/rdoc/RubyXL/Selection.html +540 -68
  354. data/rdoc/RubyXL/ShapeGuide.html +487 -47
  355. data/rdoc/RubyXL/ShapeTextRectangle.html +487 -47
  356. data/rdoc/RubyXL/SharedStringsTable.html +775 -137
  357. data/rdoc/RubyXL/Sheet.html +487 -47
  358. data/rdoc/RubyXL/SheetCalculationProperties.html +487 -47
  359. data/rdoc/RubyXL/SheetData.html +572 -78
  360. data/rdoc/RubyXL/SheetDataExt.html +487 -47
  361. data/rdoc/RubyXL/SheetDataSet.html +487 -47
  362. data/rdoc/RubyXL/SheetMetadata.html +510 -50
  363. data/rdoc/RubyXL/SheetName.html +487 -47
  364. data/rdoc/RubyXL/SheetNames.html +487 -47
  365. data/rdoc/RubyXL/Sheets.html +487 -47
  366. data/rdoc/RubyXL/SlicerCacheFile.html +510 -50
  367. data/rdoc/RubyXL/SlicerFile.html +510 -50
  368. data/rdoc/RubyXL/SmartTagProperties.html +487 -47
  369. data/rdoc/RubyXL/SmartTagType.html +487 -47
  370. data/rdoc/RubyXL/SmartTagTypes.html +487 -47
  371. data/rdoc/RubyXL/SmartTags.html +487 -47
  372. data/rdoc/RubyXL/SortCondition.html +487 -47
  373. data/rdoc/RubyXL/SortState.html +487 -47
  374. data/rdoc/RubyXL/Sqref.html +599 -81
  375. data/rdoc/RubyXL/Stop.html +487 -47
  376. data/rdoc/RubyXL/StringNode.html +493 -47
  377. data/rdoc/RubyXL/StringNodeW3C.html +598 -80
  378. data/rdoc/RubyXL/StringValue.html +493 -47
  379. data/rdoc/RubyXL/Stylesheet.html +707 -114
  380. data/rdoc/RubyXL/TableFile.html +510 -50
  381. data/rdoc/RubyXL/TableParts.html +493 -47
  382. data/rdoc/RubyXL/TableStyle.html +487 -47
  383. data/rdoc/RubyXL/TableStyles.html +487 -47
  384. data/rdoc/RubyXL/Text.html +591 -83
  385. data/rdoc/RubyXL/TextImportSettings.html +487 -47
  386. data/rdoc/RubyXL/Theme.html +651 -103
  387. data/rdoc/RubyXL/ThemeElements.html +487 -47
  388. data/rdoc/RubyXL/ThumbnailFile.html +510 -50
  389. data/rdoc/RubyXL/Top10.html +487 -47
  390. data/rdoc/RubyXL/VMLDrawingFile.html +530 -56
  391. data/rdoc/RubyXL/Variant.html +487 -47
  392. data/rdoc/RubyXL/Vector.html +540 -68
  393. data/rdoc/RubyXL/VectorValue.html +493 -47
  394. data/rdoc/RubyXL/VisualProperties.html +487 -47
  395. data/rdoc/RubyXL/WebPublishObject.html +487 -47
  396. data/rdoc/RubyXL/WebPublishObjects.html +487 -47
  397. data/rdoc/RubyXL/WebPublishingItem.html +487 -47
  398. data/rdoc/RubyXL/WebPublishingItems.html +487 -47
  399. data/rdoc/RubyXL/WebPublishingProperties.html +487 -47
  400. data/rdoc/RubyXL/WebQueryProperties.html +487 -47
  401. data/rdoc/RubyXL/Workbook.html +1560 -367
  402. data/rdoc/RubyXL/WorkbookConvenienceMethods.html +1069 -226
  403. data/rdoc/RubyXL/WorkbookProperties.html +487 -47
  404. data/rdoc/RubyXL/WorkbookProtection.html +487 -47
  405. data/rdoc/RubyXL/WorkbookRoot.html +741 -123
  406. data/rdoc/RubyXL/WorkbookView.html +487 -47
  407. data/rdoc/RubyXL/WorkbookViews.html +487 -47
  408. data/rdoc/RubyXL/Worksheet.html +840 -154
  409. data/rdoc/RubyXL/WorksheetConvenienceMethods.html +2725 -699
  410. data/rdoc/RubyXL/WorksheetDimensions.html +487 -47
  411. data/rdoc/RubyXL/WorksheetFormatProperties.html +493 -47
  412. data/rdoc/RubyXL/WorksheetProperties.html +487 -47
  413. data/rdoc/RubyXL/WorksheetProtection.html +487 -47
  414. data/rdoc/RubyXL/WorksheetView.html +487 -47
  415. data/rdoc/RubyXL/WorksheetViews.html +487 -47
  416. data/rdoc/RubyXL/XF.html +487 -47
  417. data/rdoc/RubyXL.html +1200 -163
  418. data/rdoc/created.rid +38 -38
  419. data/rdoc/css/rdoc.css +1670 -354
  420. data/rdoc/index.html +418 -433
  421. data/rdoc/js/aliki.js +511 -0
  422. data/rdoc/js/bash_highlighter.js +167 -0
  423. data/rdoc/js/c_highlighter.js +299 -0
  424. data/rdoc/js/{search.js → search_controller.js} +31 -12
  425. data/rdoc/js/search_data.js +1 -0
  426. data/rdoc/js/{navigation.js → search_navigation.js} +10 -10
  427. data/rdoc/js/search_ranker.js +239 -0
  428. data/rdoc/js/theme-toggle.js +112 -0
  429. data/rubyXL.gemspec +27 -70
  430. data/spec/lib/cell_spec.rb +56 -4
  431. data/spec/lib/color_spec.rb +7 -0
  432. data/spec/lib/parser_spec.rb +8 -5
  433. data/spec/lib/reference_spec.rb +69 -6
  434. data/spec/lib/rgb_color_spec.rb +2 -0
  435. data/spec/lib/stylesheet_spec.rb +2 -0
  436. data/spec/lib/text_spec.rb +3 -1
  437. data/spec/lib/workbook_spec.rb +6 -4
  438. data/spec/lib/worksheet_spec.rb +29 -17
  439. metadata +31 -47
  440. data/Gemfile.lock +0 -124
  441. data/rdoc/css/fonts.css +0 -167
  442. data/rdoc/fonts/Lato-Light.ttf +0 -0
  443. data/rdoc/fonts/Lato-LightItalic.ttf +0 -0
  444. data/rdoc/fonts/Lato-Regular.ttf +0 -0
  445. data/rdoc/fonts/Lato-RegularItalic.ttf +0 -0
  446. data/rdoc/fonts/SourceCodePro-Bold.ttf +0 -0
  447. data/rdoc/fonts/SourceCodePro-Regular.ttf +0 -0
  448. data/rdoc/images/add.png +0 -0
  449. data/rdoc/images/arrow_up.png +0 -0
  450. data/rdoc/images/brick.png +0 -0
  451. data/rdoc/images/brick_link.png +0 -0
  452. data/rdoc/images/bug.png +0 -0
  453. data/rdoc/images/bullet_black.png +0 -0
  454. data/rdoc/images/bullet_toggle_minus.png +0 -0
  455. data/rdoc/images/bullet_toggle_plus.png +0 -0
  456. data/rdoc/images/date.png +0 -0
  457. data/rdoc/images/delete.png +0 -0
  458. data/rdoc/images/find.png +0 -0
  459. data/rdoc/images/loadingAnimation.gif +0 -0
  460. data/rdoc/images/macFFBgHack.png +0 -0
  461. data/rdoc/images/package.png +0 -0
  462. data/rdoc/images/page_green.png +0 -0
  463. data/rdoc/images/page_white_text.png +0 -0
  464. data/rdoc/images/page_white_width.png +0 -0
  465. data/rdoc/images/plugin.png +0 -0
  466. data/rdoc/images/ruby.png +0 -0
  467. data/rdoc/images/tag_blue.png +0 -0
  468. data/rdoc/images/tag_green.png +0 -0
  469. data/rdoc/images/transparent.png +0 -0
  470. data/rdoc/images/wrench.png +0 -0
  471. data/rdoc/images/wrench_orange.png +0 -0
  472. data/rdoc/images/zoom.png +0 -0
  473. data/rdoc/js/darkfish.js +0 -84
  474. data/rdoc/js/navigation.js.gz +0 -0
  475. data/rdoc/js/search_index.js +0 -1
  476. data/rdoc/js/search_index.js.gz +0 -0
  477. data/rdoc/js/searcher.js +0 -229
  478. data/rdoc/js/searcher.js.gz +0 -0
  479. data/rdoc/table_of_contents.html +0 -3010
@@ -1,122 +1,598 @@
1
1
  <!DOCTYPE html>
2
2
 
3
- <html>
3
+ <html lang="en">
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1">
6
7
 
7
- <title>class RubyXL::Workbook - rubyXL 3.4.25</title>
8
+ <title>class RubyXL::Workbook - rubyXL 3.4.38</title>
8
9
 
9
- <script type="text/javascript">
10
- var rdoc_rel_prefix = "../";
11
- var index_rel_prefix = "../";
12
- </script>
13
10
 
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>
11
+ <meta
12
+ name="keywords"
13
+ content="ruby,class,RubyXL::Workbook"
14
+ >
19
15
 
20
- <link href="../css/fonts.css" rel="stylesheet">
21
- <link href="../css/rdoc.css" rel="stylesheet">
16
+ <meta
17
+ name="description"
18
+ content="class RubyXL::Workbook: www. datypic."
19
+ >
22
20
 
23
21
 
24
- <body id="top" role="document" class="class">
25
- <nav role="navigation">
26
- <div id="project-navigation">
27
- <div id="home-section" role="region" title="Quick navigation" class="nav-section">
28
- <h2>
29
- <a href="../index.html" rel="home">Home</a>
30
- </h2>
31
22
 
32
- <div id="table-of-contents-navigation">
33
- <a href="../table_of_contents.html#pages">Pages</a>
34
- <a href="../table_of_contents.html#classes">Classes</a>
35
- <a href="../table_of_contents.html#methods">Methods</a>
36
- </div>
37
- </div>
38
23
 
39
- <div id="search-section" role="search" class="project-section initially-hidden">
40
- <form action="#" method="get" accept-charset="utf-8">
41
- <div id="search-field-wrapper">
24
+
25
+ <!-- Open Graph / Facebook -->
26
+ <meta property="og:type" content="website">
27
+ <meta property="og:title" content="class RubyXL::Workbook - rubyXL 3.4.38">
28
+
29
+
30
+
31
+ <meta property="og:description" content="www. datypic.">
32
+
33
+
34
+
35
+
36
+
37
+ <!-- Twitter -->
38
+ <meta name="twitter:card" content="summary">
39
+ <meta name="twitter:title" content="class RubyXL::Workbook - rubyXL 3.4.38">
40
+
41
+
42
+
43
+ <meta name="twitter:description" content="www. datypic.">
44
+
45
+
46
+
47
+ <script type="text/javascript">
48
+ var rdoc_rel_prefix = "../";
49
+ var index_rel_prefix = "../";
50
+ </script>
51
+
52
+ <script
53
+ src="../js/theme-toggle.js?v=7.2.0"
54
+ ></script>
55
+
56
+ <script
57
+ src="../js/search_navigation.js?v=7.2.0"
58
+ defer
59
+ ></script>
60
+
61
+ <script
62
+ src="../js/search_data.js?v=7.2.0"
63
+ defer
64
+ ></script>
65
+
66
+ <script
67
+ src="../js/search_ranker.js?v=7.2.0"
68
+ defer
69
+ ></script>
70
+
71
+ <script
72
+ src="../js/search_controller.js?v=7.2.0"
73
+ defer
74
+ ></script>
75
+
76
+ <script
77
+ src="../js/c_highlighter.js?v=7.2.0"
78
+ defer
79
+ ></script>
80
+
81
+ <script
82
+ src="../js/bash_highlighter.js?v=7.2.0"
83
+ defer
84
+ ></script>
85
+
86
+ <script
87
+ src="../js/aliki.js?v=7.2.0"
88
+ defer
89
+ ></script>
90
+
91
+ <link
92
+ href="../css/rdoc.css?v=7.2.0"
93
+ rel="stylesheet"
94
+ >
95
+
96
+
97
+
98
+
99
+ <body role="document" class="class has-toc">
100
+ <svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
101
+ <!-- Chevron (right arrow) - used for expand/collapse -->
102
+ <symbol
103
+ id="icon-chevron"
104
+ viewBox="0 0 24 24"
105
+ fill="none"
106
+ stroke="currentColor"
107
+ stroke-width="2"
108
+ stroke-linecap="round"
109
+ stroke-linejoin="round"
110
+ >
111
+ <polyline points="9 18 15 12 9 6"></polyline>
112
+ </symbol>
113
+
114
+ <!-- File/Document - Pages section -->
115
+ <symbol
116
+ id="icon-file"
117
+ viewBox="0 0 24 24"
118
+ fill="none"
119
+ stroke="currentColor"
120
+ stroke-width="2"
121
+ stroke-linecap="round"
122
+ stroke-linejoin="round"
123
+ >
124
+ <path
125
+ d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"
126
+ ></path>
127
+
128
+ <polyline points="14 2 14 8 20 8"></polyline>
129
+ </symbol>
130
+
131
+ <!-- Layers/Stack - Classes and Modules section -->
132
+ <symbol
133
+ id="icon-layers"
134
+ viewBox="0 0 24 24"
135
+ fill="none"
136
+ stroke="currentColor"
137
+ stroke-width="2"
138
+ stroke-linecap="round"
139
+ stroke-linejoin="round"
140
+ >
141
+ <polygon points="12 2 2 7 12 12 22 7 12 2"></polygon>
142
+ <polyline points="2 17 12 22 22 17"></polyline>
143
+ <polyline points="2 12 12 17 22 12"></polyline>
144
+ </symbol>
145
+
146
+ <!-- Curly braces with C - Class Methods section -->
147
+ <symbol
148
+ id="icon-class-methods"
149
+ viewBox="0 0 24 24"
150
+ fill="none"
151
+ stroke="currentColor"
152
+ stroke-width="2"
153
+ stroke-linecap="round"
154
+ stroke-linejoin="round"
155
+ >
156
+ <path d="M6 3C3.5 3 2 4.5 2 7v3c0 1.5-1 2-1 2s1 .5 1 2v5c0 2.5 1.5 4 4 4"></path>
157
+ <path d="M18 3c2.5 0 4 1.5 4 4v3c0 1.5 1 2 1 2s-1 .5-1 2v5c0 2.5-1.5 4-4 4"></path>
158
+
159
+ <text
160
+ x="12"
161
+ y="17"
162
+ text-anchor="middle"
163
+ font-size="13"
164
+ font-weight="bold"
165
+ fill="currentColor"
166
+ stroke="none"
167
+ >
168
+ C
169
+ </text>
170
+ </symbol>
171
+
172
+ <!-- Curly braces with I - Instance Methods section -->
173
+ <symbol
174
+ id="icon-instance-methods"
175
+ viewBox="0 0 24 24"
176
+ fill="none"
177
+ stroke="currentColor"
178
+ stroke-width="2"
179
+ stroke-linecap="round"
180
+ stroke-linejoin="round"
181
+ >
182
+ <path d="M6 3C3.5 3 2 4.5 2 7v3c0 1.5-1 2-1 2s1 .5 1 2v5c0 2.5 1.5 4 4 4"></path>
183
+ <path d="M18 3c2.5 0 4 1.5 4 4v3c0 1.5 1 2 1 2s-1 .5-1 2v5c0 2.5-1.5 4-4 4"></path>
184
+
185
+ <text
186
+ x="12"
187
+ y="17"
188
+ text-anchor="middle"
189
+ font-size="13"
190
+ font-weight="bold"
191
+ fill="currentColor"
192
+ stroke="none"
193
+ >
194
+ I
195
+ </text>
196
+ </symbol>
197
+
198
+ <!-- Double chevrons up - Ancestors section -->
199
+ <symbol
200
+ id="icon-ancestors"
201
+ viewBox="0 0 24 24"
202
+ fill="none"
203
+ stroke="currentColor"
204
+ stroke-width="2"
205
+ stroke-linecap="round"
206
+ stroke-linejoin="round"
207
+ >
208
+ <polyline points="17 11 12 6 7 11"></polyline>
209
+ <polyline points="17 18 12 13 7 18"></polyline>
210
+ </symbol>
211
+
212
+ <!-- User with plus - Included Modules section -->
213
+ <symbol
214
+ id="icon-includes"
215
+ viewBox="0 0 24 24"
216
+ fill="none"
217
+ stroke="currentColor"
218
+ stroke-width="2"
219
+ stroke-linecap="round"
220
+ stroke-linejoin="round"
221
+ >
222
+ <path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path>
223
+ <circle cx="8.5" cy="7" r="4"></circle>
224
+
225
+ <line
226
+ x1="20"
227
+ y1="8"
228
+ x2="20"
229
+ y2="14"
230
+ ></line>
231
+
232
+ <line
233
+ x1="23"
234
+ y1="11"
235
+ x2="17"
236
+ y2="11"
237
+ ></line>
238
+ </symbol>
239
+
240
+ <!-- User with check - Extended Modules section -->
241
+ <symbol
242
+ id="icon-extends"
243
+ viewBox="0 0 24 24"
244
+ fill="none"
245
+ stroke="currentColor"
246
+ stroke-width="2"
247
+ stroke-linecap="round"
248
+ stroke-linejoin="round"
249
+ >
250
+ <path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path>
251
+ <circle cx="8.5" cy="7" r="4"></circle>
252
+ <polyline points="17 11 19 13 23 9"></polyline>
253
+ </symbol>
254
+
255
+ <!-- List - Sections section -->
256
+ <symbol
257
+ id="icon-list"
258
+ viewBox="0 0 24 24"
259
+ fill="none"
260
+ stroke="currentColor"
261
+ stroke-width="2"
262
+ stroke-linecap="round"
263
+ stroke-linejoin="round"
264
+ >
265
+ <line
266
+ x1="8"
267
+ y1="6"
268
+ x2="21"
269
+ y2="6"
270
+ ></line>
271
+
272
+ <line
273
+ x1="8"
274
+ y1="12"
275
+ x2="21"
276
+ y2="12"
277
+ ></line>
278
+
279
+ <line
280
+ x1="8"
281
+ y1="18"
282
+ x2="21"
283
+ y2="18"
284
+ ></line>
285
+
286
+ <line
287
+ x1="3"
288
+ y1="6"
289
+ x2="3.01"
290
+ y2="6"
291
+ ></line>
292
+
293
+ <line
294
+ x1="3"
295
+ y1="12"
296
+ x2="3.01"
297
+ y2="12"
298
+ ></line>
299
+
300
+ <line
301
+ x1="3"
302
+ y1="18"
303
+ x2="3.01"
304
+ y2="18"
305
+ ></line>
306
+ </symbol>
307
+ </svg>
308
+
309
+ <header class="top-navbar">
310
+ <a href="../index.html" class="navbar-brand">
311
+ rubyXL 3.4.38
312
+ </a>
313
+
314
+ <!-- Desktop search bar -->
315
+ <div class="navbar-search navbar-search-desktop" role="search">
316
+ <form action="#" method="get" accept-charset="utf-8">
42
317
  <input id="search-field" role="combobox" aria-label="Search"
43
- aria-autocomplete="list" aria-controls="search-results"
44
- type="text" name="search" placeholder="Search" spellcheck="false"
318
+ aria-autocomplete="list" aria-controls="search-results-desktop"
319
+ type="text" name="search" placeholder="Search (/) for a class, method..."
320
+ spellcheck="false" autocomplete="off"
45
321
  title="Type to search, Up and Down to navigate, Enter to load">
322
+ <ul id="search-results-desktop" aria-label="Search Results"
323
+ aria-busy="false" aria-expanded="false"
324
+ aria-atomic="false" class="initially-hidden search-results"></ul>
325
+ </form>
326
+ </div>
327
+
328
+ <!-- Mobile search icon button -->
329
+ <button id="search-toggle" class="navbar-search-mobile" aria-label="Open search" type="button">
330
+ <span aria-hidden="true">🔍</span>
331
+ </button>
332
+
333
+ <!-- Theme toggle button -->
334
+ <button id="theme-toggle" class="theme-toggle" aria-label="Switch to dark mode" type="button">
335
+ <span class="theme-toggle-icon" aria-hidden="true">🌙</span>
336
+ </button>
337
+ </header>
338
+
339
+ <!-- Search Modal (Mobile) -->
340
+ <div id="search-modal" class="search-modal" hidden aria-modal="true" role="dialog" aria-label="Search">
341
+ <div class="search-modal-backdrop"></div>
342
+ <div class="search-modal-content">
343
+ <div class="search-modal-header">
344
+ <form class="search-modal-form" action="#" method="get" accept-charset="utf-8">
345
+ <span class="search-modal-icon" aria-hidden="true">🔍</span>
346
+ <input id="search-field-mobile" role="combobox" aria-label="Search"
347
+ aria-autocomplete="list" aria-controls="search-results-mobile"
348
+ type="text" name="search" placeholder="Search documentation"
349
+ spellcheck="false" autocomplete="off">
350
+ <button type="button" class="search-modal-close" aria-label="Close search" id="search-modal-close">
351
+ <span aria-hidden="true">esc</span>
352
+ </button>
353
+ </form>
354
+ </div>
355
+ <div class="search-modal-body">
356
+ <ul id="search-results-mobile" aria-label="Search Results"
357
+ aria-busy="false" aria-expanded="false"
358
+ aria-atomic="false" class="search-results search-modal-results initially-hidden"></ul>
359
+ <div class="search-modal-empty">
360
+ <p>No recent searches</p>
361
+ </div>
46
362
  </div>
363
+ </div>
364
+ </div>
47
365
 
48
- <ul id="search-results" aria-label="Search Results"
49
- aria-busy="false" aria-expanded="false"
50
- aria-atomic="false" class="initially-hidden"></ul>
51
- </form>
366
+ <div id="navigation-toggle" role="button" tabindex="0" aria-label="Toggle sidebar" aria-expanded="true" aria-controls="navigation">
367
+ <span aria-hidden="true">&#9776;</span>
52
368
  </div>
53
369
 
370
+
371
+ <nav id="navigation" role="navigation" hidden>
372
+
373
+
374
+
375
+
376
+
377
+ <div id="fileindex-section" class="nav-section">
378
+ <details class="nav-section-collapsible" >
379
+ <summary class="nav-section-header">
380
+ <span class="nav-section-icon">
381
+ <svg>
382
+ <use href="#icon-file"></use>
383
+ </svg>
384
+ </span>
385
+
386
+ <span class="nav-section-title">Pages</span>
387
+
388
+ <span class="nav-section-chevron">
389
+ <svg>
390
+ <use href="#icon-chevron"></use>
391
+ </svg>
392
+ </span>
393
+ </summary>
394
+
395
+ <ul class="nav-list">
396
+
397
+
398
+
399
+
400
+
401
+
402
+ <li>
403
+ <a href="../README_rdoc.html">
404
+ README
405
+ </a>
406
+ </li>
407
+
408
+ </ul>
409
+ </details>
54
410
  </div>
55
411
 
412
+
56
413
 
57
414
 
58
- <div id="class-metadata">
59
-
60
-
415
+
61
416
  <div id="parent-class-section" class="nav-section">
62
- <h3>Parent</h3>
63
-
64
- <p class="link"><a href="OOXMLTopLevelObject.html">RubyXL::OOXMLTopLevelObject</a>
417
+ <details class="nav-section-collapsible" open>
418
+ <summary class="nav-section-header">
419
+ <span class="nav-section-icon">
420
+ <svg><use href="#icon-ancestors"></use></svg>
421
+ </span>
422
+ <span class="nav-section-title">Ancestors</span>
423
+ <span class="nav-section-chevron">
424
+ <svg><use href="#icon-chevron"></use></svg>
425
+ </span>
426
+ </summary>
427
+ <ul><li><a href="OOXMLTopLevelObject.html">RubyXL::OOXMLTopLevelObject</a><ul><li><a href="OOXMLObject.html">RubyXL::OOXMLObject</a><ul><li>Object</li></ul></li></ul></li></ul>
428
+ </details>
65
429
  </div>
66
430
 
67
-
431
+
432
+
68
433
  <div id="includes-section" class="nav-section">
69
- <h3>Included Modules</h3>
434
+ <details class="nav-section-collapsible" open>
435
+ <summary class="nav-section-header">
436
+ <span class="nav-section-icon">
437
+ <svg><use href="#icon-includes"></use></svg>
438
+ </span>
439
+ <span class="nav-section-title">Included Modules</span>
440
+ <span class="nav-section-chevron">
441
+ <svg><use href="#icon-chevron"></use></svg>
442
+ </span>
443
+ </summary>
70
444
 
71
- <ul class="link-list">
72
- <li><a class="include" href="RelationshipSupport.html">RubyXL::RelationshipSupport</a>
73
- <li><span class="include">Enumerable</span>
74
- </ul>
75
- </div>
445
+ <ul class="nav-list">
76
446
 
77
-
78
-
79
- <!-- Method Quickref -->
80
- <div id="method-list-section" class="nav-section">
81
- <h3>Methods</h3>
82
-
83
- <ul class="link-list" role="directory">
84
- <li class="calls-super" ><a href="#method-c-new">::new</a>
85
- <li ><a href="#method-i-5B-5D">#[]</a>
86
- <li ><a href="#method-i-add_worksheet">#add_worksheet</a>
87
- <li ><a href="#method-i-application">#application</a>
88
- <li ><a href="#method-i-application-3D">#application=</a>
89
- <li ><a href="#method-i-appversion">#appversion</a>
90
- <li ><a href="#method-i-appversion-3D">#appversion=</a>
91
- <li ><a href="#method-i-before_write_xml">#before_write_xml</a>
92
- <li ><a href="#method-i-company">#company</a>
93
- <li ><a href="#method-i-company-3D">#company=</a>
94
- <li ><a href="#method-i-content_type">#content_type</a>
95
- <li ><a href="#method-i-created_at">#created_at</a>
96
- <li ><a href="#method-i-created_at-3D">#created_at=</a>
97
- <li ><a href="#method-i-creator">#creator</a>
98
- <li ><a href="#method-i-creator-3D">#creator=</a>
99
- <li ><a href="#method-i-date1904">#date1904</a>
100
- <li ><a href="#method-i-date1904-3D">#date1904=</a>
101
- <li ><a href="#method-i-date_to_num">#date_to_num</a>
102
- <li ><a href="#method-i-modified_at">#modified_at</a>
103
- <li ><a href="#method-i-modified_at-3D">#modified_at=</a>
104
- <li ><a href="#method-i-modifier">#modifier</a>
105
- <li ><a href="#method-i-modifier-3D">#modifier=</a>
106
- <li ><a href="#method-i-num_to_date">#num_to_date</a>
107
- <li ><a href="#method-i-related_objects">#related_objects</a>
108
- <li ><a href="#method-i-save">#save</a>
109
- <li ><a href="#method-i-stream">#stream</a>
110
- <li ><a href="#method-i-write">#write</a>
111
- <li ><a href="#method-i-xlsx_path">#xlsx_path</a>
112
- </ul>
447
+
448
+ <li><a class="include" href="RelationshipSupport.html">RubyXL::RelationshipSupport</a></li>
449
+
450
+
451
+
452
+ <li><span class="include">Enumerable</span></li>
453
+
454
+
455
+ </ul>
456
+ </details>
113
457
  </div>
114
458
 
459
+
460
+
461
+
462
+
463
+ <div class="nav-section">
464
+ <details class="nav-section-collapsible" open>
465
+ <summary class="nav-section-header">
466
+ <span class="nav-section-icon">
467
+ <svg><use href="#icon-class-methods"></use></svg>
468
+ </span>
469
+ <span class="nav-section-title">Class Methods</span>
470
+ <span class="nav-section-chevron">
471
+ <svg><use href="#icon-chevron"></use></svg>
472
+ </span>
473
+ </summary>
474
+ <ul class="nav-list" role="directory">
475
+
476
+ <li class="calls-super" ><a href="#method-c-new">new</a></li>
477
+
478
+ </ul>
479
+ </details>
480
+ </div>
481
+
482
+
483
+
484
+ <div class="nav-section">
485
+ <details class="nav-section-collapsible" open>
486
+ <summary class="nav-section-header">
487
+ <span class="nav-section-icon">
488
+ <svg><use href="#icon-instance-methods"></use></svg>
489
+ </span>
490
+ <span class="nav-section-title">Instance Methods</span>
491
+ <span class="nav-section-chevron">
492
+ <svg><use href="#icon-chevron"></use></svg>
493
+ </span>
494
+ </summary>
495
+ <ul class="nav-list" role="directory">
496
+
497
+ <li ><a href="#method-i-5B-5D">[]</a></li>
498
+
499
+ <li ><a href="#method-i-add_worksheet">add_worksheet</a></li>
500
+
501
+ <li ><a href="#method-i-application">application</a></li>
502
+
503
+ <li ><a href="#method-i-application-3D">application=</a></li>
504
+
505
+ <li ><a href="#method-i-appversion">appversion</a></li>
506
+
507
+ <li ><a href="#method-i-appversion-3D">appversion=</a></li>
508
+
509
+ <li ><a href="#method-i-before_write_xml">before_write_xml</a></li>
510
+
511
+ <li ><a href="#method-i-company">company</a></li>
512
+
513
+ <li ><a href="#method-i-company-3D">company=</a></li>
514
+
515
+ <li ><a href="#method-i-content_type">content_type</a></li>
516
+
517
+ <li ><a href="#method-i-created_at">created_at</a></li>
518
+
519
+ <li ><a href="#method-i-created_at-3D">created_at=</a></li>
520
+
521
+ <li ><a href="#method-i-creator">creator</a></li>
522
+
523
+ <li ><a href="#method-i-creator-3D">creator=</a></li>
524
+
525
+ <li ><a href="#method-i-date1904">date1904</a></li>
526
+
527
+ <li ><a href="#method-i-date1904-3D">date1904=</a></li>
528
+
529
+ <li ><a href="#method-i-date_to_num">date_to_num</a></li>
530
+
531
+ <li ><a href="#method-i-modified_at">modified_at</a></li>
532
+
533
+ <li ><a href="#method-i-modified_at-3D">modified_at=</a></li>
534
+
535
+ <li ><a href="#method-i-modifier">modifier</a></li>
536
+
537
+ <li ><a href="#method-i-modifier-3D">modifier=</a></li>
538
+
539
+ <li ><a href="#method-i-num_to_date">num_to_date</a></li>
540
+
541
+ <li ><a href="#method-i-related_objects">related_objects</a></li>
542
+
543
+ <li ><a href="#method-i-save">save</a></li>
544
+
545
+ <li ><a href="#method-i-stream">stream</a></li>
546
+
547
+ <li ><a href="#method-i-write">write</a></li>
548
+
549
+ <li ><a href="#method-i-xlsx_path">xlsx_path</a></li>
550
+
551
+ </ul>
552
+ </details>
115
553
  </div>
554
+
555
+
556
+ <div id="classindex-section" class="nav-section">
557
+ <details class="nav-section-collapsible" open>
558
+ <summary class="nav-section-header">
559
+ <span class="nav-section-icon">
560
+ <svg><use href="#icon-layers"></use></svg>
561
+ </span>
562
+ <span class="nav-section-title">Classes and Modules</span>
563
+ <span class="nav-section-chevron">
564
+ <svg><use href="#icon-chevron"></use></svg>
565
+ </span>
566
+ </summary>
567
+
568
+ <ul class="link-list nav-list"><li><details open><summary><code><a href="../RubyXL.html">RubyXL</a></code></summary><ul class="link-list nav-list"><li><code><a href="../RubyXL/AExtension.html">AExtension</a></code></li><li><code><a href="../RubyXL/AExtensionStorageArea.html">AExtensionStorageArea</a></code></li><li><code><a href="../RubyXL/ActiveX.html">ActiveX</a></code></li><li><code><a href="../RubyXL/ActiveXBinary.html">ActiveXBinary</a></code></li><li><code><a href="../RubyXL/AdjustHandleList.html">AdjustHandleList</a></code></li><li><code><a href="../RubyXL/Alignment.html">Alignment</a></code></li><li><code><a href="../RubyXL/AlternateContent.html">AlternateContent</a></code></li><li><code><a href="../RubyXL/AlternateUrls.html">AlternateUrls</a></code></li><li><code><a href="../RubyXL/Authors.html">Authors</a></code></li><li><code><a href="../RubyXL/AutoFilter.html">AutoFilter</a></code></li><li><code><a href="../RubyXL/AutoFilterColumn.html">AutoFilterColumn</a></code></li><li><code><a href="../RubyXL/BinaryImageFile.html">BinaryImageFile</a></code></li><li><code><a href="../RubyXL/BodyProperties.html">BodyProperties</a></code></li><li><code><a href="../RubyXL/BooleanNode.html">BooleanNode</a></code></li><li><code><a href="../RubyXL/BooleanValue.html">BooleanValue</a></code></li><li><code><a href="../RubyXL/Border.html">Border</a></code></li><li><code><a href="../RubyXL/BorderEdge.html">BorderEdge</a></code></li><li><code><a href="../RubyXL/Borders.html">Borders</a></code></li><li><code><a href="../RubyXL/Break.html">Break</a></code></li><li><code><a href="../RubyXL/BreakList.html">BreakList</a></code></li><li><code><a href="../RubyXL/CT_AdjPoint2D.html">CT_AdjPoint2D</a></code></li><li><code><a href="../RubyXL/CT_AlphaBiLevelEffect.html">CT_AlphaBiLevelEffect</a></code></li><li><code><a href="../RubyXL/CT_AlphaModulateEffect.html">CT_AlphaModulateEffect</a></code></li><li><code><a href="../RubyXL/CT_AlphaModulateFixedEffect.html">CT_AlphaModulateFixedEffect</a></code></li><li><code><a href="../RubyXL/CT_AlphaOutsetEffect.html">CT_AlphaOutsetEffect</a></code></li><li><code><a href="../RubyXL/CT_AlphaReplaceEffect.html">CT_AlphaReplaceEffect</a></code></li><li><code><a href="../RubyXL/CT_Backdrop.html">CT_Backdrop</a></code></li><li><code><a href="../RubyXL/CT_Bevel.html">CT_Bevel</a></code></li><li><code><a href="../RubyXL/CT_BiLevelEffect.html">CT_BiLevelEffect</a></code></li><li><code><a href="../RubyXL/CT_BlendEffect.html">CT_BlendEffect</a></code></li><li><code><a href="../RubyXL/CT_Blip.html">CT_Blip</a></code></li><li><code><a href="../RubyXL/CT_BlipFillProperties.html">CT_BlipFillProperties</a></code></li><li><code><a href="../RubyXL/CT_BlurEffect.html">CT_BlurEffect</a></code></li><li><code><a href="../RubyXL/CT_Camera.html">CT_Camera</a></code></li><li><code><a href="../RubyXL/CT_Color.html">CT_Color</a></code></li><li><code><a href="../RubyXL/CT_ColorChangeEffect.html">CT_ColorChangeEffect</a></code></li><li><code><a href="../RubyXL/CT_ColorMapping.html">CT_ColorMapping</a></code></li><li><code><a href="../RubyXL/CT_ColorScheme.html">CT_ColorScheme</a></code></li><li><code><a href="../RubyXL/CT_ColorSchemeAndMapping.html">CT_ColorSchemeAndMapping</a></code></li><li><code><a href="../RubyXL/CT_ConnectionSite.html">CT_ConnectionSite</a></code></li><li><code><a href="../RubyXL/CT_ConnectionSiteList.html">CT_ConnectionSiteList</a></code></li><li><code><a href="../RubyXL/CT_DashStop.html">CT_DashStop</a></code></li><li><code><a href="../RubyXL/CT_DashStopList.html">CT_DashStopList</a></code></li><li><code><a href="../RubyXL/CT_DefaultShapeDefinition.html">CT_DefaultShapeDefinition</a></code></li><li><code><a href="../RubyXL/CT_DuotoneEffect.html">CT_DuotoneEffect</a></code></li><li><code><a href="../RubyXL/CT_EffectContainer.html">CT_EffectContainer</a></code></li><li><code><a href="../RubyXL/CT_EffectList.html">CT_EffectList</a></code></li><li><code><a href="../RubyXL/CT_EffectReference.html">CT_EffectReference</a></code></li><li><code><a href="../RubyXL/CT_EffectStyleItem.html">CT_EffectStyleItem</a></code></li><li><code><a href="../RubyXL/CT_EffectStyleList.html">CT_EffectStyleList</a></code></li><li><code><a href="../RubyXL/CT_EmbeddedWAVAudioFile.html">CT_EmbeddedWAVAudioFile</a></code></li><li><code><a href="../RubyXL/CT_FillEffect.html">CT_FillEffect</a></code></li><li><code><a href="../RubyXL/CT_FillOverlayEffect.html">CT_FillOverlayEffect</a></code></li><li><code><a href="../RubyXL/CT_FillStyleList.html">CT_FillStyleList</a></code></li><li><code><a href="../RubyXL/CT_FlatText.html">CT_FlatText</a></code></li><li><code><a href="../RubyXL/CT_FontCollection.html">CT_FontCollection</a></code></li><li><code><a href="../RubyXL/CT_FontReference.html">CT_FontReference</a></code></li><li><code><a href="../RubyXL/CT_GeomGuideList.html">CT_GeomGuideList</a></code></li><li><code><a href="../RubyXL/CT_GlowEffect.html">CT_GlowEffect</a></code></li><li><code><a href="../RubyXL/CT_GradientFillProperties.html">CT_GradientFillProperties</a></code></li><li><code><a href="../RubyXL/CT_GradientStop.html">CT_GradientStop</a></code></li><li><code><a href="../RubyXL/CT_GradientStopList.html">CT_GradientStopList</a></code></li><li><code><a href="../RubyXL/CT_HSLEffect.html">CT_HSLEffect</a></code></li><li><code><a href="../RubyXL/CT_HslColor.html">CT_HslColor</a></code></li><li><code><a href="../RubyXL/CT_Hyperlink.html">CT_Hyperlink</a></code></li><li><code><a href="../RubyXL/CT_InnerShadowEffect.html">CT_InnerShadowEffect</a></code></li><li><code><a href="../RubyXL/CT_LightRig.html">CT_LightRig</a></code></li><li><code><a href="../RubyXL/CT_LineEndProperties.html">CT_LineEndProperties</a></code></li><li><code><a href="../RubyXL/CT_LineJoinMiterProperties.html">CT_LineJoinMiterProperties</a></code></li><li><code><a href="../RubyXL/CT_LineProperties.html">CT_LineProperties</a></code></li><li><code><a href="../RubyXL/CT_LineStyleList.html">CT_LineStyleList</a></code></li><li><code><a href="../RubyXL/CT_LinearShadeProperties.html">CT_LinearShadeProperties</a></code></li><li><code><a href="../RubyXL/CT_LuminanceEffect.html">CT_LuminanceEffect</a></code></li><li><code><a href="../RubyXL/CT_ObjectStyleDefaults.html">CT_ObjectStyleDefaults</a></code></li><li><code><a href="../RubyXL/CT_OuterShadowEffect.html">CT_OuterShadowEffect</a></code></li><li><code><a href="../RubyXL/CT_Path2D.html">CT_Path2D</a></code></li><li><code><a href="../RubyXL/CT_Path2DArcTo.html">CT_Path2DArcTo</a></code></li><li><code><a href="../RubyXL/CT_Path2DCubicBezierTo.html">CT_Path2DCubicBezierTo</a></code></li><li><code><a href="../RubyXL/CT_Path2DList.html">CT_Path2DList</a></code></li><li><code><a href="../RubyXL/CT_Path2DQuadBezierTo.html">CT_Path2DQuadBezierTo</a></code></li><li><code><a href="../RubyXL/CT_Path2DTo.html">CT_Path2DTo</a></code></li><li><code><a href="../RubyXL/CT_PathShadeProperties.html">CT_PathShadeProperties</a></code></li><li><code><a href="../RubyXL/CT_PatternFillProperties.html">CT_PatternFillProperties</a></code></li><li><code><a href="../RubyXL/CT_Point3D.html">CT_Point3D</a></code></li><li><code><a href="../RubyXL/CT_PolarAdjustHandle.html">CT_PolarAdjustHandle</a></code></li><li><code><a href="../RubyXL/CT_PresetColor.html">CT_PresetColor</a></code></li><li><code><a href="../RubyXL/CT_PresetLineDashProperties.html">CT_PresetLineDashProperties</a></code></li><li><code><a href="../RubyXL/CT_PresetShadowEffect.html">CT_PresetShadowEffect</a></code></li><li><code><a href="../RubyXL/CT_PresetTextShape.html">CT_PresetTextShape</a></code></li><li><code><a href="../RubyXL/CT_ReflectionEffect.html">CT_ReflectionEffect</a></code></li><li><code><a href="../RubyXL/CT_RelativeOffsetEffect.html">CT_RelativeOffsetEffect</a></code></li><li><code><a href="../RubyXL/CT_RelativeRect.html">CT_RelativeRect</a></code></li><li><code><a href="../RubyXL/CT_SRgbColor.html">CT_SRgbColor</a></code></li><li><code><a href="../RubyXL/CT_ScRgbColor.html">CT_ScRgbColor</a></code></li><li><code><a href="../RubyXL/CT_Scene3D.html">CT_Scene3D</a></code></li><li><code><a href="../RubyXL/CT_SchemeColor.html">CT_SchemeColor</a></code></li><li><code><a href="../RubyXL/CT_Shape3D.html">CT_Shape3D</a></code></li><li><code><a href="../RubyXL/CT_ShapeStyle.html">CT_ShapeStyle</a></code></li><li><code><a href="../RubyXL/CT_SoftEdgesEffect.html">CT_SoftEdgesEffect</a></code></li><li><code><a href="../RubyXL/CT_SphereCoords.html">CT_SphereCoords</a></code></li><li><code><a href="../RubyXL/CT_StretchInfoProperties.html">CT_StretchInfoProperties</a></code></li><li><code><a href="../RubyXL/CT_StyleMatrix.html">CT_StyleMatrix</a></code></li><li><code><a href="../RubyXL/CT_StyleMatrixReference.html">CT_StyleMatrixReference</a></code></li><li><code><a href="../RubyXL/CT_SupplementalFont.html">CT_SupplementalFont</a></code></li><li><code><a href="../RubyXL/CT_SystemColor.html">CT_SystemColor</a></code></li><li><code><a href="../RubyXL/CT_TextAutonumberBullet.html">CT_TextAutonumberBullet</a></code></li><li><code><a href="../RubyXL/CT_TextBlipBullet.html">CT_TextBlipBullet</a></code></li><li><code><a href="../RubyXL/CT_TextCharBullet.html">CT_TextCharBullet</a></code></li><li><code><a href="../RubyXL/CT_TextCharacterProperties.html">CT_TextCharacterProperties</a></code></li><li><code><a href="../RubyXL/CT_TextFont.html">CT_TextFont</a></code></li><li><code><a href="../RubyXL/CT_TextListStyle.html">CT_TextListStyle</a></code></li><li><code><a href="../RubyXL/CT_TextNormalAutofit.html">CT_TextNormalAutofit</a></code></li><li><code><a href="../RubyXL/CT_TextParagraphProperties.html">CT_TextParagraphProperties</a></code></li><li><code><a href="../RubyXL/CT_TextSpacing.html">CT_TextSpacing</a></code></li><li><code><a href="../RubyXL/CT_TextTabStop.html">CT_TextTabStop</a></code></li><li><code><a href="../RubyXL/CT_TextTabStopList.html">CT_TextTabStopList</a></code></li><li><code><a href="../RubyXL/CT_TileInfoProperties.html">CT_TileInfoProperties</a></code></li><li><code><a href="../RubyXL/CT_TintEffect.html">CT_TintEffect</a></code></li><li><code><a href="../RubyXL/CT_Transform2D.html">CT_Transform2D</a></code></li><li><code><a href="../RubyXL/CT_TransformEffect.html">CT_TransformEffect</a></code></li><li><code><a href="../RubyXL/CT_Vector3D.html">CT_Vector3D</a></code></li><li><code><a href="../RubyXL/CT_XYAdjustHandle.html">CT_XYAdjustHandle</a></code></li><li><code><a href="../RubyXL/CalculationChain.html">CalculationChain</a></code></li><li><code><a href="../RubyXL/CalculationChainCell.html">CalculationChainCell</a></code></li><li><code><a href="../RubyXL/CalculationProperties.html">CalculationProperties</a></code></li><li><code><a href="../RubyXL/Cell.html">Cell</a></code></li><li><code><a href="../RubyXL/CellConvenienceMethods.html">CellConvenienceMethods</a></code></li><li><code><a href="../RubyXL/CellExt.html">CellExt</a></code></li><li><code><a href="../RubyXL/CellSmartTag.html">CellSmartTag</a></code></li><li><code><a href="../RubyXL/CellSmartTagProperty.html">CellSmartTagProperty</a></code></li><li><code><a href="../RubyXL/CellSmartTags.html">CellSmartTags</a></code></li><li><code><a href="../RubyXL/CellStyle.html">CellStyle</a></code></li><li><code><a href="../RubyXL/CellStyleXFs.html">CellStyleXFs</a></code></li><li><code><a href="../RubyXL/CellStyles.html">CellStyles</a></code></li><li><code><a href="../RubyXL/CellValue.html">CellValue</a></code></li><li><code><a href="../RubyXL/CellWatch.html">CellWatch</a></code></li><li><code><a href="../RubyXL/CellWatches.html">CellWatches</a></code></li><li><code><a href="../RubyXL/CellXFs.html">CellXFs</a></code></li><li><code><a href="../RubyXL/ChartColorsFile.html">ChartColorsFile</a></code></li><li><code><a href="../RubyXL/ChartFile.html">ChartFile</a></code></li><li><code><a href="../RubyXL/ChartStyleFile.html">ChartStyleFile</a></code></li><li><code><a href="../RubyXL/ChartUserShapesFile.html">ChartUserShapesFile</a></code></li><li><code><a href="../RubyXL/Chartsheet.html">Chartsheet</a></code></li><li><code><a href="../RubyXL/ChartsheetPageSetup.html">ChartsheetPageSetup</a></code></li><li><code><a href="../RubyXL/ChartsheetProperties.html">ChartsheetProperties</a></code></li><li><code><a href="../RubyXL/ChartsheetProtection.html">ChartsheetProtection</a></code></li><li><code><a href="../RubyXL/ChartsheetView.html">ChartsheetView</a></code></li><li><code><a href="../RubyXL/ChartsheetViews.html">ChartsheetViews</a></code></li><li><code><a href="../RubyXL/Color.html">Color</a></code></li><li><details><summary><code><a href="../RubyXL/ColorConvenienceClasses.html">ColorConvenienceClasses</a></code></summary><ul class="link-list nav-list"><li><code><a href="../RubyXL/ColorConvenienceClasses/HlsColor.html">HlsColor</a></code></li><li><code><a href="../RubyXL/ColorConvenienceClasses/RgbColor.html">RgbColor</a></code></li></ul></details></li><li><code><a href="../RubyXL/ColorConvenienceMethods.html">ColorConvenienceMethods</a></code></li><li><code><a href="../RubyXL/ColorFilter.html">ColorFilter</a></code></li><li><code><a href="../RubyXL/ColorScale.html">ColorScale</a></code></li><li><code><a href="../RubyXL/ColorSet.html">ColorSet</a></code></li><li><code><a href="../RubyXL/Colors.html">Colors</a></code></li><li><code><a href="../RubyXL/ColumnRange.html">ColumnRange</a></code></li><li><code><a href="../RubyXL/ColumnRanges.html">ColumnRanges</a></code></li><li><code><a href="../RubyXL/Comment.html">Comment</a></code></li><li><code><a href="../RubyXL/CommentList.html">CommentList</a></code></li><li><code><a href="../RubyXL/CommentsFile.html">CommentsFile</a></code></li><li><code><a href="../RubyXL/ConditionalFormatValue.html">ConditionalFormatValue</a></code></li><li><code><a href="../RubyXL/ConditionalFormatting.html">ConditionalFormatting</a></code></li><li><code><a href="../RubyXL/ConditionalFormattingRule.html">ConditionalFormattingRule</a></code></li><li><code><a href="../RubyXL/Connection.html">Connection</a></code></li><li><code><a href="../RubyXL/ConnectionTable.html">ConnectionTable</a></code></li><li><code><a href="../RubyXL/ConnectionTables.html">ConnectionTables</a></code></li><li><code><a href="../RubyXL/ConnectionTextField.html">ConnectionTextField</a></code></li><li><code><a href="../RubyXL/ConnectionTextFields.html">ConnectionTextFields</a></code></li><li><code><a href="../RubyXL/Connections.html">Connections</a></code></li><li><code><a href="../RubyXL/ContentTypeDefault.html">ContentTypeDefault</a></code></li><li><code><a href="../RubyXL/ContentTypeOverride.html">ContentTypeOverride</a></code></li><li><code><a href="../RubyXL/ContentTypes.html">ContentTypes</a></code></li><li><code><a href="../RubyXL/ControlPropertiesFile.html">ControlPropertiesFile</a></code></li><li><code><a href="../RubyXL/CorePropertiesFile.html">CorePropertiesFile</a></code></li><li><code><a href="../RubyXL/CustomColor.html">CustomColor</a></code></li><li><code><a href="../RubyXL/CustomColorList.html">CustomColorList</a></code></li><li><code><a href="../RubyXL/CustomFilter.html">CustomFilter</a></code></li><li><code><a href="../RubyXL/CustomFilters.html">CustomFilters</a></code></li><li><code><a href="../RubyXL/CustomGeometry.html">CustomGeometry</a></code></li><li><code><a href="../RubyXL/CustomProperties.html">CustomProperties</a></code></li><li><code><a href="../RubyXL/CustomPropertiesFile.html">CustomPropertiesFile</a></code></li><li><code><a href="../RubyXL/CustomProperty.html">CustomProperty</a></code></li><li><code><a href="../RubyXL/CustomPropertyFile.html">CustomPropertyFile</a></code></li><li><code><a href="../RubyXL/CustomSheetView.html">CustomSheetView</a></code></li><li><code><a href="../RubyXL/CustomSheetViews.html">CustomSheetViews</a></code></li><li><code><a href="../RubyXL/CustomWorkbookView.html">CustomWorkbookView</a></code></li><li><code><a href="../RubyXL/CustomWorkbookViews.html">CustomWorkbookViews</a></code></li><li><code><a href="../RubyXL/CustomXMLFile.html">CustomXMLFile</a></code></li><li><code><a href="../RubyXL/DXF.html">DXF</a></code></li><li><code><a href="../RubyXL/DXFs.html">DXFs</a></code></li><li><code><a href="../RubyXL/DataBar.html">DataBar</a></code></li><li><code><a href="../RubyXL/DataConsolidate.html">DataConsolidate</a></code></li><li><code><a href="../RubyXL/DataConsolidationReference.html">DataConsolidationReference</a></code></li><li><code><a href="../RubyXL/DataConsolidationReferences.html">DataConsolidationReferences</a></code></li><li><code><a href="../RubyXL/DataType.html">DataType</a></code></li><li><code><a href="../RubyXL/DataValidation.html">DataValidation</a></code></li><li><code><a href="../RubyXL/DataValidations.html">DataValidations</a></code></li><li><code><a href="../RubyXL/DateGroupItem.html">DateGroupItem</a></code></li><li><code><a href="../RubyXL/DefinedName.html">DefinedName</a></code></li><li><code><a href="../RubyXL/DefinedNameExt.html">DefinedNameExt</a></code></li><li><code><a href="../RubyXL/DefinedNames.html">DefinedNames</a></code></li><li><code><a href="../RubyXL/DefinedNamesExt.html">DefinedNamesExt</a></code></li><li><code><a href="../RubyXL/DocumentPropertiesFile.html">DocumentPropertiesFile</a></code></li><li><code><a href="../RubyXL/DrawingFile.html">DrawingFile</a></code></li><li><code><a href="../RubyXL/DynamicFilter.html">DynamicFilter</a></code></li><li><code><a href="../RubyXL/EmbeddedControl.html">EmbeddedControl</a></code></li><li><code><a href="../RubyXL/EmbeddedControls.html">EmbeddedControls</a></code></li><li><code><a href="../RubyXL/Extension.html">Extension</a></code></li><li><code><a href="../RubyXL/ExtensionStorageArea.html">ExtensionStorageArea</a></code></li><li><code><a href="../RubyXL/Extents.html">Extents</a></code></li><li><code><a href="../RubyXL/ExternalBook.html">ExternalBook</a></code></li><li><code><a href="../RubyXL/ExternalLinksFile.html">ExternalLinksFile</a></code></li><li><code><a href="../RubyXL/ExternalReference.html">ExternalReference</a></code></li><li><code><a href="../RubyXL/ExternalReferences.html">ExternalReferences</a></code></li><li><code><a href="../RubyXL/ExtraColorSchemeList.html">ExtraColorSchemeList</a></code></li><li><code><a href="../RubyXL/FieldItem.html">FieldItem</a></code></li><li><code><a href="../RubyXL/FileRecoveryProperties.html">FileRecoveryProperties</a></code></li><li><code><a href="../RubyXL/FileSharing.html">FileSharing</a></code></li><li><code><a href="../RubyXL/FileVersion.html">FileVersion</a></code></li><li><code><a href="../RubyXL/Fill.html">Fill</a></code></li><li><code><a href="../RubyXL/Fills.html">Fills</a></code></li><li><code><a href="../RubyXL/FilterContainer.html">FilterContainer</a></code></li><li><code><a href="../RubyXL/FloatNode.html">FloatNode</a></code></li><li><code><a href="../RubyXL/FloatValue.html">FloatValue</a></code></li><li><code><a href="../RubyXL/Font.html">Font</a></code></li><li><code><a href="../RubyXL/FontConvenienceMethods.html">FontConvenienceMethods</a></code></li><li><code><a href="../RubyXL/FontScheme.html">FontScheme</a></code></li><li><code><a href="../RubyXL/Fonts.html">Fonts</a></code></li><li><code><a href="../RubyXL/Formula.html">Formula</a></code></li><li><code><a href="../RubyXL/FunctionGroup.html">FunctionGroup</a></code></li><li><code><a href="../RubyXL/FunctionGroups.html">FunctionGroups</a></code></li><li><code><a href="../RubyXL/GenericStorageObject.html">GenericStorageObject</a></code></li><li><code><a href="../RubyXL/GradientFill.html">GradientFill</a></code></li><li><code><a href="../RubyXL/HeaderFooterSettings.html">HeaderFooterSettings</a></code></li><li><code><a href="../RubyXL/Hyperlink.html">Hyperlink</a></code></li><li><code><a href="../RubyXL/HyperlinkRelFile.html">HyperlinkRelFile</a></code></li><li><code><a href="../RubyXL/Hyperlinks.html">Hyperlinks</a></code></li><li><code><a href="../RubyXL/IconFilter.html">IconFilter</a></code></li><li><code><a href="../RubyXL/IconSet.html">IconSet</a></code></li><li><code><a href="../RubyXL/IgnoredError.html">IgnoredError</a></code></li><li><code><a href="../RubyXL/IgnoredErrors.html">IgnoredErrors</a></code></li><li><code><a href="../RubyXL/IndexedColors.html">IndexedColors</a></code></li><li><code><a href="../RubyXL/InputCells.html">InputCells</a></code></li><li><code><a href="../RubyXL/IntegerNode.html">IntegerNode</a></code></li><li><code><a href="../RubyXL/IntegerValue.html">IntegerValue</a></code></li><li><code><a href="../RubyXL/LegacyCell.html">LegacyCell</a></code></li><li><code><a href="../RubyXL/LegacyWorksheet.html">LegacyWorksheet</a></code></li><li><code><a href="../RubyXL/MRUColors.html">MRUColors</a></code></li><li><code><a href="../RubyXL/MacrosFile.html">MacrosFile</a></code></li><li><code><a href="../RubyXL/MergedCell.html">MergedCell</a></code></li><li><code><a href="../RubyXL/MergedCells.html">MergedCells</a></code></li><li><code><a href="../RubyXL/NumFmt.html">NumFmt</a></code></li><li><code><a href="../RubyXL/NumberFormat.html">NumberFormat</a></code></li><li><code><a href="../RubyXL/NumberFormats.html">NumberFormats</a></code></li><li><code><a href="../RubyXL/OLEObject.html">OLEObject</a></code></li><li><code><a href="../RubyXL/OLEObjectFile.html">OLEObjectFile</a></code></li><li><code><a href="../RubyXL/OLEObjects.html">OLEObjects</a></code></li><li><code><a href="../RubyXL/OLESize.html">OLESize</a></code></li><li><code><a href="../RubyXL/OOXMLContainerObject.html">OOXMLContainerObject</a></code></li><li><code><a href="../RubyXL/OOXMLIgnored.html">OOXMLIgnored</a></code></li><li><code><a href="../RubyXL/OOXMLObject.html">OOXMLObject</a></code></li><li><code><a href="../RubyXL/OOXMLObjectClassMethods.html">OOXMLObjectClassMethods</a></code></li><li><code><a href="../RubyXL/OOXMLObjectInstanceMethods.html">OOXMLObjectInstanceMethods</a></code></li><li><code><a href="../RubyXL/OOXMLRelationshipsFile.html">OOXMLRelationshipsFile</a></code></li><li><code><a href="../RubyXL/OOXMLTopLevelObject.html">OOXMLTopLevelObject</a></code></li><li><code><a href="../RubyXL/OdbcOleDbProperties.html">OdbcOleDbProperties</a></code></li><li><code><a href="../RubyXL/Offset.html">Offset</a></code></li><li><code><a href="../RubyXL/OlapProperties.html">OlapProperties</a></code></li><li><code><a href="../RubyXL/OleItem.html">OleItem</a></code></li><li><code><a href="../RubyXL/OleItems.html">OleItems</a></code></li><li><code><a href="../RubyXL/OleLink.html">OleLink</a></code></li><li><code><a href="../RubyXL/OutlineProperties.html">OutlineProperties</a></code></li><li><code><a href="../RubyXL/PageMargins.html">PageMargins</a></code></li><li><code><a href="../RubyXL/PageSetup.html">PageSetup</a></code></li><li><code><a href="../RubyXL/PageSetupProperties.html">PageSetupProperties</a></code></li><li><code><a href="../RubyXL/Pane.html">Pane</a></code></li><li><code><a href="../RubyXL/Parser.html">Parser</a></code></li><li><code><a href="../RubyXL/PatternFill.html">PatternFill</a></code></li><li><code><a href="../RubyXL/PersonMetadata.html">PersonMetadata</a></code></li><li><code><a href="../RubyXL/PhoneticProperties.html">PhoneticProperties</a></code></li><li><code><a href="../RubyXL/PhoneticRun.html">PhoneticRun</a></code></li><li><code><a href="../RubyXL/PivotArea.html">PivotArea</a></code></li><li><code><a href="../RubyXL/PivotCache.html">PivotCache</a></code></li><li><code><a href="../RubyXL/PivotCacheDefinitionFile.html">PivotCacheDefinitionFile</a></code></li><li><code><a href="../RubyXL/PivotCacheRecordsFile.html">PivotCacheRecordsFile</a></code></li><li><code><a href="../RubyXL/PivotCaches.html">PivotCaches</a></code></li><li><code><a href="../RubyXL/PivotReference.html">PivotReference</a></code></li><li><code><a href="../RubyXL/PivotReferences.html">PivotReferences</a></code></li><li><code><a href="../RubyXL/PivotTableFile.html">PivotTableFile</a></code></li><li><code><a href="../RubyXL/PivotTableSelection.html">PivotTableSelection</a></code></li><li><code><a href="../RubyXL/PresetGeometry.html">PresetGeometry</a></code></li><li><code><a href="../RubyXL/PrintOptions.html">PrintOptions</a></code></li><li><code><a href="../RubyXL/PrinterSettingsFile.html">PrinterSettingsFile</a></code></li><li><code><a href="../RubyXL/ProtectedRange.html">ProtectedRange</a></code></li><li><code><a href="../RubyXL/ProtectedRanges.html">ProtectedRanges</a></code></li><li><code><a href="../RubyXL/Protection.html">Protection</a></code></li><li><code><a href="../RubyXL/QueryParameter.html">QueryParameter</a></code></li><li><code><a href="../RubyXL/QueryParameters.html">QueryParameters</a></code></li><li><code><a href="../RubyXL/QueryTable.html">QueryTable</a></code></li><li><code><a href="../RubyXL/QueryTableDeletedField.html">QueryTableDeletedField</a></code></li><li><code><a href="../RubyXL/QueryTableDeletedFields.html">QueryTableDeletedFields</a></code></li><li><code><a href="../RubyXL/QueryTableField.html">QueryTableField</a></code></li><li><code><a href="../RubyXL/QueryTableFields.html">QueryTableFields</a></code></li><li><code><a href="../RubyXL/QueryTableRefresh.html">QueryTableRefresh</a></code></li><li><code><a href="../RubyXL/RID.html">RID</a></code></li><li><code><a href="../RubyXL/RawOOXML.html">RawOOXML</a></code></li><li><code><a href="../RubyXL/Reference.html">Reference</a></code></li><li><code><a href="../RubyXL/Relationship.html">Relationship</a></code></li><li><details><summary><code><a href="../RubyXL/RelationshipSupport.html">RelationshipSupport</a></code></summary><ul class="link-list nav-list"><li><code><a href="../RubyXL/RelationshipSupport/ClassMehods.html">ClassMehods</a></code></li></ul></details></li><li><code><a href="../RubyXL/RevisionPointer.html">RevisionPointer</a></code></li><li><code><a href="../RubyXL/RichText.html">RichText</a></code></li><li><code><a href="../RubyXL/RichTextRun.html">RichTextRun</a></code></li><li><code><a href="../RubyXL/Row.html">Row</a></code></li><li><code><a href="../RubyXL/RowExt.html">RowExt</a></code></li><li><code><a href="../RubyXL/RunProperties.html">RunProperties</a></code></li><li><code><a href="../RubyXL/Scenario.html">Scenario</a></code></li><li><code><a href="../RubyXL/Scenarios.html">Scenarios</a></code></li><li><code><a href="../RubyXL/Selection.html">Selection</a></code></li><li><code><a href="../RubyXL/ShapeGuide.html">ShapeGuide</a></code></li><li><code><a href="../RubyXL/ShapeTextRectangle.html">ShapeTextRectangle</a></code></li><li><code><a href="../RubyXL/SharedStringsTable.html">SharedStringsTable</a></code></li><li><code><a href="../RubyXL/Sheet.html">Sheet</a></code></li><li><code><a href="../RubyXL/SheetCalculationProperties.html">SheetCalculationProperties</a></code></li><li><code><a href="../RubyXL/SheetData.html">SheetData</a></code></li><li><code><a href="../RubyXL/SheetDataExt.html">SheetDataExt</a></code></li><li><code><a href="../RubyXL/SheetDataSet.html">SheetDataSet</a></code></li><li><code><a href="../RubyXL/SheetMetadata.html">SheetMetadata</a></code></li><li><code><a href="../RubyXL/SheetName.html">SheetName</a></code></li><li><code><a href="../RubyXL/SheetNames.html">SheetNames</a></code></li><li><code><a href="../RubyXL/Sheets.html">Sheets</a></code></li><li><code><a href="../RubyXL/SlicerCacheFile.html">SlicerCacheFile</a></code></li><li><code><a href="../RubyXL/SlicerFile.html">SlicerFile</a></code></li><li><code><a href="../RubyXL/SmartTagProperties.html">SmartTagProperties</a></code></li><li><code><a href="../RubyXL/SmartTagType.html">SmartTagType</a></code></li><li><code><a href="../RubyXL/SmartTagTypes.html">SmartTagTypes</a></code></li><li><code><a href="../RubyXL/SmartTags.html">SmartTags</a></code></li><li><code><a href="../RubyXL/SortCondition.html">SortCondition</a></code></li><li><code><a href="../RubyXL/SortState.html">SortState</a></code></li><li><code><a href="../RubyXL/Sqref.html">Sqref</a></code></li><li><code><a href="../RubyXL/Stop.html">Stop</a></code></li><li><code><a href="../RubyXL/StringNode.html">StringNode</a></code></li><li><code><a href="../RubyXL/StringNodeW3C.html">StringNodeW3C</a></code></li><li><code><a href="../RubyXL/StringValue.html">StringValue</a></code></li><li><code><a href="../RubyXL/Stylesheet.html">Stylesheet</a></code></li><li><code><a href="../RubyXL/TableFile.html">TableFile</a></code></li><li><code><a href="../RubyXL/TableParts.html">TableParts</a></code></li><li><code><a href="../RubyXL/TableStyle.html">TableStyle</a></code></li><li><code><a href="../RubyXL/TableStyles.html">TableStyles</a></code></li><li><code><a href="../RubyXL/Text.html">Text</a></code></li><li><code><a href="../RubyXL/TextImportSettings.html">TextImportSettings</a></code></li><li><code><a href="../RubyXL/Theme.html">Theme</a></code></li><li><code><a href="../RubyXL/ThemeElements.html">ThemeElements</a></code></li><li><code><a href="../RubyXL/ThumbnailFile.html">ThumbnailFile</a></code></li><li><code><a href="../RubyXL/Top10.html">Top10</a></code></li><li><code><a href="../RubyXL/VMLDrawingFile.html">VMLDrawingFile</a></code></li><li><code><a href="../RubyXL/Variant.html">Variant</a></code></li><li><code><a href="../RubyXL/Vector.html">Vector</a></code></li><li><code><a href="../RubyXL/VectorValue.html">VectorValue</a></code></li><li><code><a href="../RubyXL/VisualProperties.html">VisualProperties</a></code></li><li><code><a href="../RubyXL/WebPublishObject.html">WebPublishObject</a></code></li><li><code><a href="../RubyXL/WebPublishObjects.html">WebPublishObjects</a></code></li><li><code><a href="../RubyXL/WebPublishingItem.html">WebPublishingItem</a></code></li><li><code><a href="../RubyXL/WebPublishingItems.html">WebPublishingItems</a></code></li><li><code><a href="../RubyXL/WebPublishingProperties.html">WebPublishingProperties</a></code></li><li><code><a href="../RubyXL/WebQueryProperties.html">WebQueryProperties</a></code></li><li><code><a href="../RubyXL/Workbook.html">Workbook</a></code></li><li><code><a href="../RubyXL/WorkbookConvenienceMethods.html">WorkbookConvenienceMethods</a></code></li><li><code><a href="../RubyXL/WorkbookProperties.html">WorkbookProperties</a></code></li><li><code><a href="../RubyXL/WorkbookProtection.html">WorkbookProtection</a></code></li><li><code><a href="../RubyXL/WorkbookRoot.html">WorkbookRoot</a></code></li><li><code><a href="../RubyXL/WorkbookView.html">WorkbookView</a></code></li><li><code><a href="../RubyXL/WorkbookViews.html">WorkbookViews</a></code></li><li><code><a href="../RubyXL/Worksheet.html">Worksheet</a></code></li><li><code><a href="../RubyXL/WorksheetConvenienceMethods.html">WorksheetConvenienceMethods</a></code></li><li><code><a href="../RubyXL/WorksheetDimensions.html">WorksheetDimensions</a></code></li><li><code><a href="../RubyXL/WorksheetFormatProperties.html">WorksheetFormatProperties</a></code></li><li><code><a href="../RubyXL/WorksheetProperties.html">WorksheetProperties</a></code></li><li><code><a href="../RubyXL/WorksheetProtection.html">WorksheetProtection</a></code></li><li><code><a href="../RubyXL/WorksheetView.html">WorksheetView</a></code></li><li><code><a href="../RubyXL/WorksheetViews.html">WorksheetViews</a></code></li><li><code><a href="../RubyXL/XF.html">XF</a></code></li></ul></details></li></ul>
569
+ </details>
570
+ </div>
571
+
116
572
  </nav>
117
573
 
118
- <main role="main" aria-labelledby="class-RubyXL::Workbook">
119
- <h1 id="class-RubyXL::Workbook" class="class">
574
+ <main role="main" aria-labelledby="class-rubyxl-workbook">
575
+
576
+
577
+ <ol role="navigation" aria-label="Breadcrumb navigation" class="breadcrumb">
578
+
579
+ <li>
580
+
581
+ <a href="../RubyXL.html">RubyXL</a><span>::</span>
582
+
583
+ </li>
584
+
585
+ <li>
586
+
587
+ <span>Workbook</span>
588
+
589
+ </li>
590
+
591
+ </ol>
592
+
593
+
594
+ <span id="class-RubyXL::Workbook" class="legacy-anchor"></span>
595
+ <h1 id="class-rubyxl-workbook" class="anchor-link class">
120
596
  class RubyXL::Workbook
121
597
  </h1>
122
598
 
@@ -126,92 +602,200 @@
126
602
 
127
603
  </section>
128
604
 
129
- <section id="5Buntitled-5D" class="documentation-section">
605
+
606
+ <span id="5Buntitled-5D" class="legacy-anchor"></span>
607
+ <section class="documentation-section anchor-link">
608
+
609
+
610
+
130
611
 
131
612
 
132
613
  <section class="constants-list">
133
614
  <header>
134
- <h3>Constants</h3>
615
+ <h3 id="untitled-constants"><a href="#untitled-constants">Constants</a></h3>
135
616
  </header>
136
617
  <dl>
137
- <dt id="APPLICATION">APPLICATION
618
+
619
+ <dt id="APPLICATION">APPLICATION</dt>
620
+
138
621
  <dd>
139
- <dt id="APPVERSION">APPVERSION
622
+
623
+
624
+ </dd>
625
+
626
+
627
+ <dt id="APPVERSION">APPVERSION</dt>
628
+
140
629
  <dd>
141
- <dt id="CONTENT_TYPE">CONTENT_TYPE
630
+
631
+
632
+ </dd>
633
+
634
+
635
+ <dt id="CONTENT_TYPE">CONTENT_TYPE</dt>
636
+
142
637
  <dd>
143
- <dt id="CONTENT_TYPE_TEMPLATE">CONTENT_TYPE_TEMPLATE
638
+
639
+
640
+ </dd>
641
+
642
+
643
+ <dt id="CONTENT_TYPE_TEMPLATE">CONTENT_TYPE_TEMPLATE</dt>
644
+
144
645
  <dd>
145
- <dt id="CONTENT_TYPE_TEMPLATE_WITH_MACROS">CONTENT_TYPE_TEMPLATE_WITH_MACROS
646
+
647
+
648
+ </dd>
649
+
650
+
651
+ <dt id="CONTENT_TYPE_TEMPLATE_WITH_MACROS">CONTENT_TYPE_TEMPLATE_WITH_MACROS</dt>
652
+
146
653
  <dd>
147
- <dt id="CONTENT_TYPE_WITH_MACROS">CONTENT_TYPE_WITH_MACROS
654
+
655
+
656
+ </dd>
657
+
658
+
659
+ <dt id="CONTENT_TYPE_WITH_MACROS">CONTENT_TYPE_WITH_MACROS</dt>
660
+
148
661
  <dd>
149
- <dt id="DATE1899">DATE1899
150
- <dd><p>Subtracting one day to accomodate for erroneous 1900 leap year compatibility only for 1900 based dates</p>
151
- <dt id="DATE1904">DATE1904
662
+
663
+
664
+ </dd>
665
+
666
+
667
+ <dt id="DATE1899">DATE1899</dt>
668
+
152
669
  <dd>
153
- <dt id="MARCH_1_1900">MARCH_1_1900
670
+
671
+ <p>Subtracting one day to accommodate for erroneous 1900 leap year compatibility only for 1900 based dates</p>
672
+ </dd>
673
+
674
+
675
+ <dt id="DATE1904">DATE1904</dt>
676
+
154
677
  <dd>
155
- <dt id="REL_TYPE">REL_TYPE
678
+
679
+
680
+ </dd>
681
+
682
+
683
+ <dt id="MARCH_1_1900">MARCH_1_1900</dt>
684
+
156
685
  <dd>
157
- <dt id="SHEET_NAME_FORBIDDEN_CHARS">SHEET_NAME_FORBIDDEN_CHARS
158
- <dd><p><a href="http://www.accountingweb.com/technology/excel/seven-characters-you-cant-use-in-worksheet-names">www.accountingweb.com/technology/excel/seven-characters-you-cant-use-in-worksheet-names</a></p>
159
- <dt id="SHEET_NAME_FORBIDDEN_NAMES">SHEET_NAME_FORBIDDEN_NAMES
160
- <dd><p><a href="https://answers.microsoft.com/en-us/msoffice/forum/all/excel-history-is-a-reserved-name-help/f8a398a4-b72c-48e3-82da-4f132c305e91">answers.microsoft.com/en-us/msoffice/forum/all/excel-history-is-a-reserved-name-help/f8a398a4-b72c-48e3-82da-4f132c305e91</a></p>
161
- <dt id="SHEET_NAME_TEMPLATE">SHEET_NAME_TEMPLATE
686
+
687
+
688
+ </dd>
689
+
690
+
691
+ <dt id="REL_TYPE">REL_TYPE</dt>
692
+
162
693
  <dd>
694
+
695
+
696
+ </dd>
697
+
698
+
699
+ <dt id="SHEET_NAME_FORBIDDEN_CHARS">SHEET_NAME_FORBIDDEN_CHARS</dt>
700
+
701
+ <dd>
702
+
703
+ <p><a href="http://www.accountingweb.com/technology/excel/seven-characters-you-cant-use-in-worksheet-names">www.accountingweb.com/technology/excel/seven-characters-you-cant-use-in-worksheet-names</a></p>
704
+ </dd>
705
+
706
+
707
+ <dt id="SHEET_NAME_FORBIDDEN_NAMES">SHEET_NAME_FORBIDDEN_NAMES</dt>
708
+
709
+ <dd>
710
+
711
+ <p><a href="https://answers.microsoft.com/en-us/msoffice/forum/all/excel-history-is-a-reserved-name-help/f8a398a4-b72c-48e3-82da-4f132c305e91">answers.microsoft.com/en-us/msoffice/forum/all/excel-history-is-a-reserved-name-help/f8a398a4-b72c-48e3-82da-4f132c305e91</a></p>
712
+ </dd>
713
+
714
+
715
+ <dt id="SHEET_NAME_TEMPLATE">SHEET_NAME_TEMPLATE</dt>
716
+
717
+ <dd>
718
+
719
+
720
+ </dd>
721
+
722
+
163
723
  </dl>
164
724
  </section>
165
725
 
166
- <section class="attribute-method-details" class="method-section">
726
+
727
+
728
+ <section class="attribute-method-details method-section">
167
729
  <header>
168
- <h3>Attributes</h3>
730
+ <h3 id="untitled-attributes"><a href="#untitled-attributes">Attributes</a></h3>
169
731
  </header>
170
732
 
171
- <div id="attribute-i-is_template" class="method-detail">
733
+
734
+ <div id="attribute-i-is_template" class="method-detail anchor-link">
172
735
  <div class="method-heading attribute-method-heading">
173
- <span class="method-name">is_template</span><span
174
- class="attribute-access-type">[RW]</span>
736
+ <a href="#attribute-i-is_template" title="Link to this attribute">
737
+ <span class="method-name">is_template</span>
738
+ <span class="attribute-access-type">[RW]</span>
739
+ </a>
175
740
  </div>
176
741
 
177
742
  <div class="method-description">
743
+
744
+
178
745
 
746
+
179
747
  </div>
180
748
  </div>
181
- <div id="attribute-i-worksheets" class="method-detail">
749
+
750
+ <div id="attribute-i-worksheets" class="method-detail anchor-link">
182
751
  <div class="method-heading attribute-method-heading">
183
- <span class="method-name">worksheets</span><span
184
- class="attribute-access-type">[RW]</span>
752
+ <a href="#attribute-i-worksheets" title="Link to this attribute">
753
+ <span class="method-name">worksheets</span>
754
+ <span class="attribute-access-type">[RW]</span>
755
+ </a>
185
756
  </div>
186
757
 
187
758
  <div class="method-description">
759
+
760
+
188
761
 
762
+
189
763
  </div>
190
764
  </div>
765
+
191
766
  </section>
192
767
 
193
768
 
194
- <section id="public-class-5Buntitled-5D-method-details" class="method-section">
769
+
770
+
771
+
772
+
773
+ <section id="public-class-untitled-method-details" class="method-section anchor-link">
195
774
  <header>
196
- <h3>Public Class Methods</h3>
775
+ <h3 id="public-class-untitled-methods"><a href="#public-class-untitled-methods">Public Class Methods</a></h3>
197
776
  </header>
198
777
 
199
- <div id="method-c-new" class="method-detail ">
200
- <div class="method-heading">
201
- <span class="method-name">new</span><span
202
- class="method-args">(worksheets = [], src_file_path = nil, creator = nil, modifier = nil, created_at = nil, company = &#39;&#39;, application = APPLICATION, appversion = APPVERSION, date1904 = 0, is_template = false)</span>
203
- <span class="method-click-advice">click to toggle source</span>
204
- </div>
205
778
 
206
- <div class="method-description">
207
-
208
- <div class="method-calls-super">
209
- Calls superclass method
210
- <a href="OOXMLObjectInstanceMethods.html#method-c-new"><code>RubyXL::OOXMLObjectInstanceMethods::new</code></a>
779
+ <div id="method-c-new" class="method-detail anchor-link ">
780
+ <div class="method-header">
781
+
782
+ <div class="method-heading">
783
+ <a href="#method-c-new" title="Link to this method">
784
+ <span class="method-name">new</span>
785
+ <span class="method-args">(worksheets = [], src_file_path = nil, creator = nil, modifier = nil, created_at = nil, company = &#39;&#39;, application = APPLICATION, appversion = APPVERSION, date1904 = 0, is_template = false)</span>
786
+ </a>
211
787
  </div>
212
788
 
789
+ </div>
790
+
791
+
792
+ <div class="method-controls">
793
+ <details class="method-source-toggle">
794
+ <summary>Source</summary>
795
+ </details>
796
+ </div>
213
797
  <div class="method-source-code" id="new-source">
214
- <pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 446</span>
798
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 454</span>
215
799
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">initialize</span>(<span class="ruby-identifier">worksheets</span> = [], <span class="ruby-identifier">src_file_path</span> = <span class="ruby-keyword">nil</span>, <span class="ruby-identifier">creator</span> = <span class="ruby-keyword">nil</span>, <span class="ruby-identifier">modifier</span> = <span class="ruby-keyword">nil</span>, <span class="ruby-identifier">created_at</span> = <span class="ruby-keyword">nil</span>,
216
800
  <span class="ruby-identifier">company</span> = <span class="ruby-string">&#39;&#39;</span>, <span class="ruby-identifier">application</span> = <span class="ruby-constant">APPLICATION</span>, <span class="ruby-identifier">appversion</span> = <span class="ruby-constant">APPVERSION</span>, <span class="ruby-identifier">date1904</span> = <span class="ruby-value">0</span>,
217
801
  <span class="ruby-identifier">is_template</span> = <span class="ruby-keyword">false</span>)
@@ -242,30 +826,63 @@
242
826
  <span class="ruby-keyword">self</span>.<span class="ruby-identifier">is_template</span> = <span class="ruby-identifier">is_template</span>
243
827
  <span class="ruby-keyword">end</span></pre>
244
828
  </div>
829
+
830
+
831
+
832
+ <div class="method-description">
833
+
834
+
835
+
836
+
837
+
838
+ <div class="method-calls-super">
839
+ Calls superclass method
840
+ <a href="OOXMLObjectInstanceMethods.html#method-c-new"><code>RubyXL::OOXMLObjectInstanceMethods::new</code></a>
841
+ </div>
842
+
245
843
  </div>
246
844
 
247
845
 
846
+
847
+
848
+
248
849
  </div>
249
850
 
851
+
250
852
  </section>
251
853
 
252
- <section id="public-instance-5Buntitled-5D-method-details" class="method-section">
854
+
855
+
856
+
857
+
858
+
859
+
860
+ <section id="public-instance-untitled-method-details" class="method-section anchor-link">
253
861
  <header>
254
- <h3>Public Instance Methods</h3>
862
+ <h3 id="public-instance-untitled-methods"><a href="#public-instance-untitled-methods">Public Instance Methods</a></h3>
255
863
  </header>
256
864
 
257
- <div id="method-i-5B-5D" class="method-detail ">
258
- <div class="method-heading">
259
- <span class="method-name">[]</span><span
260
- class="method-args">(ind)</span>
261
- <span class="method-click-advice">click to toggle source</span>
865
+
866
+ <div id="method-i-5B-5D" class="method-detail anchor-link ">
867
+ <div class="method-header">
868
+
869
+ <div class="method-heading">
870
+ <a href="#method-i-5B-5D" title="Link to this method">
871
+ <span class="method-name">[]</span>
872
+ <span class="method-args">(ind)</span>
873
+ </a>
874
+ </div>
875
+
262
876
  </div>
263
877
 
264
- <div class="method-description">
265
- <p>Finds worksheet by its name or numerical index</p>
266
878
 
879
+ <div class="method-controls">
880
+ <details class="method-source-toggle">
881
+ <summary>Source</summary>
882
+ </details>
883
+ </div>
267
884
  <div class="method-source-code" id="5B-5D-source">
268
- <pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 479</span>
885
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 487</span>
269
886
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">[]</span>(<span class="ruby-identifier">ind</span>)
270
887
  <span class="ruby-keyword">case</span> <span class="ruby-identifier">ind</span>
271
888
  <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>]
@@ -273,25 +890,44 @@
273
890
  <span class="ruby-keyword">end</span>
274
891
  <span class="ruby-keyword">end</span></pre>
275
892
  </div>
893
+
894
+
895
+
896
+ <div class="method-description">
897
+
898
+
899
+ <p>Finds worksheet by its name or numerical index</p>
900
+
901
+
276
902
  </div>
277
903
 
278
904
 
905
+
906
+
907
+
279
908
  </div>
280
909
 
281
- <div id="method-i-add_worksheet" class="method-detail ">
282
- <div class="method-heading">
283
- <span class="method-name">add_worksheet</span><span
284
- class="method-args">(name = nil)</span>
285
- <span class="method-click-advice">click to toggle source</span>
286
- </div>
287
910
 
288
- <div class="method-description">
289
- <p>Create new simple worksheet and add it to the workbook worksheets</p>
911
+ <div id="method-i-add_worksheet" class="method-detail anchor-link ">
912
+ <div class="method-header">
913
+
914
+ <div class="method-heading">
915
+ <a href="#method-i-add_worksheet" title="Link to this method">
916
+ <span class="method-name">add_worksheet</span>
917
+ <span class="method-args">(name = nil)</span>
918
+ </a>
919
+ </div>
920
+
921
+ </div>
290
922
 
291
- <p>@param [String] The name for the new worksheet</p>
292
923
 
924
+ <div class="method-controls">
925
+ <details class="method-source-toggle">
926
+ <summary>Source</summary>
927
+ </details>
928
+ </div>
293
929
  <div class="method-source-code" id="add_worksheet-source">
294
- <pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 489</span>
930
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 497</span>
295
931
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">add_worksheet</span>(<span class="ruby-identifier">name</span> = <span class="ruby-keyword">nil</span>)
296
932
  <span class="ruby-keyword">if</span> <span class="ruby-identifier">name</span>.<span class="ruby-identifier">nil?</span> <span class="ruby-keyword">then</span>
297
933
  <span class="ruby-identifier">n</span> = <span class="ruby-value">0</span>
@@ -306,109 +942,216 @@
306
942
  <span class="ruby-identifier">new_worksheet</span>
307
943
  <span class="ruby-keyword">end</span></pre>
308
944
  </div>
945
+
946
+
947
+
948
+ <div class="method-description">
949
+
950
+
951
+ <p>Create new simple worksheet and add it to the workbook worksheets</p>
952
+
953
+ <p>@param [String] The name for the new worksheet</p>
954
+
955
+
309
956
  </div>
310
957
 
311
958
 
959
+
960
+
961
+
312
962
  </div>
313
963
 
314
- <div id="method-i-application" class="method-detail ">
315
- <div class="method-heading">
316
- <span class="method-name">application</span><span
317
- class="method-args">()</span>
318
- <span class="method-click-advice">click to toggle source</span>
964
+
965
+ <div id="method-i-application" class="method-detail anchor-link ">
966
+ <div class="method-header">
967
+
968
+ <div class="method-heading">
969
+ <a href="#method-i-application" title="Link to this method">
970
+ <span class="method-name">application</span>
971
+ <span class="method-args">()</span>
972
+ </a>
973
+ </div>
974
+
319
975
  </div>
320
976
 
321
- <div class="method-description">
322
-
323
977
 
978
+ <div class="method-controls">
979
+ <details class="method-source-toggle">
980
+ <summary>Source</summary>
981
+ </details>
982
+ </div>
324
983
  <div class="method-source-code" id="application-source">
325
- <pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 528</span>
984
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 536</span>
326
985
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">application</span>
327
- <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>
986
+ <span class="ruby-identifier">root</span>.<span class="ruby-identifier">document_properties</span>.<span class="ruby-identifier">application</span>&amp;.<span class="ruby-identifier">value</span>
328
987
  <span class="ruby-keyword">end</span></pre>
329
988
  </div>
989
+
990
+
991
+
992
+ <div class="method-description">
993
+
994
+
995
+
996
+
997
+
330
998
  </div>
331
999
 
332
1000
 
1001
+
1002
+
1003
+
333
1004
  </div>
334
1005
 
335
- <div id="method-i-application-3D" class="method-detail ">
336
- <div class="method-heading">
337
- <span class="method-name">application=</span><span
338
- class="method-args">(v)</span>
339
- <span class="method-click-advice">click to toggle source</span>
1006
+
1007
+ <div id="method-i-application-3D" class="method-detail anchor-link ">
1008
+ <div class="method-header">
1009
+
1010
+ <div class="method-heading">
1011
+ <a href="#method-i-application-3D" title="Link to this method">
1012
+ <span class="method-name">application=</span>
1013
+ <span class="method-args">(v)</span>
1014
+ </a>
1015
+ </div>
1016
+
340
1017
  </div>
341
1018
 
342
- <div class="method-description">
343
-
344
1019
 
1020
+ <div class="method-controls">
1021
+ <details class="method-source-toggle">
1022
+ <summary>Source</summary>
1023
+ </details>
1024
+ </div>
345
1025
  <div class="method-source-code" id="application-3D-source">
346
- <pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 532</span>
1026
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 540</span>
347
1027
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">application=</span>(<span class="ruby-identifier">v</span>)
348
1028
  <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>
349
1029
  <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>
350
1030
  <span class="ruby-keyword">end</span></pre>
351
1031
  </div>
1032
+
1033
+
1034
+
1035
+ <div class="method-description">
1036
+
1037
+
1038
+
1039
+
1040
+
352
1041
  </div>
353
1042
 
354
1043
 
1044
+
1045
+
1046
+
355
1047
  </div>
356
1048
 
357
- <div id="method-i-appversion" class="method-detail ">
358
- <div class="method-heading">
359
- <span class="method-name">appversion</span><span
360
- class="method-args">()</span>
361
- <span class="method-click-advice">click to toggle source</span>
1049
+
1050
+ <div id="method-i-appversion" class="method-detail anchor-link ">
1051
+ <div class="method-header">
1052
+
1053
+ <div class="method-heading">
1054
+ <a href="#method-i-appversion" title="Link to this method">
1055
+ <span class="method-name">appversion</span>
1056
+ <span class="method-args">()</span>
1057
+ </a>
1058
+ </div>
1059
+
362
1060
  </div>
363
1061
 
364
- <div class="method-description">
365
-
366
1062
 
1063
+ <div class="method-controls">
1064
+ <details class="method-source-toggle">
1065
+ <summary>Source</summary>
1066
+ </details>
1067
+ </div>
367
1068
  <div class="method-source-code" id="appversion-source">
368
- <pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 537</span>
1069
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 545</span>
369
1070
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">appversion</span>
370
- <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>
1071
+ <span class="ruby-identifier">root</span>.<span class="ruby-identifier">document_properties</span>.<span class="ruby-identifier">app_version</span>&amp;.<span class="ruby-identifier">value</span>
371
1072
  <span class="ruby-keyword">end</span></pre>
372
1073
  </div>
1074
+
1075
+
1076
+
1077
+ <div class="method-description">
1078
+
1079
+
1080
+
1081
+
1082
+
373
1083
  </div>
374
1084
 
375
1085
 
1086
+
1087
+
1088
+
376
1089
  </div>
377
1090
 
378
- <div id="method-i-appversion-3D" class="method-detail ">
379
- <div class="method-heading">
380
- <span class="method-name">appversion=</span><span
381
- class="method-args">(v)</span>
382
- <span class="method-click-advice">click to toggle source</span>
1091
+
1092
+ <div id="method-i-appversion-3D" class="method-detail anchor-link ">
1093
+ <div class="method-header">
1094
+
1095
+ <div class="method-heading">
1096
+ <a href="#method-i-appversion-3D" title="Link to this method">
1097
+ <span class="method-name">appversion=</span>
1098
+ <span class="method-args">(v)</span>
1099
+ </a>
1100
+ </div>
1101
+
383
1102
  </div>
384
1103
 
385
- <div class="method-description">
386
-
387
1104
 
1105
+ <div class="method-controls">
1106
+ <details class="method-source-toggle">
1107
+ <summary>Source</summary>
1108
+ </details>
1109
+ </div>
388
1110
  <div class="method-source-code" id="appversion-3D-source">
389
- <pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 541</span>
1111
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 549</span>
390
1112
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">appversion=</span>(<span class="ruby-identifier">v</span>)
391
1113
  <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>
392
1114
  <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>
393
1115
  <span class="ruby-keyword">end</span></pre>
394
1116
  </div>
1117
+
1118
+
1119
+
1120
+ <div class="method-description">
1121
+
1122
+
1123
+
1124
+
1125
+
395
1126
  </div>
396
1127
 
397
1128
 
1129
+
1130
+
1131
+
398
1132
  </div>
399
1133
 
400
- <div id="method-i-before_write_xml" class="method-detail ">
401
- <div class="method-heading">
402
- <span class="method-name">before_write_xml</span><span
403
- class="method-args">()</span>
404
- <span class="method-click-advice">click to toggle source</span>
1134
+
1135
+ <div id="method-i-before_write_xml" class="method-detail anchor-link ">
1136
+ <div class="method-header">
1137
+
1138
+ <div class="method-heading">
1139
+ <a href="#method-i-before_write_xml" title="Link to this method">
1140
+ <span class="method-name">before_write_xml</span>
1141
+ <span class="method-args">()</span>
1142
+ </a>
1143
+ </div>
1144
+
405
1145
  </div>
406
1146
 
407
- <div class="method-description">
408
-
409
1147
 
1148
+ <div class="method-controls">
1149
+ <details class="method-source-toggle">
1150
+ <summary>Source</summary>
1151
+ </details>
1152
+ </div>
410
1153
  <div class="method-source-code" id="before_write_xml-source">
411
- <pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 368</span>
1154
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 376</span>
412
1155
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">before_write_xml</span>
413
1156
  <span class="ruby-identifier">max_sheet_id</span> = <span class="ruby-identifier">worksheets</span>.<span class="ruby-identifier">collect</span>(<span class="ruby-operator">&amp;</span><span class="ruby-value">:sheet_id</span>).<span class="ruby-identifier">compact</span>.<span class="ruby-identifier">max</span> <span class="ruby-operator">||</span> <span class="ruby-value">0</span>
414
1157
 
@@ -429,66 +1172,129 @@
429
1172
  <span class="ruby-keyword">true</span>
430
1173
  <span class="ruby-keyword">end</span></pre>
431
1174
  </div>
1175
+
1176
+
1177
+
1178
+ <div class="method-description">
1179
+
1180
+
1181
+
1182
+
1183
+
432
1184
  </div>
433
1185
 
434
1186
 
1187
+
1188
+
1189
+
435
1190
  </div>
436
1191
 
437
- <div id="method-i-company" class="method-detail ">
438
- <div class="method-heading">
439
- <span class="method-name">company</span><span
440
- class="method-args">()</span>
441
- <span class="method-click-advice">click to toggle source</span>
1192
+
1193
+ <div id="method-i-company" class="method-detail anchor-link ">
1194
+ <div class="method-header">
1195
+
1196
+ <div class="method-heading">
1197
+ <a href="#method-i-company" title="Link to this method">
1198
+ <span class="method-name">company</span>
1199
+ <span class="method-args">()</span>
1200
+ </a>
1201
+ </div>
1202
+
442
1203
  </div>
443
1204
 
444
- <div class="method-description">
445
-
446
1205
 
1206
+ <div class="method-controls">
1207
+ <details class="method-source-toggle">
1208
+ <summary>Source</summary>
1209
+ </details>
1210
+ </div>
447
1211
  <div class="method-source-code" id="company-source">
448
- <pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 519</span>
1212
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 527</span>
449
1213
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">company</span>
450
- <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>
1214
+ <span class="ruby-identifier">root</span>.<span class="ruby-identifier">document_properties</span>.<span class="ruby-identifier">company</span>&amp;.<span class="ruby-identifier">value</span>
451
1215
  <span class="ruby-keyword">end</span></pre>
452
1216
  </div>
1217
+
1218
+
1219
+
1220
+ <div class="method-description">
1221
+
1222
+
1223
+
1224
+
1225
+
453
1226
  </div>
454
1227
 
455
1228
 
1229
+
1230
+
1231
+
456
1232
  </div>
457
1233
 
458
- <div id="method-i-company-3D" class="method-detail ">
459
- <div class="method-heading">
460
- <span class="method-name">company=</span><span
461
- class="method-args">(v)</span>
462
- <span class="method-click-advice">click to toggle source</span>
1234
+
1235
+ <div id="method-i-company-3D" class="method-detail anchor-link ">
1236
+ <div class="method-header">
1237
+
1238
+ <div class="method-heading">
1239
+ <a href="#method-i-company-3D" title="Link to this method">
1240
+ <span class="method-name">company=</span>
1241
+ <span class="method-args">(v)</span>
1242
+ </a>
1243
+ </div>
1244
+
463
1245
  </div>
464
1246
 
465
- <div class="method-description">
466
-
467
1247
 
1248
+ <div class="method-controls">
1249
+ <details class="method-source-toggle">
1250
+ <summary>Source</summary>
1251
+ </details>
1252
+ </div>
468
1253
  <div class="method-source-code" id="company-3D-source">
469
- <pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 523</span>
1254
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 531</span>
470
1255
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">company=</span>(<span class="ruby-identifier">v</span>)
471
1256
  <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>
472
1257
  <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>
473
1258
  <span class="ruby-keyword">end</span></pre>
474
1259
  </div>
1260
+
1261
+
1262
+
1263
+ <div class="method-description">
1264
+
1265
+
1266
+
1267
+
1268
+
475
1269
  </div>
476
1270
 
477
1271
 
1272
+
1273
+
1274
+
478
1275
  </div>
479
1276
 
480
- <div id="method-i-content_type" class="method-detail ">
481
- <div class="method-heading">
482
- <span class="method-name">content_type</span><span
483
- class="method-args">()</span>
484
- <span class="method-click-advice">click to toggle source</span>
1277
+
1278
+ <div id="method-i-content_type" class="method-detail anchor-link ">
1279
+ <div class="method-header">
1280
+
1281
+ <div class="method-heading">
1282
+ <a href="#method-i-content_type" title="Link to this method">
1283
+ <span class="method-name">content_type</span>
1284
+ <span class="method-args">()</span>
1285
+ </a>
1286
+ </div>
1287
+
485
1288
  </div>
486
1289
 
487
- <div class="method-description">
488
-
489
1290
 
1291
+ <div class="method-controls">
1292
+ <details class="method-source-toggle">
1293
+ <summary>Source</summary>
1294
+ </details>
1295
+ </div>
490
1296
  <div class="method-source-code" id="content_type-source">
491
- <pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 313</span>
1297
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 320</span>
492
1298
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">content_type</span>
493
1299
  <span class="ruby-identifier">content_type_name</span> = <span class="ruby-string">&#39;CONTENT_TYPE&#39;</span>
494
1300
  <span class="ruby-identifier">content_type_name</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-string">&#39;_TEMPLATE&#39;</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">is_template</span>
@@ -496,150 +1302,297 @@
496
1302
  <span class="ruby-keyword">self</span>.<span class="ruby-identifier">class</span>.<span class="ruby-identifier">const_get</span>(<span class="ruby-identifier">content_type_name</span>)
497
1303
  <span class="ruby-keyword">end</span></pre>
498
1304
  </div>
1305
+
1306
+
1307
+
1308
+ <div class="method-description">
1309
+
1310
+
1311
+
1312
+
1313
+
499
1314
  </div>
500
1315
 
501
1316
 
1317
+
1318
+
1319
+
502
1320
  </div>
503
1321
 
504
- <div id="method-i-created_at" class="method-detail ">
505
- <div class="method-heading">
506
- <span class="method-name">created_at</span><span
507
- class="method-args">()</span>
508
- <span class="method-click-advice">click to toggle source</span>
1322
+
1323
+ <div id="method-i-created_at" class="method-detail anchor-link ">
1324
+ <div class="method-header">
1325
+
1326
+ <div class="method-heading">
1327
+ <a href="#method-i-created_at" title="Link to this method">
1328
+ <span class="method-name">created_at</span>
1329
+ <span class="method-args">()</span>
1330
+ </a>
1331
+ </div>
1332
+
509
1333
  </div>
510
1334
 
511
- <div class="method-description">
512
-
513
1335
 
1336
+ <div class="method-controls">
1337
+ <details class="method-source-toggle">
1338
+ <summary>Source</summary>
1339
+ </details>
1340
+ </div>
514
1341
  <div class="method-source-code" id="created_at-source">
515
- <pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 503</span>
1342
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 511</span>
516
1343
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">created_at</span>
517
1344
  <span class="ruby-identifier">root</span>.<span class="ruby-identifier">core_properties</span>.<span class="ruby-identifier">created_at</span>
518
1345
  <span class="ruby-keyword">end</span></pre>
519
1346
  </div>
1347
+
1348
+
1349
+
1350
+ <div class="method-description">
1351
+
1352
+
1353
+
1354
+
1355
+
520
1356
  </div>
521
1357
 
522
1358
 
1359
+
1360
+
1361
+
523
1362
  </div>
524
1363
 
525
- <div id="method-i-created_at-3D" class="method-detail ">
526
- <div class="method-heading">
527
- <span class="method-name">created_at=</span><span
528
- class="method-args">(v)</span>
529
- <span class="method-click-advice">click to toggle source</span>
1364
+
1365
+ <div id="method-i-created_at-3D" class="method-detail anchor-link ">
1366
+ <div class="method-header">
1367
+
1368
+ <div class="method-heading">
1369
+ <a href="#method-i-created_at-3D" title="Link to this method">
1370
+ <span class="method-name">created_at=</span>
1371
+ <span class="method-args">(v)</span>
1372
+ </a>
1373
+ </div>
1374
+
530
1375
  </div>
531
1376
 
532
- <div class="method-description">
533
-
534
1377
 
1378
+ <div class="method-controls">
1379
+ <details class="method-source-toggle">
1380
+ <summary>Source</summary>
1381
+ </details>
1382
+ </div>
535
1383
  <div class="method-source-code" id="created_at-3D-source">
536
- <pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 507</span>
1384
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 515</span>
537
1385
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">created_at=</span>(<span class="ruby-identifier">v</span>)
538
1386
  <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>
539
1387
  <span class="ruby-keyword">end</span></pre>
540
1388
  </div>
1389
+
1390
+
1391
+
1392
+ <div class="method-description">
1393
+
1394
+
1395
+
1396
+
1397
+
541
1398
  </div>
542
1399
 
543
1400
 
1401
+
1402
+
1403
+
544
1404
  </div>
545
1405
 
546
- <div id="method-i-creator" class="method-detail ">
547
- <div class="method-heading">
548
- <span class="method-name">creator</span><span
549
- class="method-args">()</span>
550
- <span class="method-click-advice">click to toggle source</span>
1406
+
1407
+ <div id="method-i-creator" class="method-detail anchor-link ">
1408
+ <div class="method-header">
1409
+
1410
+ <div class="method-heading">
1411
+ <a href="#method-i-creator" title="Link to this method">
1412
+ <span class="method-name">creator</span>
1413
+ <span class="method-args">()</span>
1414
+ </a>
1415
+ </div>
1416
+
551
1417
  </div>
552
1418
 
553
- <div class="method-description">
554
-
555
1419
 
1420
+ <div class="method-controls">
1421
+ <details class="method-source-toggle">
1422
+ <summary>Source</summary>
1423
+ </details>
1424
+ </div>
556
1425
  <div class="method-source-code" id="creator-source">
557
- <pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 546</span>
1426
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 554</span>
558
1427
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">creator</span>
559
1428
  <span class="ruby-identifier">root</span>.<span class="ruby-identifier">core_properties</span>.<span class="ruby-identifier">creator</span>
560
1429
  <span class="ruby-keyword">end</span></pre>
561
1430
  </div>
562
- </div>
563
-
564
1431
 
565
- </div>
566
1432
 
567
- <div id="method-i-creator-3D" class="method-detail ">
568
- <div class="method-heading">
569
- <span class="method-name">creator=</span><span
570
- class="method-args">(v)</span>
571
- <span class="method-click-advice">click to toggle source</span>
572
- </div>
573
1433
 
574
1434
  <div class="method-description">
575
-
576
1435
 
577
- <div class="method-source-code" id="creator-3D-source">
578
- <pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 550</span>
579
- <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">creator=</span>(<span class="ruby-identifier">v</span>)
580
- <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>
581
- <span class="ruby-keyword">end</span></pre>
582
- </div>
583
- </div>
584
1436
 
1437
+
1438
+
1439
+
1440
+ </div>
1441
+
1442
+
1443
+
1444
+
1445
+
1446
+ </div>
1447
+
1448
+
1449
+ <div id="method-i-creator-3D" class="method-detail anchor-link ">
1450
+ <div class="method-header">
1451
+
1452
+ <div class="method-heading">
1453
+ <a href="#method-i-creator-3D" title="Link to this method">
1454
+ <span class="method-name">creator=</span>
1455
+ <span class="method-args">(v)</span>
1456
+ </a>
1457
+ </div>
1458
+
1459
+ </div>
1460
+
1461
+
1462
+ <div class="method-controls">
1463
+ <details class="method-source-toggle">
1464
+ <summary>Source</summary>
1465
+ </details>
1466
+ </div>
1467
+ <div class="method-source-code" id="creator-3D-source">
1468
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 558</span>
1469
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">creator=</span>(<span class="ruby-identifier">v</span>)
1470
+ <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>
1471
+ <span class="ruby-keyword">end</span></pre>
1472
+ </div>
1473
+
1474
+
1475
+
1476
+ <div class="method-description">
1477
+
1478
+
1479
+
1480
+
1481
+
1482
+ </div>
1483
+
1484
+
1485
+
1486
+
1487
+
1488
+ </div>
1489
+
1490
+
1491
+ <div id="method-i-date1904" class="method-detail anchor-link ">
1492
+ <div class="method-header">
1493
+
1494
+ <div class="method-heading">
1495
+ <a href="#method-i-date1904" title="Link to this method">
1496
+ <span class="method-name">date1904</span>
1497
+ <span class="method-args">()</span>
1498
+ </a>
1499
+ </div>
1500
+
1501
+ </div>
1502
+
1503
+
1504
+ <div class="method-controls">
1505
+ <details class="method-source-toggle">
1506
+ <summary>Source</summary>
1507
+ </details>
1508
+ </div>
1509
+ <div class="method-source-code" id="date1904-source">
1510
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 570</span>
1511
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">date1904</span>
1512
+ <span class="ruby-identifier">workbook_properties</span>&amp;.<span class="ruby-identifier">date1904</span>
1513
+ <span class="ruby-keyword">end</span></pre>
1514
+ </div>
1515
+
1516
+
1517
+
1518
+ <div class="method-description">
1519
+
1520
+
1521
+
585
1522
 
586
- </div>
587
1523
 
588
- <div id="method-i-date1904" class="method-detail ">
589
- <div class="method-heading">
590
- <span class="method-name">date1904</span><span
591
- class="method-args">()</span>
592
- <span class="method-click-advice">click to toggle source</span>
593
1524
  </div>
594
1525
 
595
- <div class="method-description">
596
-
597
1526
 
598
- <div class="method-source-code" id="date1904-source">
599
- <pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 562</span>
600
- <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">date1904</span>
601
- <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>
602
- <span class="ruby-keyword">end</span></pre>
603
- </div>
604
- </div>
1527
+
605
1528
 
606
1529
 
607
1530
  </div>
608
1531
 
609
- <div id="method-i-date1904-3D" class="method-detail ">
610
- <div class="method-heading">
611
- <span class="method-name">date1904=</span><span
612
- class="method-args">(v)</span>
613
- <span class="method-click-advice">click to toggle source</span>
1532
+
1533
+ <div id="method-i-date1904-3D" class="method-detail anchor-link ">
1534
+ <div class="method-header">
1535
+
1536
+ <div class="method-heading">
1537
+ <a href="#method-i-date1904-3D" title="Link to this method">
1538
+ <span class="method-name">date1904=</span>
1539
+ <span class="method-args">(v)</span>
1540
+ </a>
1541
+ </div>
1542
+
614
1543
  </div>
615
1544
 
616
- <div class="method-description">
617
-
618
1545
 
1546
+ <div class="method-controls">
1547
+ <details class="method-source-toggle">
1548
+ <summary>Source</summary>
1549
+ </details>
1550
+ </div>
619
1551
  <div class="method-source-code" id="date1904-3D-source">
620
- <pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 566</span>
1552
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 574</span>
621
1553
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">date1904=</span>(<span class="ruby-identifier">v</span>)
622
1554
  <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>
623
1555
  <span class="ruby-identifier">workbook_properties</span>.<span class="ruby-identifier">date1904</span> = <span class="ruby-identifier">v</span>
624
1556
  <span class="ruby-keyword">end</span></pre>
625
1557
  </div>
1558
+
1559
+
1560
+
1561
+ <div class="method-description">
1562
+
1563
+
1564
+
1565
+
1566
+
626
1567
  </div>
627
1568
 
628
1569
 
1570
+
1571
+
1572
+
629
1573
  </div>
630
1574
 
631
- <div id="method-i-date_to_num" class="method-detail ">
632
- <div class="method-heading">
633
- <span class="method-name">date_to_num</span><span
634
- class="method-args">(date)</span>
635
- <span class="method-click-advice">click to toggle source</span>
1575
+
1576
+ <div id="method-i-date_to_num" class="method-detail anchor-link ">
1577
+ <div class="method-header">
1578
+
1579
+ <div class="method-heading">
1580
+ <a href="#method-i-date_to_num" title="Link to this method">
1581
+ <span class="method-name">date_to_num</span>
1582
+ <span class="method-args">(date)</span>
1583
+ </a>
1584
+ </div>
1585
+
636
1586
  </div>
637
1587
 
638
- <div class="method-description">
639
-
640
1588
 
1589
+ <div class="method-controls">
1590
+ <details class="method-source-toggle">
1591
+ <summary>Source</summary>
1592
+ </details>
1593
+ </div>
641
1594
  <div class="method-source-code" id="date_to_num-source">
642
- <pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 422</span>
1595
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 430</span>
643
1596
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">date_to_num</span>(<span class="ruby-identifier">date</span>)
644
1597
  <span class="ruby-keyword">case</span> <span class="ruby-identifier">date</span>
645
1598
  <span class="ruby-keyword">when</span> <span class="ruby-constant">Date</span>, <span class="ruby-constant">DateTime</span> <span class="ruby-keyword">then</span> (<span class="ruby-identifier">date</span>.<span class="ruby-identifier">ajd</span> <span class="ruby-operator">-</span> <span class="ruby-identifier">base_date</span>.<span class="ruby-identifier">ajd</span>).<span class="ruby-identifier">to_f</span>
@@ -647,157 +1600,304 @@
647
1600
  <span class="ruby-keyword">end</span>
648
1601
  <span class="ruby-keyword">end</span></pre>
649
1602
  </div>
1603
+
1604
+
1605
+
1606
+ <div class="method-description">
1607
+
1608
+
1609
+
1610
+
1611
+
650
1612
  </div>
651
1613
 
652
1614
 
1615
+
1616
+
1617
+
653
1618
  </div>
654
1619
 
655
- <div id="method-i-modified_at" class="method-detail ">
656
- <div class="method-heading">
657
- <span class="method-name">modified_at</span><span
658
- class="method-args">()</span>
659
- <span class="method-click-advice">click to toggle source</span>
1620
+
1621
+ <div id="method-i-modified_at" class="method-detail anchor-link ">
1622
+ <div class="method-header">
1623
+
1624
+ <div class="method-heading">
1625
+ <a href="#method-i-modified_at" title="Link to this method">
1626
+ <span class="method-name">modified_at</span>
1627
+ <span class="method-args">()</span>
1628
+ </a>
1629
+ </div>
1630
+
660
1631
  </div>
661
1632
 
662
- <div class="method-description">
663
-
664
1633
 
1634
+ <div class="method-controls">
1635
+ <details class="method-source-toggle">
1636
+ <summary>Source</summary>
1637
+ </details>
1638
+ </div>
665
1639
  <div class="method-source-code" id="modified_at-source">
666
- <pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 511</span>
1640
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 519</span>
667
1641
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">modified_at</span>
668
1642
  <span class="ruby-identifier">root</span>.<span class="ruby-identifier">core_properties</span>.<span class="ruby-identifier">modified_at</span>
669
1643
  <span class="ruby-keyword">end</span></pre>
670
1644
  </div>
1645
+
1646
+
1647
+
1648
+ <div class="method-description">
1649
+
1650
+
1651
+
1652
+
1653
+
671
1654
  </div>
672
1655
 
673
1656
 
1657
+
1658
+
1659
+
674
1660
  </div>
675
1661
 
676
- <div id="method-i-modified_at-3D" class="method-detail ">
677
- <div class="method-heading">
678
- <span class="method-name">modified_at=</span><span
679
- class="method-args">(v)</span>
680
- <span class="method-click-advice">click to toggle source</span>
1662
+
1663
+ <div id="method-i-modified_at-3D" class="method-detail anchor-link ">
1664
+ <div class="method-header">
1665
+
1666
+ <div class="method-heading">
1667
+ <a href="#method-i-modified_at-3D" title="Link to this method">
1668
+ <span class="method-name">modified_at=</span>
1669
+ <span class="method-args">(v)</span>
1670
+ </a>
1671
+ </div>
1672
+
681
1673
  </div>
682
1674
 
683
- <div class="method-description">
684
-
685
1675
 
1676
+ <div class="method-controls">
1677
+ <details class="method-source-toggle">
1678
+ <summary>Source</summary>
1679
+ </details>
1680
+ </div>
686
1681
  <div class="method-source-code" id="modified_at-3D-source">
687
- <pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 515</span>
1682
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 523</span>
688
1683
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">modified_at=</span>(<span class="ruby-identifier">v</span>)
689
1684
  <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>
690
1685
  <span class="ruby-keyword">end</span></pre>
691
1686
  </div>
1687
+
1688
+
1689
+
1690
+ <div class="method-description">
1691
+
1692
+
1693
+
1694
+
1695
+
692
1696
  </div>
693
1697
 
694
1698
 
1699
+
1700
+
1701
+
695
1702
  </div>
696
1703
 
697
- <div id="method-i-modifier" class="method-detail ">
698
- <div class="method-heading">
699
- <span class="method-name">modifier</span><span
700
- class="method-args">()</span>
701
- <span class="method-click-advice">click to toggle source</span>
1704
+
1705
+ <div id="method-i-modifier" class="method-detail anchor-link ">
1706
+ <div class="method-header">
1707
+
1708
+ <div class="method-heading">
1709
+ <a href="#method-i-modifier" title="Link to this method">
1710
+ <span class="method-name">modifier</span>
1711
+ <span class="method-args">()</span>
1712
+ </a>
1713
+ </div>
1714
+
702
1715
  </div>
703
1716
 
704
- <div class="method-description">
705
-
706
1717
 
1718
+ <div class="method-controls">
1719
+ <details class="method-source-toggle">
1720
+ <summary>Source</summary>
1721
+ </details>
1722
+ </div>
707
1723
  <div class="method-source-code" id="modifier-source">
708
- <pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 554</span>
1724
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 562</span>
709
1725
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">modifier</span>
710
1726
  <span class="ruby-identifier">root</span>.<span class="ruby-identifier">core_properties</span>.<span class="ruby-identifier">modifier</span>
711
1727
  <span class="ruby-keyword">end</span></pre>
712
1728
  </div>
1729
+
1730
+
1731
+
1732
+ <div class="method-description">
1733
+
1734
+
1735
+
1736
+
1737
+
713
1738
  </div>
714
1739
 
715
1740
 
1741
+
1742
+
1743
+
716
1744
  </div>
717
1745
 
718
- <div id="method-i-modifier-3D" class="method-detail ">
719
- <div class="method-heading">
720
- <span class="method-name">modifier=</span><span
721
- class="method-args">(v)</span>
722
- <span class="method-click-advice">click to toggle source</span>
1746
+
1747
+ <div id="method-i-modifier-3D" class="method-detail anchor-link ">
1748
+ <div class="method-header">
1749
+
1750
+ <div class="method-heading">
1751
+ <a href="#method-i-modifier-3D" title="Link to this method">
1752
+ <span class="method-name">modifier=</span>
1753
+ <span class="method-args">(v)</span>
1754
+ </a>
1755
+ </div>
1756
+
723
1757
  </div>
724
1758
 
725
- <div class="method-description">
726
-
727
1759
 
1760
+ <div class="method-controls">
1761
+ <details class="method-source-toggle">
1762
+ <summary>Source</summary>
1763
+ </details>
1764
+ </div>
728
1765
  <div class="method-source-code" id="modifier-3D-source">
729
- <pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 558</span>
1766
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 566</span>
730
1767
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">modifier=</span>(<span class="ruby-identifier">v</span>)
731
1768
  <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>
732
1769
  <span class="ruby-keyword">end</span></pre>
733
1770
  </div>
1771
+
1772
+
1773
+
1774
+ <div class="method-description">
1775
+
1776
+
1777
+
1778
+
1779
+
734
1780
  </div>
735
1781
 
736
1782
 
1783
+
1784
+
1785
+
737
1786
  </div>
738
1787
 
739
- <div id="method-i-num_to_date" class="method-detail ">
740
- <div class="method-heading">
741
- <span class="method-name">num_to_date</span><span
742
- class="method-args">(num)</span>
743
- <span class="method-click-advice">click to toggle source</span>
1788
+
1789
+ <div id="method-i-num_to_date" class="method-detail anchor-link ">
1790
+ <div class="method-header">
1791
+
1792
+ <div class="method-heading">
1793
+ <a href="#method-i-num_to_date" title="Link to this method">
1794
+ <span class="method-name">num_to_date</span>
1795
+ <span class="method-args">(num)</span>
1796
+ </a>
1797
+ </div>
1798
+
744
1799
  </div>
745
1800
 
746
- <div class="method-description">
747
-
748
1801
 
1802
+ <div class="method-controls">
1803
+ <details class="method-source-toggle">
1804
+ <summary>Source</summary>
1805
+ </details>
1806
+ </div>
749
1807
  <div class="method-source-code" id="num_to_date-source">
750
- <pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 429</span>
1808
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 437</span>
751
1809
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">num_to_date</span>(<span class="ruby-identifier">num</span>)
752
1810
  <span class="ruby-keyword">return</span> <span class="ruby-keyword">nil</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">num</span>.<span class="ruby-identifier">nil?</span>
753
1811
 
754
1812
  <span class="ruby-comment"># Bug-for-bug Excel compatibility (https://support.microsoft.com/kb/214058/)</span>
755
1813
  <span class="ruby-keyword">if</span> <span class="ruby-identifier">num</span> <span class="ruby-operator">&lt;</span> <span class="ruby-constant">MARCH_1_1900</span> <span class="ruby-keyword">then</span>
756
- <span class="ruby-identifier">num</span> <span class="ruby-operator">+=</span> <span class="ruby-value">1</span> <span class="ruby-keyword">unless</span> <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>
1814
+ <span class="ruby-identifier">num</span> <span class="ruby-operator">+=</span> <span class="ruby-value">1</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">workbook_properties</span>&amp;.<span class="ruby-identifier">date1904</span>
757
1815
  <span class="ruby-keyword">end</span>
758
1816
 
759
1817
  <span class="ruby-identifier">dateparts</span> = <span class="ruby-identifier">num</span>.<span class="ruby-identifier">divmod</span>(<span class="ruby-value">1</span>)
760
- <span class="ruby-identifier">base_date</span> <span class="ruby-operator">+</span> (<span class="ruby-identifier">dateparts</span>[<span class="ruby-value">0</span>] <span class="ruby-operator">+</span> (<span class="ruby-identifier">dateparts</span>[<span class="ruby-value">1</span>] <span class="ruby-operator">*</span> <span class="ruby-value">86400</span>).<span class="ruby-identifier">round</span>(<span class="ruby-value">6</span>) <span class="ruby-operator">/</span> <span class="ruby-value">86400</span>)
1818
+ <span class="ruby-identifier">base_date</span> <span class="ruby-operator">+</span> (<span class="ruby-identifier">dateparts</span>[<span class="ruby-value">0</span>] <span class="ruby-operator">+</span> ((<span class="ruby-identifier">dateparts</span>[<span class="ruby-value">1</span>] <span class="ruby-operator">*</span> <span class="ruby-value">86400</span>).<span class="ruby-identifier">round</span>(<span class="ruby-value">6</span>) <span class="ruby-operator">/</span> <span class="ruby-value">86400</span>))
761
1819
  <span class="ruby-keyword">end</span></pre>
762
1820
  </div>
1821
+
1822
+
1823
+
1824
+ <div class="method-description">
1825
+
1826
+
1827
+
1828
+
1829
+
763
1830
  </div>
764
1831
 
765
1832
 
1833
+
1834
+
1835
+
766
1836
  </div>
767
1837
 
768
- <div id="method-i-related_objects" class="method-detail ">
769
- <div class="method-heading">
770
- <span class="method-name">related_objects</span><span
771
- class="method-args">()</span>
772
- <span class="method-click-advice">click to toggle source</span>
1838
+
1839
+ <div id="method-i-related_objects" class="method-detail anchor-link ">
1840
+ <div class="method-header">
1841
+
1842
+ <div class="method-heading">
1843
+ <a href="#method-i-related_objects" title="Link to this method">
1844
+ <span class="method-name">related_objects</span>
1845
+ <span class="method-args">()</span>
1846
+ </a>
1847
+ </div>
1848
+
773
1849
  </div>
774
1850
 
775
- <div class="method-description">
776
-
777
1851
 
1852
+ <div class="method-controls">
1853
+ <details class="method-source-toggle">
1854
+ <summary>Source</summary>
1855
+ </details>
1856
+ </div>
778
1857
  <div class="method-source-code" id="related_objects-source">
779
- <pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 320</span>
1858
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 327</span>
780
1859
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">related_objects</span>
781
1860
  [ <span class="ruby-identifier">calculation_chain</span>, <span class="ruby-identifier">stylesheet</span>, <span class="ruby-identifier">theme</span>, <span class="ruby-identifier">shared_strings_container</span>, <span class="ruby-identifier">macros</span> ] <span class="ruby-operator">+</span> <span class="ruby-ivar">@worksheets</span>
782
1861
  <span class="ruby-keyword">end</span></pre>
783
1862
  </div>
1863
+
1864
+
1865
+
1866
+ <div class="method-description">
1867
+
1868
+
1869
+
1870
+
1871
+
784
1872
  </div>
785
1873
 
786
1874
 
1875
+
1876
+
1877
+
787
1878
  </div>
788
1879
 
789
- <div id="method-i-save" class="method-detail ">
790
- <div class="method-heading">
791
- <span class="method-name">save</span><span
792
- class="method-args">(dst_file_path = nil)</span>
793
- <span class="method-click-advice">click to toggle source</span>
1880
+
1881
+ <div id="method-i-save" class="method-detail anchor-link ">
1882
+ <div class="method-header">
1883
+
1884
+ <div class="method-heading">
1885
+ <a href="#method-i-save" title="Link to this method">
1886
+ <span class="method-name">save</span>
1887
+ <span class="method-args">(dst_file_path = nil)</span>
1888
+ </a>
1889
+ </div>
1890
+
794
1891
  </div>
795
1892
 
796
- <div class="method-description">
797
- <p>Save the resulting XLSX file to the specified location</p>
798
1893
 
1894
+ <div class="method-controls">
1895
+ <details class="method-source-toggle">
1896
+ <summary>Source</summary>
1897
+ </details>
1898
+ </div>
799
1899
  <div class="method-source-code" id="save-source">
800
- <pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 398</span>
1900
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 406</span>
801
1901
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">save</span>(<span class="ruby-identifier">dst_file_path</span> = <span class="ruby-keyword">nil</span>)
802
1902
  <span class="ruby-identifier">dst_file_path</span> <span class="ruby-operator">||=</span> <span class="ruby-identifier">root</span>.<span class="ruby-identifier">source_file_path</span>
803
1903
 
@@ -811,82 +1911,175 @@
811
1911
  <span class="ruby-keyword">return</span> <span class="ruby-identifier">dst_file_path</span>
812
1912
  <span class="ruby-keyword">end</span></pre>
813
1913
  </div>
1914
+
1915
+
1916
+
1917
+ <div class="method-description">
1918
+
1919
+
1920
+ <p>Save the resulting XLSX file to the specified location</p>
1921
+
1922
+
814
1923
  </div>
815
1924
 
1925
+
1926
+
816
1927
  <div class="aliases">
817
1928
  Also aliased as: <a href="Workbook.html#method-i-write">write</a>
818
1929
  </div>
819
1930
 
1931
+
1932
+
820
1933
  </div>
821
1934
 
822
- <div id="method-i-stream" class="method-detail ">
823
- <div class="method-heading">
824
- <span class="method-name">stream</span><span
825
- class="method-args">()</span>
826
- <span class="method-click-advice">click to toggle source</span>
1935
+
1936
+ <div id="method-i-stream" class="method-detail anchor-link ">
1937
+ <div class="method-header">
1938
+
1939
+ <div class="method-heading">
1940
+ <a href="#method-i-stream" title="Link to this method">
1941
+ <span class="method-name">stream</span>
1942
+ <span class="method-args">()</span>
1943
+ </a>
1944
+ </div>
1945
+
827
1946
  </div>
828
1947
 
829
- <div class="method-description">
830
- <p>Return the resulting XLSX file in a stream (useful for sending over HTTP)</p>
831
1948
 
1949
+ <div class="method-controls">
1950
+ <details class="method-source-toggle">
1951
+ <summary>Source</summary>
1952
+ </details>
1953
+ </div>
832
1954
  <div class="method-source-code" id="stream-source">
833
- <pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 393</span>
1955
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 401</span>
834
1956
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">stream</span>
835
1957
  <span class="ruby-identifier">root</span>.<span class="ruby-identifier">stream</span>
836
1958
  <span class="ruby-keyword">end</span></pre>
837
1959
  </div>
1960
+
1961
+
1962
+
1963
+ <div class="method-description">
1964
+
1965
+
1966
+ <p>Return the resulting XLSX file in a stream (useful for sending over HTTP)</p>
1967
+
1968
+
838
1969
  </div>
839
1970
 
840
1971
 
1972
+
1973
+
1974
+
841
1975
  </div>
842
1976
 
843
- <div id="method-i-write" class="method-detail method-alias">
844
- <div class="method-heading">
845
- <span class="method-name">write</span><span
846
- class="method-args">(dst_file_path = nil)</span>
1977
+
1978
+ <div id="method-i-write" class="method-detail anchor-link method-alias">
1979
+ <div class="method-header">
1980
+
1981
+ <div class="method-heading">
1982
+ <a href="#method-i-write" title="Link to this method">
1983
+ <span class="method-name">write</span>
1984
+ <span class="method-args">(dst_file_path = nil)</span>
1985
+ </a>
1986
+ </div>
1987
+
847
1988
  </div>
848
1989
 
1990
+
1991
+
1992
+
849
1993
  <div class="method-description">
1994
+
1995
+
850
1996
 
851
1997
 
1998
+
852
1999
  </div>
853
2000
 
854
2001
 
2002
+
2003
+
2004
+
855
2005
  <div class="aliases">
856
2006
  Alias for: <a href="Workbook.html#method-i-save">save</a>
857
2007
  </div>
2008
+
858
2009
  </div>
859
2010
 
860
- <div id="method-i-xlsx_path" class="method-detail ">
861
- <div class="method-heading">
862
- <span class="method-name">xlsx_path</span><span
863
- class="method-args">()</span>
864
- <span class="method-click-advice">click to toggle source</span>
2011
+
2012
+ <div id="method-i-xlsx_path" class="method-detail anchor-link ">
2013
+ <div class="method-header">
2014
+
2015
+ <div class="method-heading">
2016
+ <a href="#method-i-xlsx_path" title="Link to this method">
2017
+ <span class="method-name">xlsx_path</span>
2018
+ <span class="method-args">()</span>
2019
+ </a>
2020
+ </div>
2021
+
865
2022
  </div>
866
2023
 
867
- <div class="method-description">
868
-
869
2024
 
2025
+ <div class="method-controls">
2026
+ <details class="method-source-toggle">
2027
+ <summary>Source</summary>
2028
+ </details>
2029
+ </div>
870
2030
  <div class="method-source-code" id="xlsx_path-source">
871
- <pre><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 388</span>
2031
+ <pre class="ruby"><span class="ruby-comment"># File lib/rubyXL/objects/workbook.rb, line 396</span>
872
2032
  <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">xlsx_path</span>
873
2033
  <span class="ruby-constant">ROOT</span>.<span class="ruby-identifier">join</span>(<span class="ruby-string">&#39;xl&#39;</span>, <span class="ruby-string">&#39;workbook.xml&#39;</span>)
874
2034
  <span class="ruby-keyword">end</span></pre>
875
2035
  </div>
2036
+
2037
+
2038
+
2039
+ <div class="method-description">
2040
+
2041
+
2042
+
2043
+
2044
+
876
2045
  </div>
877
2046
 
878
2047
 
2048
+
2049
+
2050
+
879
2051
  </div>
880
2052
 
2053
+
881
2054
  </section>
882
2055
 
2056
+
2057
+
2058
+
883
2059
  </section>
2060
+
884
2061
  </main>
885
2062
 
2063
+ <aside class="table-of-contents" role="complementary" aria-label="Table of Contents">
2064
+ <div class="toc-sticky">
2065
+ <h3 class="toc-heading">On This Page</h3>
2066
+ <nav class="toc-nav" id="toc-nav" aria-label="Page sections">
2067
+ <!-- Generated by JavaScript based on page headings -->
2068
+ </nav>
2069
+ </div>
2070
+ </aside>
2071
+
886
2072
 
887
- <footer id="validator-badges" role="contentinfo">
888
- <p><a href="https://validator.w3.org/check/referer">Validate</a>
889
- <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.4.0.
890
- <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
2073
+ <footer class="site-footer">
2074
+
2075
+
2076
+ <div class="footer-bottom">
2077
+ <p>
2078
+ Generated by <a href="https://ruby.github.io/rdoc/">RDoc 7.2.0</a>
2079
+ using the Aliki theme by <a href="http://st0012.dev">Stan Lo</a>
2080
+ </p>
2081
+ </div>
891
2082
  </footer>
892
2083
 
2084
+ </body>
2085
+