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
data/rdoc/index.html CHANGED
@@ -1,470 +1,455 @@
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">
7
+
8
+ <title>rubyXL 3.4.38</title>
9
+
10
+
11
+ <meta name="keywords" content="ruby,documentation,rubyXL 3.4.38">
12
+
13
+ <meta name="description" content="Documentation for rubyXL 3.4.38">
14
+
15
+
16
+
17
+
18
+
19
+ <!-- Open Graph / Facebook -->
20
+ <meta property="og:type" content="website">
21
+ <meta property="og:title" content="rubyXL 3.4.38">
22
+
23
+
24
+ <meta
25
+ property="og:description"
26
+ content="API documentation for rubyXL 3.4.38 - Browse classes, modules, and methods"
27
+ >
28
+
29
+
30
+
31
+
32
+ <!-- Twitter -->
33
+ <meta name="twitter:card" content="summary">
34
+ <meta name="twitter:title" content="rubyXL 3.4.38">
35
+
36
+
37
+ <meta
38
+ name="twitter:description"
39
+ content="API documentation for rubyXL 3.4.38 - Browse classes, modules, and methods"
40
+ >
6
41
 
7
- <title>rubyXL 3.4.25</title>
8
42
 
9
43
  <script type="text/javascript">
10
44
  var rdoc_rel_prefix = "./";
11
45
  var index_rel_prefix = "./";
12
46
  </script>
13
47
 
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>
48
+ <script
49
+ src="./js/theme-toggle.js?v=7.2.0"
50
+ ></script>
19
51
 
20
- <link href="./css/fonts.css" rel="stylesheet">
21
- <link href="./css/rdoc.css" rel="stylesheet">
52
+ <script
53
+ src="./js/search_navigation.js?v=7.2.0"
54
+ defer
55
+ ></script>
22
56
 
57
+ <script
58
+ src="./js/search_data.js?v=7.2.0"
59
+ defer
60
+ ></script>
23
61
 
24
- <body id="top" role="document" class="file">
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>
62
+ <script
63
+ src="./js/search_ranker.js?v=7.2.0"
64
+ defer
65
+ ></script>
31
66
 
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>
67
+ <script
68
+ src="./js/search_controller.js?v=7.2.0"
69
+ defer
70
+ ></script>
71
+
72
+ <script
73
+ src="./js/c_highlighter.js?v=7.2.0"
74
+ defer
75
+ ></script>
76
+
77
+ <script
78
+ src="./js/bash_highlighter.js?v=7.2.0"
79
+ defer
80
+ ></script>
81
+
82
+ <script
83
+ src="./js/aliki.js?v=7.2.0"
84
+ defer
85
+ ></script>
86
+
87
+ <link
88
+ href="./css/rdoc.css?v=7.2.0"
89
+ rel="stylesheet"
90
+ >
91
+
92
+
93
+
94
+
95
+ <body role="document" class="file has-toc">
96
+ <svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
97
+ <!-- Chevron (right arrow) - used for expand/collapse -->
98
+ <symbol
99
+ id="icon-chevron"
100
+ viewBox="0 0 24 24"
101
+ fill="none"
102
+ stroke="currentColor"
103
+ stroke-width="2"
104
+ stroke-linecap="round"
105
+ stroke-linejoin="round"
106
+ >
107
+ <polyline points="9 18 15 12 9 6"></polyline>
108
+ </symbol>
109
+
110
+ <!-- File/Document - Pages section -->
111
+ <symbol
112
+ id="icon-file"
113
+ viewBox="0 0 24 24"
114
+ fill="none"
115
+ stroke="currentColor"
116
+ stroke-width="2"
117
+ stroke-linecap="round"
118
+ stroke-linejoin="round"
119
+ >
120
+ <path
121
+ 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"
122
+ ></path>
123
+
124
+ <polyline points="14 2 14 8 20 8"></polyline>
125
+ </symbol>
126
+
127
+ <!-- Layers/Stack - Classes and Modules section -->
128
+ <symbol
129
+ id="icon-layers"
130
+ viewBox="0 0 24 24"
131
+ fill="none"
132
+ stroke="currentColor"
133
+ stroke-width="2"
134
+ stroke-linecap="round"
135
+ stroke-linejoin="round"
136
+ >
137
+ <polygon points="12 2 2 7 12 12 22 7 12 2"></polygon>
138
+ <polyline points="2 17 12 22 22 17"></polyline>
139
+ <polyline points="2 12 12 17 22 12"></polyline>
140
+ </symbol>
141
+
142
+ <!-- Curly braces with C - Class Methods section -->
143
+ <symbol
144
+ id="icon-class-methods"
145
+ viewBox="0 0 24 24"
146
+ fill="none"
147
+ stroke="currentColor"
148
+ stroke-width="2"
149
+ stroke-linecap="round"
150
+ stroke-linejoin="round"
151
+ >
152
+ <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>
153
+ <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>
154
+
155
+ <text
156
+ x="12"
157
+ y="17"
158
+ text-anchor="middle"
159
+ font-size="13"
160
+ font-weight="bold"
161
+ fill="currentColor"
162
+ stroke="none"
163
+ >
164
+ C
165
+ </text>
166
+ </symbol>
167
+
168
+ <!-- Curly braces with I - Instance Methods section -->
169
+ <symbol
170
+ id="icon-instance-methods"
171
+ viewBox="0 0 24 24"
172
+ fill="none"
173
+ stroke="currentColor"
174
+ stroke-width="2"
175
+ stroke-linecap="round"
176
+ stroke-linejoin="round"
177
+ >
178
+ <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>
179
+ <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>
180
+
181
+ <text
182
+ x="12"
183
+ y="17"
184
+ text-anchor="middle"
185
+ font-size="13"
186
+ font-weight="bold"
187
+ fill="currentColor"
188
+ stroke="none"
189
+ >
190
+ I
191
+ </text>
192
+ </symbol>
193
+
194
+ <!-- Double chevrons up - Ancestors section -->
195
+ <symbol
196
+ id="icon-ancestors"
197
+ viewBox="0 0 24 24"
198
+ fill="none"
199
+ stroke="currentColor"
200
+ stroke-width="2"
201
+ stroke-linecap="round"
202
+ stroke-linejoin="round"
203
+ >
204
+ <polyline points="17 11 12 6 7 11"></polyline>
205
+ <polyline points="17 18 12 13 7 18"></polyline>
206
+ </symbol>
207
+
208
+ <!-- User with plus - Included Modules section -->
209
+ <symbol
210
+ id="icon-includes"
211
+ viewBox="0 0 24 24"
212
+ fill="none"
213
+ stroke="currentColor"
214
+ stroke-width="2"
215
+ stroke-linecap="round"
216
+ stroke-linejoin="round"
217
+ >
218
+ <path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path>
219
+ <circle cx="8.5" cy="7" r="4"></circle>
220
+
221
+ <line
222
+ x1="20"
223
+ y1="8"
224
+ x2="20"
225
+ y2="14"
226
+ ></line>
227
+
228
+ <line
229
+ x1="23"
230
+ y1="11"
231
+ x2="17"
232
+ y2="11"
233
+ ></line>
234
+ </symbol>
38
235
 
236
+ <!-- User with check - Extended Modules section -->
237
+ <symbol
238
+ id="icon-extends"
239
+ viewBox="0 0 24 24"
240
+ fill="none"
241
+ stroke="currentColor"
242
+ stroke-width="2"
243
+ stroke-linecap="round"
244
+ stroke-linejoin="round"
245
+ >
246
+ <path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path>
247
+ <circle cx="8.5" cy="7" r="4"></circle>
248
+ <polyline points="17 11 19 13 23 9"></polyline>
249
+ </symbol>
39
250
 
40
- <div id="search-section" role="search" class="project-section initially-hidden">
41
- <form action="#" method="get" accept-charset="utf-8">
42
- <div id="search-field-wrapper">
251
+ <!-- List - Sections section -->
252
+ <symbol
253
+ id="icon-list"
254
+ viewBox="0 0 24 24"
255
+ fill="none"
256
+ stroke="currentColor"
257
+ stroke-width="2"
258
+ stroke-linecap="round"
259
+ stroke-linejoin="round"
260
+ >
261
+ <line
262
+ x1="8"
263
+ y1="6"
264
+ x2="21"
265
+ y2="6"
266
+ ></line>
267
+
268
+ <line
269
+ x1="8"
270
+ y1="12"
271
+ x2="21"
272
+ y2="12"
273
+ ></line>
274
+
275
+ <line
276
+ x1="8"
277
+ y1="18"
278
+ x2="21"
279
+ y2="18"
280
+ ></line>
281
+
282
+ <line
283
+ x1="3"
284
+ y1="6"
285
+ x2="3.01"
286
+ y2="6"
287
+ ></line>
288
+
289
+ <line
290
+ x1="3"
291
+ y1="12"
292
+ x2="3.01"
293
+ y2="12"
294
+ ></line>
295
+
296
+ <line
297
+ x1="3"
298
+ y1="18"
299
+ x2="3.01"
300
+ y2="18"
301
+ ></line>
302
+ </symbol>
303
+ </svg>
304
+
305
+ <header class="top-navbar">
306
+ <a href="./index.html" class="navbar-brand">
307
+ rubyXL 3.4.38
308
+ </a>
309
+
310
+ <!-- Desktop search bar -->
311
+ <div class="navbar-search navbar-search-desktop" role="search">
312
+ <form action="#" method="get" accept-charset="utf-8">
43
313
  <input id="search-field" role="combobox" aria-label="Search"
44
- aria-autocomplete="list" aria-controls="search-results"
45
- type="text" name="search" placeholder="Search" spellcheck="false"
314
+ aria-autocomplete="list" aria-controls="search-results-desktop"
315
+ type="text" name="search" placeholder="Search (/) for a class, method..."
316
+ spellcheck="false" autocomplete="off"
46
317
  title="Type to search, Up and Down to navigate, Enter to load">
318
+ <ul id="search-results-desktop" aria-label="Search Results"
319
+ aria-busy="false" aria-expanded="false"
320
+ aria-atomic="false" class="initially-hidden search-results"></ul>
321
+ </form>
322
+ </div>
323
+
324
+ <!-- Mobile search icon button -->
325
+ <button id="search-toggle" class="navbar-search-mobile" aria-label="Open search" type="button">
326
+ <span aria-hidden="true">🔍</span>
327
+ </button>
328
+
329
+ <!-- Theme toggle button -->
330
+ <button id="theme-toggle" class="theme-toggle" aria-label="Switch to dark mode" type="button">
331
+ <span class="theme-toggle-icon" aria-hidden="true">🌙</span>
332
+ </button>
333
+ </header>
334
+
335
+ <!-- Search Modal (Mobile) -->
336
+ <div id="search-modal" class="search-modal" hidden aria-modal="true" role="dialog" aria-label="Search">
337
+ <div class="search-modal-backdrop"></div>
338
+ <div class="search-modal-content">
339
+ <div class="search-modal-header">
340
+ <form class="search-modal-form" action="#" method="get" accept-charset="utf-8">
341
+ <span class="search-modal-icon" aria-hidden="true">🔍</span>
342
+ <input id="search-field-mobile" role="combobox" aria-label="Search"
343
+ aria-autocomplete="list" aria-controls="search-results-mobile"
344
+ type="text" name="search" placeholder="Search documentation"
345
+ spellcheck="false" autocomplete="off">
346
+ <button type="button" class="search-modal-close" aria-label="Close search" id="search-modal-close">
347
+ <span aria-hidden="true">esc</span>
348
+ </button>
349
+ </form>
350
+ </div>
351
+ <div class="search-modal-body">
352
+ <ul id="search-results-mobile" aria-label="Search Results"
353
+ aria-busy="false" aria-expanded="false"
354
+ aria-atomic="false" class="search-results search-modal-results initially-hidden"></ul>
355
+ <div class="search-modal-empty">
356
+ <p>No recent searches</p>
357
+ </div>
47
358
  </div>
359
+ </div>
360
+ </div>
48
361
 
49
- <ul id="search-results" aria-label="Search Results"
50
- aria-busy="false" aria-expanded="false"
51
- aria-atomic="false" class="initially-hidden"></ul>
52
- </form>
362
+ <div id="navigation-toggle" role="button" tabindex="0" aria-label="Toggle sidebar" aria-expanded="true" aria-controls="navigation">
363
+ <span aria-hidden="true">&#9776;</span>
53
364
  </div>
54
365
 
366
+
367
+ <nav id="navigation" role="navigation" hidden>
368
+
369
+
370
+
371
+
372
+
373
+ <div id="fileindex-section" class="nav-section">
374
+ <details class="nav-section-collapsible" open>
375
+ <summary class="nav-section-header">
376
+ <span class="nav-section-icon">
377
+ <svg>
378
+ <use href="#icon-file"></use>
379
+ </svg>
380
+ </span>
381
+
382
+ <span class="nav-section-title">Pages</span>
383
+
384
+ <span class="nav-section-chevron">
385
+ <svg>
386
+ <use href="#icon-chevron"></use>
387
+ </svg>
388
+ </span>
389
+ </summary>
390
+
391
+ <ul class="nav-list">
392
+
393
+
394
+
395
+
396
+
397
+
398
+ <li>
399
+ <a href="./README_rdoc.html">
400
+ README
401
+ </a>
402
+ </li>
403
+
404
+ </ul>
405
+ </details>
55
406
  </div>
56
407
 
57
- <div id="project-metadata">
58
-
59
- <div id="fileindex-section" class="nav-section">
60
- <h3>Pages</h3>
61
408
 
62
- <ul class="link-list">
63
- <li><a href="./README_rdoc.html">README</a>
64
- </ul>
65
- </div>
409
+ <div id="classindex-section" class="nav-section">
410
+ <details class="nav-section-collapsible" open>
411
+ <summary class="nav-section-header">
412
+ <span class="nav-section-icon">
413
+ <svg><use href="#icon-layers"></use></svg>
414
+ </span>
415
+ <span class="nav-section-title">Classes and Modules</span>
416
+ <span class="nav-section-chevron">
417
+ <svg><use href="#icon-chevron"></use></svg>
418
+ </span>
419
+ </summary>
66
420
 
67
- <div id="classindex-section" class="nav-section">
68
- <h3>Class and Module Index</h3>
69
-
70
- <ul class="link-list">
71
- <li><a href="./RubyXL.html">RubyXL</a>
72
- <li><a href="./RubyXL/AExtension.html">RubyXL::AExtension</a>
73
- <li><a href="./RubyXL/AExtensionStorageArea.html">RubyXL::AExtensionStorageArea</a>
74
- <li><a href="./RubyXL/ActiveX.html">RubyXL::ActiveX</a>
75
- <li><a href="./RubyXL/ActiveXBinary.html">RubyXL::ActiveXBinary</a>
76
- <li><a href="./RubyXL/AdjustHandleList.html">RubyXL::AdjustHandleList</a>
77
- <li><a href="./RubyXL/Alignment.html">RubyXL::Alignment</a>
78
- <li><a href="./RubyXL/AlternateContent.html">RubyXL::AlternateContent</a>
79
- <li><a href="./RubyXL/Authors.html">RubyXL::Authors</a>
80
- <li><a href="./RubyXL/AutoFilter.html">RubyXL::AutoFilter</a>
81
- <li><a href="./RubyXL/AutoFilterColumn.html">RubyXL::AutoFilterColumn</a>
82
- <li><a href="./RubyXL/BinaryImageFile.html">RubyXL::BinaryImageFile</a>
83
- <li><a href="./RubyXL/BodyProperties.html">RubyXL::BodyProperties</a>
84
- <li><a href="./RubyXL/BooleanNode.html">RubyXL::BooleanNode</a>
85
- <li><a href="./RubyXL/BooleanValue.html">RubyXL::BooleanValue</a>
86
- <li><a href="./RubyXL/Border.html">RubyXL::Border</a>
87
- <li><a href="./RubyXL/BorderEdge.html">RubyXL::BorderEdge</a>
88
- <li><a href="./RubyXL/Borders.html">RubyXL::Borders</a>
89
- <li><a href="./RubyXL/Break.html">RubyXL::Break</a>
90
- <li><a href="./RubyXL/BreakList.html">RubyXL::BreakList</a>
91
- <li><a href="./RubyXL/CT_AdjPoint2D.html">RubyXL::CT_AdjPoint2D</a>
92
- <li><a href="./RubyXL/CT_AlphaBiLevelEffect.html">RubyXL::CT_AlphaBiLevelEffect</a>
93
- <li><a href="./RubyXL/CT_AlphaModulateEffect.html">RubyXL::CT_AlphaModulateEffect</a>
94
- <li><a href="./RubyXL/CT_AlphaModulateFixedEffect.html">RubyXL::CT_AlphaModulateFixedEffect</a>
95
- <li><a href="./RubyXL/CT_AlphaOutsetEffect.html">RubyXL::CT_AlphaOutsetEffect</a>
96
- <li><a href="./RubyXL/CT_AlphaReplaceEffect.html">RubyXL::CT_AlphaReplaceEffect</a>
97
- <li><a href="./RubyXL/CT_Backdrop.html">RubyXL::CT_Backdrop</a>
98
- <li><a href="./RubyXL/CT_Bevel.html">RubyXL::CT_Bevel</a>
99
- <li><a href="./RubyXL/CT_BiLevelEffect.html">RubyXL::CT_BiLevelEffect</a>
100
- <li><a href="./RubyXL/CT_BlendEffect.html">RubyXL::CT_BlendEffect</a>
101
- <li><a href="./RubyXL/CT_Blip.html">RubyXL::CT_Blip</a>
102
- <li><a href="./RubyXL/CT_BlipFillProperties.html">RubyXL::CT_BlipFillProperties</a>
103
- <li><a href="./RubyXL/CT_BlurEffect.html">RubyXL::CT_BlurEffect</a>
104
- <li><a href="./RubyXL/CT_Camera.html">RubyXL::CT_Camera</a>
105
- <li><a href="./RubyXL/CT_Color.html">RubyXL::CT_Color</a>
106
- <li><a href="./RubyXL/CT_ColorChangeEffect.html">RubyXL::CT_ColorChangeEffect</a>
107
- <li><a href="./RubyXL/CT_ColorMapping.html">RubyXL::CT_ColorMapping</a>
108
- <li><a href="./RubyXL/CT_ColorScheme.html">RubyXL::CT_ColorScheme</a>
109
- <li><a href="./RubyXL/CT_ColorSchemeAndMapping.html">RubyXL::CT_ColorSchemeAndMapping</a>
110
- <li><a href="./RubyXL/CT_ConnectionSite.html">RubyXL::CT_ConnectionSite</a>
111
- <li><a href="./RubyXL/CT_ConnectionSiteList.html">RubyXL::CT_ConnectionSiteList</a>
112
- <li><a href="./RubyXL/CT_DashStop.html">RubyXL::CT_DashStop</a>
113
- <li><a href="./RubyXL/CT_DashStopList.html">RubyXL::CT_DashStopList</a>
114
- <li><a href="./RubyXL/CT_DefaultShapeDefinition.html">RubyXL::CT_DefaultShapeDefinition</a>
115
- <li><a href="./RubyXL/CT_DuotoneEffect.html">RubyXL::CT_DuotoneEffect</a>
116
- <li><a href="./RubyXL/CT_EffectContainer.html">RubyXL::CT_EffectContainer</a>
117
- <li><a href="./RubyXL/CT_EffectList.html">RubyXL::CT_EffectList</a>
118
- <li><a href="./RubyXL/CT_EffectReference.html">RubyXL::CT_EffectReference</a>
119
- <li><a href="./RubyXL/CT_EffectStyleItem.html">RubyXL::CT_EffectStyleItem</a>
120
- <li><a href="./RubyXL/CT_EffectStyleList.html">RubyXL::CT_EffectStyleList</a>
121
- <li><a href="./RubyXL/CT_EmbeddedWAVAudioFile.html">RubyXL::CT_EmbeddedWAVAudioFile</a>
122
- <li><a href="./RubyXL/CT_FillEffect.html">RubyXL::CT_FillEffect</a>
123
- <li><a href="./RubyXL/CT_FillOverlayEffect.html">RubyXL::CT_FillOverlayEffect</a>
124
- <li><a href="./RubyXL/CT_FillStyleList.html">RubyXL::CT_FillStyleList</a>
125
- <li><a href="./RubyXL/CT_FlatText.html">RubyXL::CT_FlatText</a>
126
- <li><a href="./RubyXL/CT_FontCollection.html">RubyXL::CT_FontCollection</a>
127
- <li><a href="./RubyXL/CT_FontReference.html">RubyXL::CT_FontReference</a>
128
- <li><a href="./RubyXL/CT_GeomGuideList.html">RubyXL::CT_GeomGuideList</a>
129
- <li><a href="./RubyXL/CT_GlowEffect.html">RubyXL::CT_GlowEffect</a>
130
- <li><a href="./RubyXL/CT_GradientFillProperties.html">RubyXL::CT_GradientFillProperties</a>
131
- <li><a href="./RubyXL/CT_GradientStop.html">RubyXL::CT_GradientStop</a>
132
- <li><a href="./RubyXL/CT_GradientStopList.html">RubyXL::CT_GradientStopList</a>
133
- <li><a href="./RubyXL/CT_HSLEffect.html">RubyXL::CT_HSLEffect</a>
134
- <li><a href="./RubyXL/CT_HslColor.html">RubyXL::CT_HslColor</a>
135
- <li><a href="./RubyXL/CT_Hyperlink.html">RubyXL::CT_Hyperlink</a>
136
- <li><a href="./RubyXL/CT_InnerShadowEffect.html">RubyXL::CT_InnerShadowEffect</a>
137
- <li><a href="./RubyXL/CT_LightRig.html">RubyXL::CT_LightRig</a>
138
- <li><a href="./RubyXL/CT_LineEndProperties.html">RubyXL::CT_LineEndProperties</a>
139
- <li><a href="./RubyXL/CT_LineJoinMiterProperties.html">RubyXL::CT_LineJoinMiterProperties</a>
140
- <li><a href="./RubyXL/CT_LineProperties.html">RubyXL::CT_LineProperties</a>
141
- <li><a href="./RubyXL/CT_LineStyleList.html">RubyXL::CT_LineStyleList</a>
142
- <li><a href="./RubyXL/CT_LinearShadeProperties.html">RubyXL::CT_LinearShadeProperties</a>
143
- <li><a href="./RubyXL/CT_LuminanceEffect.html">RubyXL::CT_LuminanceEffect</a>
144
- <li><a href="./RubyXL/CT_ObjectStyleDefaults.html">RubyXL::CT_ObjectStyleDefaults</a>
145
- <li><a href="./RubyXL/CT_OuterShadowEffect.html">RubyXL::CT_OuterShadowEffect</a>
146
- <li><a href="./RubyXL/CT_Path2D.html">RubyXL::CT_Path2D</a>
147
- <li><a href="./RubyXL/CT_Path2DArcTo.html">RubyXL::CT_Path2DArcTo</a>
148
- <li><a href="./RubyXL/CT_Path2DCubicBezierTo.html">RubyXL::CT_Path2DCubicBezierTo</a>
149
- <li><a href="./RubyXL/CT_Path2DList.html">RubyXL::CT_Path2DList</a>
150
- <li><a href="./RubyXL/CT_Path2DQuadBezierTo.html">RubyXL::CT_Path2DQuadBezierTo</a>
151
- <li><a href="./RubyXL/CT_Path2DTo.html">RubyXL::CT_Path2DTo</a>
152
- <li><a href="./RubyXL/CT_PathShadeProperties.html">RubyXL::CT_PathShadeProperties</a>
153
- <li><a href="./RubyXL/CT_PatternFillProperties.html">RubyXL::CT_PatternFillProperties</a>
154
- <li><a href="./RubyXL/CT_Point3D.html">RubyXL::CT_Point3D</a>
155
- <li><a href="./RubyXL/CT_PolarAdjustHandle.html">RubyXL::CT_PolarAdjustHandle</a>
156
- <li><a href="./RubyXL/CT_PresetColor.html">RubyXL::CT_PresetColor</a>
157
- <li><a href="./RubyXL/CT_PresetLineDashProperties.html">RubyXL::CT_PresetLineDashProperties</a>
158
- <li><a href="./RubyXL/CT_PresetShadowEffect.html">RubyXL::CT_PresetShadowEffect</a>
159
- <li><a href="./RubyXL/CT_PresetTextShape.html">RubyXL::CT_PresetTextShape</a>
160
- <li><a href="./RubyXL/CT_ReflectionEffect.html">RubyXL::CT_ReflectionEffect</a>
161
- <li><a href="./RubyXL/CT_RelativeOffsetEffect.html">RubyXL::CT_RelativeOffsetEffect</a>
162
- <li><a href="./RubyXL/CT_RelativeRect.html">RubyXL::CT_RelativeRect</a>
163
- <li><a href="./RubyXL/CT_SRgbColor.html">RubyXL::CT_SRgbColor</a>
164
- <li><a href="./RubyXL/CT_ScRgbColor.html">RubyXL::CT_ScRgbColor</a>
165
- <li><a href="./RubyXL/CT_Scene3D.html">RubyXL::CT_Scene3D</a>
166
- <li><a href="./RubyXL/CT_SchemeColor.html">RubyXL::CT_SchemeColor</a>
167
- <li><a href="./RubyXL/CT_Shape3D.html">RubyXL::CT_Shape3D</a>
168
- <li><a href="./RubyXL/CT_ShapeStyle.html">RubyXL::CT_ShapeStyle</a>
169
- <li><a href="./RubyXL/CT_SoftEdgesEffect.html">RubyXL::CT_SoftEdgesEffect</a>
170
- <li><a href="./RubyXL/CT_SphereCoords.html">RubyXL::CT_SphereCoords</a>
171
- <li><a href="./RubyXL/CT_StretchInfoProperties.html">RubyXL::CT_StretchInfoProperties</a>
172
- <li><a href="./RubyXL/CT_StyleMatrix.html">RubyXL::CT_StyleMatrix</a>
173
- <li><a href="./RubyXL/CT_StyleMatrixReference.html">RubyXL::CT_StyleMatrixReference</a>
174
- <li><a href="./RubyXL/CT_SupplementalFont.html">RubyXL::CT_SupplementalFont</a>
175
- <li><a href="./RubyXL/CT_SystemColor.html">RubyXL::CT_SystemColor</a>
176
- <li><a href="./RubyXL/CT_TextAutonumberBullet.html">RubyXL::CT_TextAutonumberBullet</a>
177
- <li><a href="./RubyXL/CT_TextBlipBullet.html">RubyXL::CT_TextBlipBullet</a>
178
- <li><a href="./RubyXL/CT_TextCharBullet.html">RubyXL::CT_TextCharBullet</a>
179
- <li><a href="./RubyXL/CT_TextCharacterProperties.html">RubyXL::CT_TextCharacterProperties</a>
180
- <li><a href="./RubyXL/CT_TextFont.html">RubyXL::CT_TextFont</a>
181
- <li><a href="./RubyXL/CT_TextListStyle.html">RubyXL::CT_TextListStyle</a>
182
- <li><a href="./RubyXL/CT_TextNormalAutofit.html">RubyXL::CT_TextNormalAutofit</a>
183
- <li><a href="./RubyXL/CT_TextParagraphProperties.html">RubyXL::CT_TextParagraphProperties</a>
184
- <li><a href="./RubyXL/CT_TextSpacing.html">RubyXL::CT_TextSpacing</a>
185
- <li><a href="./RubyXL/CT_TextTabStop.html">RubyXL::CT_TextTabStop</a>
186
- <li><a href="./RubyXL/CT_TextTabStopList.html">RubyXL::CT_TextTabStopList</a>
187
- <li><a href="./RubyXL/CT_TileInfoProperties.html">RubyXL::CT_TileInfoProperties</a>
188
- <li><a href="./RubyXL/CT_TintEffect.html">RubyXL::CT_TintEffect</a>
189
- <li><a href="./RubyXL/CT_Transform2D.html">RubyXL::CT_Transform2D</a>
190
- <li><a href="./RubyXL/CT_TransformEffect.html">RubyXL::CT_TransformEffect</a>
191
- <li><a href="./RubyXL/CT_Vector3D.html">RubyXL::CT_Vector3D</a>
192
- <li><a href="./RubyXL/CT_XYAdjustHandle.html">RubyXL::CT_XYAdjustHandle</a>
193
- <li><a href="./RubyXL/CalculationChain.html">RubyXL::CalculationChain</a>
194
- <li><a href="./RubyXL/CalculationChainCell.html">RubyXL::CalculationChainCell</a>
195
- <li><a href="./RubyXL/CalculationProperties.html">RubyXL::CalculationProperties</a>
196
- <li><a href="./RubyXL/Cell.html">RubyXL::Cell</a>
197
- <li><a href="./RubyXL/CellConvenienceMethods.html">RubyXL::CellConvenienceMethods</a>
198
- <li><a href="./RubyXL/CellExt.html">RubyXL::CellExt</a>
199
- <li><a href="./RubyXL/CellSmartTag.html">RubyXL::CellSmartTag</a>
200
- <li><a href="./RubyXL/CellSmartTagProperty.html">RubyXL::CellSmartTagProperty</a>
201
- <li><a href="./RubyXL/CellSmartTags.html">RubyXL::CellSmartTags</a>
202
- <li><a href="./RubyXL/CellStyle.html">RubyXL::CellStyle</a>
203
- <li><a href="./RubyXL/CellStyleXFs.html">RubyXL::CellStyleXFs</a>
204
- <li><a href="./RubyXL/CellStyles.html">RubyXL::CellStyles</a>
205
- <li><a href="./RubyXL/CellValue.html">RubyXL::CellValue</a>
206
- <li><a href="./RubyXL/CellWatch.html">RubyXL::CellWatch</a>
207
- <li><a href="./RubyXL/CellWatches.html">RubyXL::CellWatches</a>
208
- <li><a href="./RubyXL/CellXFs.html">RubyXL::CellXFs</a>
209
- <li><a href="./RubyXL/ChartColorsFile.html">RubyXL::ChartColorsFile</a>
210
- <li><a href="./RubyXL/ChartFile.html">RubyXL::ChartFile</a>
211
- <li><a href="./RubyXL/ChartStyleFile.html">RubyXL::ChartStyleFile</a>
212
- <li><a href="./RubyXL/ChartUserShapesFile.html">RubyXL::ChartUserShapesFile</a>
213
- <li><a href="./RubyXL/Chartsheet.html">RubyXL::Chartsheet</a>
214
- <li><a href="./RubyXL/ChartsheetPageSetup.html">RubyXL::ChartsheetPageSetup</a>
215
- <li><a href="./RubyXL/ChartsheetProperties.html">RubyXL::ChartsheetProperties</a>
216
- <li><a href="./RubyXL/ChartsheetProtection.html">RubyXL::ChartsheetProtection</a>
217
- <li><a href="./RubyXL/ChartsheetView.html">RubyXL::ChartsheetView</a>
218
- <li><a href="./RubyXL/ChartsheetViews.html">RubyXL::ChartsheetViews</a>
219
- <li><a href="./RubyXL/Color.html">RubyXL::Color</a>
220
- <li><a href="./RubyXL/ColorConvenienceClasses.html">RubyXL::ColorConvenienceClasses</a>
221
- <li><a href="./RubyXL/ColorConvenienceClasses/HlsColor.html">RubyXL::ColorConvenienceClasses::HlsColor</a>
222
- <li><a href="./RubyXL/ColorConvenienceClasses/RgbColor.html">RubyXL::ColorConvenienceClasses::RgbColor</a>
223
- <li><a href="./RubyXL/ColorConvenienceMethods.html">RubyXL::ColorConvenienceMethods</a>
224
- <li><a href="./RubyXL/ColorFilter.html">RubyXL::ColorFilter</a>
225
- <li><a href="./RubyXL/ColorScale.html">RubyXL::ColorScale</a>
226
- <li><a href="./RubyXL/ColorSet.html">RubyXL::ColorSet</a>
227
- <li><a href="./RubyXL/Colors.html">RubyXL::Colors</a>
228
- <li><a href="./RubyXL/ColumnRange.html">RubyXL::ColumnRange</a>
229
- <li><a href="./RubyXL/ColumnRanges.html">RubyXL::ColumnRanges</a>
230
- <li><a href="./RubyXL/Comment.html">RubyXL::Comment</a>
231
- <li><a href="./RubyXL/CommentList.html">RubyXL::CommentList</a>
232
- <li><a href="./RubyXL/CommentsFile.html">RubyXL::CommentsFile</a>
233
- <li><a href="./RubyXL/ConditionalFormatValue.html">RubyXL::ConditionalFormatValue</a>
234
- <li><a href="./RubyXL/ConditionalFormatting.html">RubyXL::ConditionalFormatting</a>
235
- <li><a href="./RubyXL/ConditionalFormattingRule.html">RubyXL::ConditionalFormattingRule</a>
236
- <li><a href="./RubyXL/Connection.html">RubyXL::Connection</a>
237
- <li><a href="./RubyXL/ConnectionTable.html">RubyXL::ConnectionTable</a>
238
- <li><a href="./RubyXL/ConnectionTables.html">RubyXL::ConnectionTables</a>
239
- <li><a href="./RubyXL/ConnectionTextField.html">RubyXL::ConnectionTextField</a>
240
- <li><a href="./RubyXL/ConnectionTextFields.html">RubyXL::ConnectionTextFields</a>
241
- <li><a href="./RubyXL/Connections.html">RubyXL::Connections</a>
242
- <li><a href="./RubyXL/ContentTypeDefault.html">RubyXL::ContentTypeDefault</a>
243
- <li><a href="./RubyXL/ContentTypeOverride.html">RubyXL::ContentTypeOverride</a>
244
- <li><a href="./RubyXL/ContentTypes.html">RubyXL::ContentTypes</a>
245
- <li><a href="./RubyXL/ControlPropertiesFile.html">RubyXL::ControlPropertiesFile</a>
246
- <li><a href="./RubyXL/CorePropertiesFile.html">RubyXL::CorePropertiesFile</a>
247
- <li><a href="./RubyXL/CustomColor.html">RubyXL::CustomColor</a>
248
- <li><a href="./RubyXL/CustomColorList.html">RubyXL::CustomColorList</a>
249
- <li><a href="./RubyXL/CustomFilter.html">RubyXL::CustomFilter</a>
250
- <li><a href="./RubyXL/CustomFilters.html">RubyXL::CustomFilters</a>
251
- <li><a href="./RubyXL/CustomGeometry.html">RubyXL::CustomGeometry</a>
252
- <li><a href="./RubyXL/CustomProperties.html">RubyXL::CustomProperties</a>
253
- <li><a href="./RubyXL/CustomPropertiesFile.html">RubyXL::CustomPropertiesFile</a>
254
- <li><a href="./RubyXL/CustomProperty.html">RubyXL::CustomProperty</a>
255
- <li><a href="./RubyXL/CustomPropertyFile.html">RubyXL::CustomPropertyFile</a>
256
- <li><a href="./RubyXL/CustomSheetView.html">RubyXL::CustomSheetView</a>
257
- <li><a href="./RubyXL/CustomSheetViews.html">RubyXL::CustomSheetViews</a>
258
- <li><a href="./RubyXL/CustomWorkbookView.html">RubyXL::CustomWorkbookView</a>
259
- <li><a href="./RubyXL/CustomWorkbookViews.html">RubyXL::CustomWorkbookViews</a>
260
- <li><a href="./RubyXL/CustomXMLFile.html">RubyXL::CustomXMLFile</a>
261
- <li><a href="./RubyXL/DXF.html">RubyXL::DXF</a>
262
- <li><a href="./RubyXL/DXFs.html">RubyXL::DXFs</a>
263
- <li><a href="./RubyXL/DataBar.html">RubyXL::DataBar</a>
264
- <li><a href="./RubyXL/DataConsolidate.html">RubyXL::DataConsolidate</a>
265
- <li><a href="./RubyXL/DataConsolidationReference.html">RubyXL::DataConsolidationReference</a>
266
- <li><a href="./RubyXL/DataConsolidationReferences.html">RubyXL::DataConsolidationReferences</a>
267
- <li><a href="./RubyXL/DataType.html">RubyXL::DataType</a>
268
- <li><a href="./RubyXL/DataValidation.html">RubyXL::DataValidation</a>
269
- <li><a href="./RubyXL/DataValidations.html">RubyXL::DataValidations</a>
270
- <li><a href="./RubyXL/DateGroupItem.html">RubyXL::DateGroupItem</a>
271
- <li><a href="./RubyXL/DefinedName.html">RubyXL::DefinedName</a>
272
- <li><a href="./RubyXL/DefinedNameExt.html">RubyXL::DefinedNameExt</a>
273
- <li><a href="./RubyXL/DefinedNames.html">RubyXL::DefinedNames</a>
274
- <li><a href="./RubyXL/DefinedNamesExt.html">RubyXL::DefinedNamesExt</a>
275
- <li><a href="./RubyXL/DocumentPropertiesFile.html">RubyXL::DocumentPropertiesFile</a>
276
- <li><a href="./RubyXL/DrawingFile.html">RubyXL::DrawingFile</a>
277
- <li><a href="./RubyXL/DynamicFilter.html">RubyXL::DynamicFilter</a>
278
- <li><a href="./RubyXL/EmbeddedControl.html">RubyXL::EmbeddedControl</a>
279
- <li><a href="./RubyXL/EmbeddedControls.html">RubyXL::EmbeddedControls</a>
280
- <li><a href="./RubyXL/Extension.html">RubyXL::Extension</a>
281
- <li><a href="./RubyXL/ExtensionStorageArea.html">RubyXL::ExtensionStorageArea</a>
282
- <li><a href="./RubyXL/Extents.html">RubyXL::Extents</a>
283
- <li><a href="./RubyXL/ExternalBook.html">RubyXL::ExternalBook</a>
284
- <li><a href="./RubyXL/ExternalLinksFile.html">RubyXL::ExternalLinksFile</a>
285
- <li><a href="./RubyXL/ExternalReference.html">RubyXL::ExternalReference</a>
286
- <li><a href="./RubyXL/ExternalReferences.html">RubyXL::ExternalReferences</a>
287
- <li><a href="./RubyXL/ExtraColorSchemeList.html">RubyXL::ExtraColorSchemeList</a>
288
- <li><a href="./RubyXL/FieldItem.html">RubyXL::FieldItem</a>
289
- <li><a href="./RubyXL/FileRecoveryProperties.html">RubyXL::FileRecoveryProperties</a>
290
- <li><a href="./RubyXL/FileSharing.html">RubyXL::FileSharing</a>
291
- <li><a href="./RubyXL/FileVersion.html">RubyXL::FileVersion</a>
292
- <li><a href="./RubyXL/Fill.html">RubyXL::Fill</a>
293
- <li><a href="./RubyXL/Fills.html">RubyXL::Fills</a>
294
- <li><a href="./RubyXL/FilterContainer.html">RubyXL::FilterContainer</a>
295
- <li><a href="./RubyXL/FloatNode.html">RubyXL::FloatNode</a>
296
- <li><a href="./RubyXL/FloatValue.html">RubyXL::FloatValue</a>
297
- <li><a href="./RubyXL/Font.html">RubyXL::Font</a>
298
- <li><a href="./RubyXL/FontConvenienceMethods.html">RubyXL::FontConvenienceMethods</a>
299
- <li><a href="./RubyXL/FontScheme.html">RubyXL::FontScheme</a>
300
- <li><a href="./RubyXL/Fonts.html">RubyXL::Fonts</a>
301
- <li><a href="./RubyXL/Formula.html">RubyXL::Formula</a>
302
- <li><a href="./RubyXL/FunctionGroup.html">RubyXL::FunctionGroup</a>
303
- <li><a href="./RubyXL/FunctionGroups.html">RubyXL::FunctionGroups</a>
304
- <li><a href="./RubyXL/GenericStorageObject.html">RubyXL::GenericStorageObject</a>
305
- <li><a href="./RubyXL/GradientFill.html">RubyXL::GradientFill</a>
306
- <li><a href="./RubyXL/HeaderFooterSettings.html">RubyXL::HeaderFooterSettings</a>
307
- <li><a href="./RubyXL/Hyperlink.html">RubyXL::Hyperlink</a>
308
- <li><a href="./RubyXL/HyperlinkRelFile.html">RubyXL::HyperlinkRelFile</a>
309
- <li><a href="./RubyXL/Hyperlinks.html">RubyXL::Hyperlinks</a>
310
- <li><a href="./RubyXL/IconFilter.html">RubyXL::IconFilter</a>
311
- <li><a href="./RubyXL/IconSet.html">RubyXL::IconSet</a>
312
- <li><a href="./RubyXL/IgnoredError.html">RubyXL::IgnoredError</a>
313
- <li><a href="./RubyXL/IgnoredErrors.html">RubyXL::IgnoredErrors</a>
314
- <li><a href="./RubyXL/IndexedColors.html">RubyXL::IndexedColors</a>
315
- <li><a href="./RubyXL/InputCells.html">RubyXL::InputCells</a>
316
- <li><a href="./RubyXL/IntegerNode.html">RubyXL::IntegerNode</a>
317
- <li><a href="./RubyXL/IntegerValue.html">RubyXL::IntegerValue</a>
318
- <li><a href="./RubyXL/LegacyCell.html">RubyXL::LegacyCell</a>
319
- <li><a href="./RubyXL/LegacyWorksheet.html">RubyXL::LegacyWorksheet</a>
320
- <li><a href="./RubyXL/MRUColors.html">RubyXL::MRUColors</a>
321
- <li><a href="./RubyXL/MacrosFile.html">RubyXL::MacrosFile</a>
322
- <li><a href="./RubyXL/MergedCell.html">RubyXL::MergedCell</a>
323
- <li><a href="./RubyXL/MergedCells.html">RubyXL::MergedCells</a>
324
- <li><a href="./RubyXL/NumFmt.html">RubyXL::NumFmt</a>
325
- <li><a href="./RubyXL/NumberFormat.html">RubyXL::NumberFormat</a>
326
- <li><a href="./RubyXL/NumberFormats.html">RubyXL::NumberFormats</a>
327
- <li><a href="./RubyXL/OLEObject.html">RubyXL::OLEObject</a>
328
- <li><a href="./RubyXL/OLEObjectFile.html">RubyXL::OLEObjectFile</a>
329
- <li><a href="./RubyXL/OLEObjects.html">RubyXL::OLEObjects</a>
330
- <li><a href="./RubyXL/OLESize.html">RubyXL::OLESize</a>
331
- <li><a href="./RubyXL/OOXMLContainerObject.html">RubyXL::OOXMLContainerObject</a>
332
- <li><a href="./RubyXL/OOXMLIgnored.html">RubyXL::OOXMLIgnored</a>
333
- <li><a href="./RubyXL/OOXMLObject.html">RubyXL::OOXMLObject</a>
334
- <li><a href="./RubyXL/OOXMLObjectClassMethods.html">RubyXL::OOXMLObjectClassMethods</a>
335
- <li><a href="./RubyXL/OOXMLObjectInstanceMethods.html">RubyXL::OOXMLObjectInstanceMethods</a>
336
- <li><a href="./RubyXL/OOXMLRelationshipsFile.html">RubyXL::OOXMLRelationshipsFile</a>
337
- <li><a href="./RubyXL/OOXMLTopLevelObject.html">RubyXL::OOXMLTopLevelObject</a>
338
- <li><a href="./RubyXL/OdbcOleDbProperties.html">RubyXL::OdbcOleDbProperties</a>
339
- <li><a href="./RubyXL/Offset.html">RubyXL::Offset</a>
340
- <li><a href="./RubyXL/OlapProperties.html">RubyXL::OlapProperties</a>
341
- <li><a href="./RubyXL/OleItem.html">RubyXL::OleItem</a>
342
- <li><a href="./RubyXL/OleItems.html">RubyXL::OleItems</a>
343
- <li><a href="./RubyXL/OleLink.html">RubyXL::OleLink</a>
344
- <li><a href="./RubyXL/OutlineProperties.html">RubyXL::OutlineProperties</a>
345
- <li><a href="./RubyXL/PageMargins.html">RubyXL::PageMargins</a>
346
- <li><a href="./RubyXL/PageSetup.html">RubyXL::PageSetup</a>
347
- <li><a href="./RubyXL/PageSetupProperties.html">RubyXL::PageSetupProperties</a>
348
- <li><a href="./RubyXL/Pane.html">RubyXL::Pane</a>
349
- <li><a href="./RubyXL/Parser.html">RubyXL::Parser</a>
350
- <li><a href="./RubyXL/PatternFill.html">RubyXL::PatternFill</a>
351
- <li><a href="./RubyXL/PhoneticProperties.html">RubyXL::PhoneticProperties</a>
352
- <li><a href="./RubyXL/PhoneticRun.html">RubyXL::PhoneticRun</a>
353
- <li><a href="./RubyXL/PivotArea.html">RubyXL::PivotArea</a>
354
- <li><a href="./RubyXL/PivotCache.html">RubyXL::PivotCache</a>
355
- <li><a href="./RubyXL/PivotCacheDefinitionFile.html">RubyXL::PivotCacheDefinitionFile</a>
356
- <li><a href="./RubyXL/PivotCacheRecordsFile.html">RubyXL::PivotCacheRecordsFile</a>
357
- <li><a href="./RubyXL/PivotCaches.html">RubyXL::PivotCaches</a>
358
- <li><a href="./RubyXL/PivotReference.html">RubyXL::PivotReference</a>
359
- <li><a href="./RubyXL/PivotReferences.html">RubyXL::PivotReferences</a>
360
- <li><a href="./RubyXL/PivotTableFile.html">RubyXL::PivotTableFile</a>
361
- <li><a href="./RubyXL/PivotTableSelection.html">RubyXL::PivotTableSelection</a>
362
- <li><a href="./RubyXL/PresetGeometry.html">RubyXL::PresetGeometry</a>
363
- <li><a href="./RubyXL/PrintOptions.html">RubyXL::PrintOptions</a>
364
- <li><a href="./RubyXL/PrinterSettingsFile.html">RubyXL::PrinterSettingsFile</a>
365
- <li><a href="./RubyXL/ProtectedRange.html">RubyXL::ProtectedRange</a>
366
- <li><a href="./RubyXL/ProtectedRanges.html">RubyXL::ProtectedRanges</a>
367
- <li><a href="./RubyXL/Protection.html">RubyXL::Protection</a>
368
- <li><a href="./RubyXL/QueryParameter.html">RubyXL::QueryParameter</a>
369
- <li><a href="./RubyXL/QueryParameters.html">RubyXL::QueryParameters</a>
370
- <li><a href="./RubyXL/QueryTable.html">RubyXL::QueryTable</a>
371
- <li><a href="./RubyXL/QueryTableDeletedField.html">RubyXL::QueryTableDeletedField</a>
372
- <li><a href="./RubyXL/QueryTableDeletedFields.html">RubyXL::QueryTableDeletedFields</a>
373
- <li><a href="./RubyXL/QueryTableField.html">RubyXL::QueryTableField</a>
374
- <li><a href="./RubyXL/QueryTableFields.html">RubyXL::QueryTableFields</a>
375
- <li><a href="./RubyXL/QueryTableRefresh.html">RubyXL::QueryTableRefresh</a>
376
- <li><a href="./RubyXL/RID.html">RubyXL::RID</a>
377
- <li><a href="./RubyXL/RawOOXML.html">RubyXL::RawOOXML</a>
378
- <li><a href="./RubyXL/Reference.html">RubyXL::Reference</a>
379
- <li><a href="./RubyXL/Relationship.html">RubyXL::Relationship</a>
380
- <li><a href="./RubyXL/RelationshipSupport.html">RubyXL::RelationshipSupport</a>
381
- <li><a href="./RubyXL/RelationshipSupport/ClassMehods.html">RubyXL::RelationshipSupport::ClassMehods</a>
382
- <li><a href="./RubyXL/RevisionPointer.html">RubyXL::RevisionPointer</a>
383
- <li><a href="./RubyXL/RichText.html">RubyXL::RichText</a>
384
- <li><a href="./RubyXL/RichTextRun.html">RubyXL::RichTextRun</a>
385
- <li><a href="./RubyXL/Row.html">RubyXL::Row</a>
386
- <li><a href="./RubyXL/RowExt.html">RubyXL::RowExt</a>
387
- <li><a href="./RubyXL/RunProperties.html">RubyXL::RunProperties</a>
388
- <li><a href="./RubyXL/Scenario.html">RubyXL::Scenario</a>
389
- <li><a href="./RubyXL/Scenarios.html">RubyXL::Scenarios</a>
390
- <li><a href="./RubyXL/Selection.html">RubyXL::Selection</a>
391
- <li><a href="./RubyXL/ShapeGuide.html">RubyXL::ShapeGuide</a>
392
- <li><a href="./RubyXL/ShapeTextRectangle.html">RubyXL::ShapeTextRectangle</a>
393
- <li><a href="./RubyXL/SharedStringsTable.html">RubyXL::SharedStringsTable</a>
394
- <li><a href="./RubyXL/Sheet.html">RubyXL::Sheet</a>
395
- <li><a href="./RubyXL/SheetCalculationProperties.html">RubyXL::SheetCalculationProperties</a>
396
- <li><a href="./RubyXL/SheetData.html">RubyXL::SheetData</a>
397
- <li><a href="./RubyXL/SheetDataExt.html">RubyXL::SheetDataExt</a>
398
- <li><a href="./RubyXL/SheetDataSet.html">RubyXL::SheetDataSet</a>
399
- <li><a href="./RubyXL/SheetMetadata.html">RubyXL::SheetMetadata</a>
400
- <li><a href="./RubyXL/SheetName.html">RubyXL::SheetName</a>
401
- <li><a href="./RubyXL/SheetNames.html">RubyXL::SheetNames</a>
402
- <li><a href="./RubyXL/Sheets.html">RubyXL::Sheets</a>
403
- <li><a href="./RubyXL/SlicerCacheFile.html">RubyXL::SlicerCacheFile</a>
404
- <li><a href="./RubyXL/SlicerFile.html">RubyXL::SlicerFile</a>
405
- <li><a href="./RubyXL/SmartTagProperties.html">RubyXL::SmartTagProperties</a>
406
- <li><a href="./RubyXL/SmartTagType.html">RubyXL::SmartTagType</a>
407
- <li><a href="./RubyXL/SmartTagTypes.html">RubyXL::SmartTagTypes</a>
408
- <li><a href="./RubyXL/SmartTags.html">RubyXL::SmartTags</a>
409
- <li><a href="./RubyXL/SortCondition.html">RubyXL::SortCondition</a>
410
- <li><a href="./RubyXL/SortState.html">RubyXL::SortState</a>
411
- <li><a href="./RubyXL/Sqref.html">RubyXL::Sqref</a>
412
- <li><a href="./RubyXL/Stop.html">RubyXL::Stop</a>
413
- <li><a href="./RubyXL/StringNode.html">RubyXL::StringNode</a>
414
- <li><a href="./RubyXL/StringNodeW3C.html">RubyXL::StringNodeW3C</a>
415
- <li><a href="./RubyXL/StringValue.html">RubyXL::StringValue</a>
416
- <li><a href="./RubyXL/Stylesheet.html">RubyXL::Stylesheet</a>
417
- <li><a href="./RubyXL/TableFile.html">RubyXL::TableFile</a>
418
- <li><a href="./RubyXL/TableParts.html">RubyXL::TableParts</a>
419
- <li><a href="./RubyXL/TableStyle.html">RubyXL::TableStyle</a>
420
- <li><a href="./RubyXL/TableStyles.html">RubyXL::TableStyles</a>
421
- <li><a href="./RubyXL/Text.html">RubyXL::Text</a>
422
- <li><a href="./RubyXL/TextImportSettings.html">RubyXL::TextImportSettings</a>
423
- <li><a href="./RubyXL/Theme.html">RubyXL::Theme</a>
424
- <li><a href="./RubyXL/ThemeElements.html">RubyXL::ThemeElements</a>
425
- <li><a href="./RubyXL/ThumbnailFile.html">RubyXL::ThumbnailFile</a>
426
- <li><a href="./RubyXL/Top10.html">RubyXL::Top10</a>
427
- <li><a href="./RubyXL/VMLDrawingFile.html">RubyXL::VMLDrawingFile</a>
428
- <li><a href="./RubyXL/Variant.html">RubyXL::Variant</a>
429
- <li><a href="./RubyXL/Vector.html">RubyXL::Vector</a>
430
- <li><a href="./RubyXL/VectorValue.html">RubyXL::VectorValue</a>
431
- <li><a href="./RubyXL/VisualProperties.html">RubyXL::VisualProperties</a>
432
- <li><a href="./RubyXL/WebPublishObject.html">RubyXL::WebPublishObject</a>
433
- <li><a href="./RubyXL/WebPublishObjects.html">RubyXL::WebPublishObjects</a>
434
- <li><a href="./RubyXL/WebPublishingItem.html">RubyXL::WebPublishingItem</a>
435
- <li><a href="./RubyXL/WebPublishingItems.html">RubyXL::WebPublishingItems</a>
436
- <li><a href="./RubyXL/WebPublishingProperties.html">RubyXL::WebPublishingProperties</a>
437
- <li><a href="./RubyXL/WebQueryProperties.html">RubyXL::WebQueryProperties</a>
438
- <li><a href="./RubyXL/Workbook.html">RubyXL::Workbook</a>
439
- <li><a href="./RubyXL/WorkbookConvenienceMethods.html">RubyXL::WorkbookConvenienceMethods</a>
440
- <li><a href="./RubyXL/WorkbookProperties.html">RubyXL::WorkbookProperties</a>
441
- <li><a href="./RubyXL/WorkbookProtection.html">RubyXL::WorkbookProtection</a>
442
- <li><a href="./RubyXL/WorkbookRoot.html">RubyXL::WorkbookRoot</a>
443
- <li><a href="./RubyXL/WorkbookView.html">RubyXL::WorkbookView</a>
444
- <li><a href="./RubyXL/WorkbookViews.html">RubyXL::WorkbookViews</a>
445
- <li><a href="./RubyXL/Worksheet.html">RubyXL::Worksheet</a>
446
- <li><a href="./RubyXL/WorksheetConvenienceMethods.html">RubyXL::WorksheetConvenienceMethods</a>
447
- <li><a href="./RubyXL/WorksheetDimensions.html">RubyXL::WorksheetDimensions</a>
448
- <li><a href="./RubyXL/WorksheetFormatProperties.html">RubyXL::WorksheetFormatProperties</a>
449
- <li><a href="./RubyXL/WorksheetProperties.html">RubyXL::WorksheetProperties</a>
450
- <li><a href="./RubyXL/WorksheetProtection.html">RubyXL::WorksheetProtection</a>
451
- <li><a href="./RubyXL/WorksheetView.html">RubyXL::WorksheetView</a>
452
- <li><a href="./RubyXL/WorksheetViews.html">RubyXL::WorksheetViews</a>
453
- <li><a href="./RubyXL/XF.html">RubyXL::XF</a>
454
- </ul>
421
+ <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>
422
+ </details>
455
423
  </div>
456
424
 
457
- </div>
458
425
  </nav>
459
426
 
460
427
  <main role="main">
461
- <p>This is the API documentation for rubyXL 3.4.25.
428
+
429
+ <p>This is the API documentation for rubyXL 3.4.38.</p>
430
+
462
431
  </main>
463
432
 
433
+ <aside class="table-of-contents" role="complementary" aria-label="Table of Contents">
434
+ <div class="toc-sticky">
435
+ <h3 class="toc-heading">On This Page</h3>
436
+ <nav class="toc-nav" id="toc-nav" aria-label="Page sections">
437
+ <!-- Generated by JavaScript based on page headings -->
438
+ </nav>
439
+ </div>
440
+ </aside>
464
441
 
465
- <footer id="validator-badges" role="contentinfo">
466
- <p><a href="https://validator.w3.org/check/referer">Validate</a>
467
- <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.4.0.
468
- <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
442
+
443
+ <footer class="site-footer">
444
+
445
+
446
+ <div class="footer-bottom">
447
+ <p>
448
+ Generated by <a href="https://ruby.github.io/rdoc/">RDoc 7.2.0</a>
449
+ using the Aliki theme by <a href="http://st0012.dev">Stan Lo</a>
450
+ </p>
451
+ </div>
469
452
  </footer>
470
453
 
454
+ </body>
455
+