rubyXL 3.4.14 → 3.4.33

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 (462) hide show
  1. checksums.yaml +4 -4
  2. data/.circleci/config.yml +2 -1
  3. data/.rubocop.yml +124 -0
  4. data/CHANGELOG.md +12 -0
  5. data/Gemfile +10 -8
  6. data/README.rdoc +32 -13
  7. data/Rakefile +26 -27
  8. data/VERSION +1 -1
  9. data/lib/rubyXL/cell.rb +2 -4
  10. data/lib/rubyXL/convenience_methods/cell.rb +36 -32
  11. data/lib/rubyXL/convenience_methods/color.rb +9 -13
  12. data/lib/rubyXL/convenience_methods/workbook.rb +10 -9
  13. data/lib/rubyXL/convenience_methods/worksheet.rb +103 -7
  14. data/lib/rubyXL/objects/border.rb +0 -3
  15. data/lib/rubyXL/objects/calculation_chain.rb +2 -2
  16. data/lib/rubyXL/objects/cell_style.rb +1 -3
  17. data/lib/rubyXL/objects/chartsheet.rb +6 -10
  18. data/lib/rubyXL/objects/color.rb +2 -4
  19. data/lib/rubyXL/objects/column_range.rb +16 -15
  20. data/lib/rubyXL/objects/comments.rb +1 -4
  21. data/lib/rubyXL/objects/connection.rb +11 -11
  22. data/lib/rubyXL/objects/container_nodes.rb +1 -5
  23. data/lib/rubyXL/objects/content_types.rb +3 -6
  24. data/lib/rubyXL/objects/data_validation.rb +2 -2
  25. data/lib/rubyXL/objects/document_properties.rb +10 -13
  26. data/lib/rubyXL/objects/extensions.rb +0 -2
  27. data/lib/rubyXL/objects/external_links.rb +37 -7
  28. data/lib/rubyXL/objects/fill.rb +2 -5
  29. data/lib/rubyXL/objects/filters.rb +5 -7
  30. data/lib/rubyXL/objects/font.rb +2 -4
  31. data/lib/rubyXL/objects/formula.rb +3 -5
  32. data/lib/rubyXL/objects/ooxml_object.rb +34 -32
  33. data/lib/rubyXL/objects/query_table.rb +7 -5
  34. data/lib/rubyXL/objects/reference.rb +26 -17
  35. data/lib/rubyXL/objects/relationships.rb +7 -12
  36. data/lib/rubyXL/objects/root.rb +0 -2
  37. data/lib/rubyXL/objects/shared_strings.rb +4 -7
  38. data/lib/rubyXL/objects/sheet_common.rb +1 -3
  39. data/lib/rubyXL/objects/sheet_data.rb +12 -14
  40. data/lib/rubyXL/objects/simple_types.rb +3 -1
  41. data/lib/rubyXL/objects/storage.rb +57 -51
  42. data/lib/rubyXL/objects/stylesheet.rb +9 -17
  43. data/lib/rubyXL/objects/text.rb +6 -8
  44. data/lib/rubyXL/objects/theme.rb +19 -24
  45. data/lib/rubyXL/objects/workbook.rb +43 -38
  46. data/lib/rubyXL/objects/worksheet.rb +35 -31
  47. data/lib/rubyXL/parser.rb +1 -3
  48. data/lib/rubyXL/worksheet.rb +86 -79
  49. data/lib/rubyXL.rb +0 -1
  50. data/rdoc/README_rdoc.html +139 -73
  51. data/rdoc/RubyXL/AExtension.html +24 -60
  52. data/rdoc/RubyXL/AExtensionStorageArea.html +6 -13
  53. data/rdoc/RubyXL/ActiveX.html +19 -46
  54. data/rdoc/RubyXL/ActiveXBinary.html +6 -18
  55. data/rdoc/RubyXL/AdjustHandleList.html +6 -13
  56. data/rdoc/RubyXL/Alignment.html +6 -13
  57. data/rdoc/RubyXL/AlternateContent.html +6 -13
  58. data/rdoc/RubyXL/AlternateUrls.html +99 -0
  59. data/rdoc/RubyXL/Authors.html +6 -13
  60. data/rdoc/RubyXL/AutoFilter.html +6 -13
  61. data/rdoc/RubyXL/AutoFilterColumn.html +6 -13
  62. data/rdoc/RubyXL/BinaryImageFile.html +6 -21
  63. data/rdoc/RubyXL/BodyProperties.html +6 -13
  64. data/rdoc/RubyXL/BooleanNode.html +6 -13
  65. data/rdoc/RubyXL/BooleanValue.html +6 -13
  66. data/rdoc/RubyXL/Border.html +37 -89
  67. data/rdoc/RubyXL/BorderEdge.html +23 -53
  68. data/rdoc/RubyXL/Borders.html +16 -35
  69. data/rdoc/RubyXL/Break.html +6 -13
  70. data/rdoc/RubyXL/BreakList.html +6 -13
  71. data/rdoc/RubyXL/CT_AdjPoint2D.html +6 -13
  72. data/rdoc/RubyXL/CT_AlphaBiLevelEffect.html +6 -13
  73. data/rdoc/RubyXL/CT_AlphaModulateEffect.html +6 -13
  74. data/rdoc/RubyXL/CT_AlphaModulateFixedEffect.html +6 -13
  75. data/rdoc/RubyXL/CT_AlphaOutsetEffect.html +6 -13
  76. data/rdoc/RubyXL/CT_AlphaReplaceEffect.html +6 -13
  77. data/rdoc/RubyXL/CT_Backdrop.html +6 -13
  78. data/rdoc/RubyXL/CT_Bevel.html +6 -13
  79. data/rdoc/RubyXL/CT_BiLevelEffect.html +6 -13
  80. data/rdoc/RubyXL/CT_BlendEffect.html +6 -13
  81. data/rdoc/RubyXL/CT_Blip.html +6 -13
  82. data/rdoc/RubyXL/CT_BlipFillProperties.html +6 -13
  83. data/rdoc/RubyXL/CT_BlurEffect.html +6 -13
  84. data/rdoc/RubyXL/CT_Camera.html +6 -13
  85. data/rdoc/RubyXL/CT_Color.html +6 -13
  86. data/rdoc/RubyXL/CT_ColorChangeEffect.html +6 -13
  87. data/rdoc/RubyXL/CT_ColorMapping.html +6 -13
  88. data/rdoc/RubyXL/CT_ColorScheme.html +6 -13
  89. data/rdoc/RubyXL/CT_ColorSchemeAndMapping.html +6 -13
  90. data/rdoc/RubyXL/CT_ConnectionSite.html +6 -13
  91. data/rdoc/RubyXL/CT_ConnectionSiteList.html +6 -13
  92. data/rdoc/RubyXL/CT_DashStop.html +6 -13
  93. data/rdoc/RubyXL/CT_DashStopList.html +6 -13
  94. data/rdoc/RubyXL/CT_DefaultShapeDefinition.html +6 -13
  95. data/rdoc/RubyXL/CT_DuotoneEffect.html +6 -13
  96. data/rdoc/RubyXL/CT_EffectContainer.html +6 -13
  97. data/rdoc/RubyXL/CT_EffectList.html +6 -13
  98. data/rdoc/RubyXL/CT_EffectReference.html +6 -13
  99. data/rdoc/RubyXL/CT_EffectStyleItem.html +6 -13
  100. data/rdoc/RubyXL/CT_EffectStyleList.html +6 -13
  101. data/rdoc/RubyXL/CT_EmbeddedWAVAudioFile.html +6 -13
  102. data/rdoc/RubyXL/CT_FillEffect.html +6 -13
  103. data/rdoc/RubyXL/CT_FillOverlayEffect.html +6 -13
  104. data/rdoc/RubyXL/CT_FillStyleList.html +6 -13
  105. data/rdoc/RubyXL/CT_FlatText.html +6 -13
  106. data/rdoc/RubyXL/CT_FontCollection.html +6 -13
  107. data/rdoc/RubyXL/CT_FontReference.html +6 -13
  108. data/rdoc/RubyXL/CT_GeomGuideList.html +6 -13
  109. data/rdoc/RubyXL/CT_GlowEffect.html +6 -13
  110. data/rdoc/RubyXL/CT_GradientFillProperties.html +6 -13
  111. data/rdoc/RubyXL/CT_GradientStop.html +6 -13
  112. data/rdoc/RubyXL/CT_GradientStopList.html +6 -13
  113. data/rdoc/RubyXL/CT_HSLEffect.html +6 -13
  114. data/rdoc/RubyXL/CT_HslColor.html +6 -13
  115. data/rdoc/RubyXL/CT_Hyperlink.html +6 -13
  116. data/rdoc/RubyXL/CT_InnerShadowEffect.html +6 -13
  117. data/rdoc/RubyXL/CT_LightRig.html +6 -13
  118. data/rdoc/RubyXL/CT_LineEndProperties.html +6 -13
  119. data/rdoc/RubyXL/CT_LineJoinMiterProperties.html +6 -13
  120. data/rdoc/RubyXL/CT_LineProperties.html +6 -13
  121. data/rdoc/RubyXL/CT_LineStyleList.html +6 -13
  122. data/rdoc/RubyXL/CT_LinearShadeProperties.html +6 -13
  123. data/rdoc/RubyXL/CT_LuminanceEffect.html +6 -13
  124. data/rdoc/RubyXL/CT_ObjectStyleDefaults.html +6 -13
  125. data/rdoc/RubyXL/CT_OuterShadowEffect.html +6 -13
  126. data/rdoc/RubyXL/CT_Path2D.html +6 -13
  127. data/rdoc/RubyXL/CT_Path2DArcTo.html +6 -13
  128. data/rdoc/RubyXL/CT_Path2DCubicBezierTo.html +6 -13
  129. data/rdoc/RubyXL/CT_Path2DList.html +6 -13
  130. data/rdoc/RubyXL/CT_Path2DQuadBezierTo.html +6 -13
  131. data/rdoc/RubyXL/CT_Path2DTo.html +6 -13
  132. data/rdoc/RubyXL/CT_PathShadeProperties.html +6 -13
  133. data/rdoc/RubyXL/CT_PatternFillProperties.html +6 -13
  134. data/rdoc/RubyXL/CT_Point3D.html +6 -13
  135. data/rdoc/RubyXL/CT_PolarAdjustHandle.html +6 -13
  136. data/rdoc/RubyXL/CT_PresetColor.html +6 -13
  137. data/rdoc/RubyXL/CT_PresetLineDashProperties.html +6 -13
  138. data/rdoc/RubyXL/CT_PresetShadowEffect.html +6 -13
  139. data/rdoc/RubyXL/CT_PresetTextShape.html +6 -13
  140. data/rdoc/RubyXL/CT_ReflectionEffect.html +6 -13
  141. data/rdoc/RubyXL/CT_RelativeOffsetEffect.html +6 -13
  142. data/rdoc/RubyXL/CT_RelativeRect.html +6 -13
  143. data/rdoc/RubyXL/CT_SRgbColor.html +6 -13
  144. data/rdoc/RubyXL/CT_ScRgbColor.html +6 -13
  145. data/rdoc/RubyXL/CT_Scene3D.html +6 -13
  146. data/rdoc/RubyXL/CT_SchemeColor.html +6 -13
  147. data/rdoc/RubyXL/CT_Shape3D.html +6 -13
  148. data/rdoc/RubyXL/CT_ShapeStyle.html +6 -13
  149. data/rdoc/RubyXL/CT_SoftEdgesEffect.html +6 -13
  150. data/rdoc/RubyXL/CT_SphereCoords.html +6 -13
  151. data/rdoc/RubyXL/CT_StretchInfoProperties.html +6 -13
  152. data/rdoc/RubyXL/CT_StyleMatrix.html +6 -13
  153. data/rdoc/RubyXL/CT_StyleMatrixReference.html +6 -13
  154. data/rdoc/RubyXL/CT_SupplementalFont.html +6 -13
  155. data/rdoc/RubyXL/CT_SystemColor.html +6 -13
  156. data/rdoc/RubyXL/CT_TextAutonumberBullet.html +6 -13
  157. data/rdoc/RubyXL/CT_TextBlipBullet.html +6 -13
  158. data/rdoc/RubyXL/CT_TextCharBullet.html +6 -13
  159. data/rdoc/RubyXL/CT_TextCharacterProperties.html +6 -13
  160. data/rdoc/RubyXL/CT_TextFont.html +6 -13
  161. data/rdoc/RubyXL/CT_TextListStyle.html +6 -13
  162. data/rdoc/RubyXL/CT_TextNormalAutofit.html +6 -13
  163. data/rdoc/RubyXL/CT_TextParagraphProperties.html +6 -13
  164. data/rdoc/RubyXL/CT_TextSpacing.html +6 -13
  165. data/rdoc/RubyXL/CT_TextTabStop.html +6 -13
  166. data/rdoc/RubyXL/CT_TextTabStopList.html +6 -13
  167. data/rdoc/RubyXL/CT_TileInfoProperties.html +6 -13
  168. data/rdoc/RubyXL/CT_TintEffect.html +6 -13
  169. data/rdoc/RubyXL/CT_Transform2D.html +6 -13
  170. data/rdoc/RubyXL/CT_TransformEffect.html +6 -13
  171. data/rdoc/RubyXL/CT_Vector3D.html +6 -13
  172. data/rdoc/RubyXL/CT_XYAdjustHandle.html +6 -13
  173. data/rdoc/RubyXL/CalculationChain.html +15 -42
  174. data/rdoc/RubyXL/CalculationChainCell.html +6 -13
  175. data/rdoc/RubyXL/CalculationProperties.html +6 -13
  176. data/rdoc/RubyXL/Cell.html +116 -290
  177. data/rdoc/RubyXL/CellConvenienceMethods.html +318 -641
  178. data/rdoc/RubyXL/CellExt.html +6 -13
  179. data/rdoc/RubyXL/CellSmartTag.html +6 -13
  180. data/rdoc/RubyXL/CellSmartTagProperty.html +6 -13
  181. data/rdoc/RubyXL/CellSmartTags.html +6 -13
  182. data/rdoc/RubyXL/CellStyle.html +6 -13
  183. data/rdoc/RubyXL/CellStyleXFs.html +16 -35
  184. data/rdoc/RubyXL/CellStyles.html +16 -35
  185. data/rdoc/RubyXL/CellValue.html +16 -35
  186. data/rdoc/RubyXL/CellWatch.html +6 -13
  187. data/rdoc/RubyXL/CellWatches.html +6 -13
  188. data/rdoc/RubyXL/CellXFs.html +18 -40
  189. data/rdoc/RubyXL/ChartColorsFile.html +6 -21
  190. data/rdoc/RubyXL/ChartFile.html +18 -48
  191. data/rdoc/RubyXL/ChartStyleFile.html +6 -21
  192. data/rdoc/RubyXL/ChartUserShapesFile.html +6 -21
  193. data/rdoc/RubyXL/Chartsheet.html +18 -65
  194. data/rdoc/RubyXL/ChartsheetPageSetup.html +6 -13
  195. data/rdoc/RubyXL/ChartsheetProperties.html +6 -13
  196. data/rdoc/RubyXL/ChartsheetProtection.html +6 -13
  197. data/rdoc/RubyXL/ChartsheetView.html +6 -13
  198. data/rdoc/RubyXL/ChartsheetViews.html +6 -13
  199. data/rdoc/RubyXL/Color.html +17 -41
  200. data/rdoc/RubyXL/ColorConvenienceClasses/HlsColor.html +25 -69
  201. data/rdoc/RubyXL/ColorConvenienceClasses/RgbColor.html +36 -92
  202. data/rdoc/RubyXL/ColorConvenienceClasses.html +4 -10
  203. data/rdoc/RubyXL/ColorConvenienceMethods.html +14 -32
  204. data/rdoc/RubyXL/ColorFilter.html +6 -13
  205. data/rdoc/RubyXL/ColorScale.html +6 -13
  206. data/rdoc/RubyXL/ColorSet.html +6 -13
  207. data/rdoc/RubyXL/Colors.html +6 -13
  208. data/rdoc/RubyXL/ColumnRange.html +66 -81
  209. data/rdoc/RubyXL/ColumnRanges.html +43 -95
  210. data/rdoc/RubyXL/Comment.html +6 -13
  211. data/rdoc/RubyXL/CommentList.html +6 -13
  212. data/rdoc/RubyXL/CommentsFile.html +16 -48
  213. data/rdoc/RubyXL/ConditionalFormatValue.html +6 -13
  214. data/rdoc/RubyXL/ConditionalFormatting.html +6 -13
  215. data/rdoc/RubyXL/ConditionalFormattingRule.html +6 -13
  216. data/rdoc/RubyXL/Connection.html +6 -13
  217. data/rdoc/RubyXL/ConnectionTable.html +6 -13
  218. data/rdoc/RubyXL/ConnectionTables.html +6 -13
  219. data/rdoc/RubyXL/ConnectionTextField.html +6 -13
  220. data/rdoc/RubyXL/ConnectionTextFields.html +6 -13
  221. data/rdoc/RubyXL/Connections.html +15 -42
  222. data/rdoc/RubyXL/ContentTypeDefault.html +6 -13
  223. data/rdoc/RubyXL/ContentTypeOverride.html +6 -13
  224. data/rdoc/RubyXL/ContentTypes.html +25 -63
  225. data/rdoc/RubyXL/ControlPropertiesFile.html +8 -18
  226. data/rdoc/RubyXL/CorePropertiesFile.html +72 -192
  227. data/rdoc/RubyXL/CustomColor.html +6 -13
  228. data/rdoc/RubyXL/CustomColorList.html +6 -13
  229. data/rdoc/RubyXL/CustomFilter.html +6 -13
  230. data/rdoc/RubyXL/CustomFilters.html +6 -13
  231. data/rdoc/RubyXL/CustomGeometry.html +6 -13
  232. data/rdoc/RubyXL/CustomProperties.html +6 -13
  233. data/rdoc/RubyXL/CustomPropertiesFile.html +6 -21
  234. data/rdoc/RubyXL/CustomProperty.html +6 -13
  235. data/rdoc/RubyXL/CustomPropertyFile.html +6 -21
  236. data/rdoc/RubyXL/CustomSheetView.html +6 -13
  237. data/rdoc/RubyXL/CustomSheetViews.html +6 -13
  238. data/rdoc/RubyXL/CustomWorkbookView.html +6 -13
  239. data/rdoc/RubyXL/CustomWorkbookViews.html +6 -13
  240. data/rdoc/RubyXL/CustomXMLFile.html +6 -18
  241. data/rdoc/RubyXL/DXF.html +6 -13
  242. data/rdoc/RubyXL/DXFs.html +6 -13
  243. data/rdoc/RubyXL/DataBar.html +6 -13
  244. data/rdoc/RubyXL/DataConsolidate.html +6 -13
  245. data/rdoc/RubyXL/DataConsolidationReference.html +6 -13
  246. data/rdoc/RubyXL/DataConsolidationReferences.html +6 -13
  247. data/rdoc/RubyXL/DataType.html +4 -33
  248. data/rdoc/RubyXL/DataValidation.html +6 -13
  249. data/rdoc/RubyXL/DataValidations.html +6 -13
  250. data/rdoc/RubyXL/DateGroupItem.html +6 -13
  251. data/rdoc/RubyXL/DefinedName.html +6 -13
  252. data/rdoc/RubyXL/DefinedNameExt.html +6 -13
  253. data/rdoc/RubyXL/DefinedNames.html +6 -13
  254. data/rdoc/RubyXL/DefinedNamesExt.html +6 -13
  255. data/rdoc/RubyXL/DocumentPropertiesFile.html +23 -65
  256. data/rdoc/RubyXL/DrawingFile.html +18 -48
  257. data/rdoc/RubyXL/DynamicFilter.html +6 -13
  258. data/rdoc/RubyXL/EmbeddedControl.html +6 -13
  259. data/rdoc/RubyXL/EmbeddedControls.html +6 -13
  260. data/rdoc/RubyXL/Extension.html +6 -13
  261. data/rdoc/RubyXL/ExtensionStorageArea.html +6 -13
  262. data/rdoc/RubyXL/Extents.html +6 -13
  263. data/rdoc/RubyXL/ExternalBook.html +6 -13
  264. data/rdoc/RubyXL/ExternalLinksFile.html +18 -48
  265. data/rdoc/RubyXL/ExternalReference.html +6 -13
  266. data/rdoc/RubyXL/ExternalReferences.html +6 -13
  267. data/rdoc/RubyXL/ExtraColorSchemeList.html +6 -13
  268. data/rdoc/RubyXL/FieldItem.html +6 -13
  269. data/rdoc/RubyXL/FileRecoveryProperties.html +6 -13
  270. data/rdoc/RubyXL/FileSharing.html +6 -13
  271. data/rdoc/RubyXL/FileVersion.html +6 -13
  272. data/rdoc/RubyXL/Fill.html +16 -35
  273. data/rdoc/RubyXL/Fills.html +16 -35
  274. data/rdoc/RubyXL/FilterContainer.html +6 -13
  275. data/rdoc/RubyXL/FloatNode.html +6 -13
  276. data/rdoc/RubyXL/FloatValue.html +6 -13
  277. data/rdoc/RubyXL/Font.html +18 -42
  278. data/rdoc/RubyXL/FontConvenienceMethods.html +92 -253
  279. data/rdoc/RubyXL/FontScheme.html +6 -13
  280. data/rdoc/RubyXL/Fonts.html +16 -35
  281. data/rdoc/RubyXL/Formula.html +6 -13
  282. data/rdoc/RubyXL/FunctionGroup.html +6 -13
  283. data/rdoc/RubyXL/FunctionGroups.html +6 -13
  284. data/rdoc/RubyXL/GenericStorageObject.html +32 -90
  285. data/rdoc/RubyXL/GradientFill.html +6 -13
  286. data/rdoc/RubyXL/HeaderFooterSettings.html +6 -13
  287. data/rdoc/RubyXL/Hyperlink.html +6 -13
  288. data/rdoc/RubyXL/HyperlinkRelFile.html +6 -18
  289. data/rdoc/RubyXL/Hyperlinks.html +6 -13
  290. data/rdoc/RubyXL/IconFilter.html +6 -13
  291. data/rdoc/RubyXL/IconSet.html +6 -13
  292. data/rdoc/RubyXL/IgnoredError.html +6 -13
  293. data/rdoc/RubyXL/IgnoredErrors.html +6 -13
  294. data/rdoc/RubyXL/IndexedColors.html +6 -13
  295. data/rdoc/RubyXL/InputCells.html +6 -13
  296. data/rdoc/RubyXL/IntegerNode.html +6 -13
  297. data/rdoc/RubyXL/IntegerValue.html +6 -13
  298. data/rdoc/RubyXL/LegacyCell.html +14 -32
  299. data/rdoc/RubyXL/LegacyWorksheet.html +64 -116
  300. data/rdoc/RubyXL/MRUColors.html +6 -13
  301. data/rdoc/RubyXL/MacrosFile.html +6 -21
  302. data/rdoc/RubyXL/MergedCell.html +6 -13
  303. data/rdoc/RubyXL/MergedCells.html +6 -13
  304. data/rdoc/RubyXL/NumFmt.html +6 -13
  305. data/rdoc/RubyXL/NumberFormat.html +17 -36
  306. data/rdoc/RubyXL/NumberFormats.html +16 -40
  307. data/rdoc/RubyXL/OLEObject.html +6 -13
  308. data/rdoc/RubyXL/OLEObjectFile.html +6 -21
  309. data/rdoc/RubyXL/OLEObjects.html +6 -13
  310. data/rdoc/RubyXL/OLESize.html +6 -13
  311. data/rdoc/RubyXL/OOXMLContainerObject.html +57 -140
  312. data/rdoc/RubyXL/OOXMLIgnored.html +24 -55
  313. data/rdoc/RubyXL/OOXMLObject.html +9 -19
  314. data/rdoc/RubyXL/OOXMLObjectClassMethods.html +80 -115
  315. data/rdoc/RubyXL/OOXMLObjectInstanceMethods.html +79 -185
  316. data/rdoc/RubyXL/OOXMLRelationshipsFile.html +86 -223
  317. data/rdoc/RubyXL/OOXMLTopLevelObject.html +46 -123
  318. data/rdoc/RubyXL/OdbcOleDbProperties.html +6 -13
  319. data/rdoc/RubyXL/Offset.html +6 -13
  320. data/rdoc/RubyXL/OlapProperties.html +6 -13
  321. data/rdoc/RubyXL/OleItem.html +99 -0
  322. data/rdoc/RubyXL/OleItems.html +99 -0
  323. data/rdoc/RubyXL/OleLink.html +99 -0
  324. data/rdoc/RubyXL/OutlineProperties.html +6 -13
  325. data/rdoc/RubyXL/PageMargins.html +6 -13
  326. data/rdoc/RubyXL/PageSetup.html +6 -13
  327. data/rdoc/RubyXL/PageSetupProperties.html +6 -13
  328. data/rdoc/RubyXL/Pane.html +6 -13
  329. data/rdoc/RubyXL/Parser.html +24 -54
  330. data/rdoc/RubyXL/PatternFill.html +6 -13
  331. data/rdoc/RubyXL/PersonMetadata.html +108 -0
  332. data/rdoc/RubyXL/PhoneticProperties.html +6 -13
  333. data/rdoc/RubyXL/PhoneticRun.html +6 -13
  334. data/rdoc/RubyXL/PivotArea.html +6 -13
  335. data/rdoc/RubyXL/PivotCache.html +6 -13
  336. data/rdoc/RubyXL/PivotCacheDefinitionFile.html +8 -26
  337. data/rdoc/RubyXL/PivotCacheRecordsFile.html +6 -21
  338. data/rdoc/RubyXL/PivotCaches.html +6 -13
  339. data/rdoc/RubyXL/PivotReference.html +6 -13
  340. data/rdoc/RubyXL/PivotReferences.html +6 -13
  341. data/rdoc/RubyXL/PivotTableFile.html +8 -26
  342. data/rdoc/RubyXL/PivotTableSelection.html +6 -13
  343. data/rdoc/RubyXL/PresetGeometry.html +6 -13
  344. data/rdoc/RubyXL/PrintOptions.html +6 -13
  345. data/rdoc/RubyXL/PrinterSettingsFile.html +6 -21
  346. data/rdoc/RubyXL/ProtectedRange.html +6 -13
  347. data/rdoc/RubyXL/ProtectedRanges.html +6 -13
  348. data/rdoc/RubyXL/Protection.html +6 -13
  349. data/rdoc/RubyXL/QueryParameter.html +6 -13
  350. data/rdoc/RubyXL/QueryParameters.html +6 -13
  351. data/rdoc/RubyXL/QueryTable.html +18 -48
  352. data/rdoc/RubyXL/QueryTableDeletedField.html +6 -13
  353. data/rdoc/RubyXL/QueryTableDeletedFields.html +6 -13
  354. data/rdoc/RubyXL/QueryTableField.html +6 -13
  355. data/rdoc/RubyXL/QueryTableFields.html +6 -13
  356. data/rdoc/RubyXL/QueryTableRefresh.html +6 -13
  357. data/rdoc/RubyXL/RID.html +6 -13
  358. data/rdoc/RubyXL/RawOOXML.html +24 -60
  359. data/rdoc/RubyXL/Reference.html +137 -263
  360. data/rdoc/RubyXL/Relationship.html +6 -13
  361. data/rdoc/RubyXL/RelationshipSupport/ClassMehods.html +14 -32
  362. data/rdoc/RubyXL/RelationshipSupport.html +52 -137
  363. data/rdoc/RubyXL/RevisionPointer.html +6 -13
  364. data/rdoc/RubyXL/RichText.html +19 -37
  365. data/rdoc/RubyXL/RichTextRun.html +16 -35
  366. data/rdoc/RubyXL/Row.html +63 -180
  367. data/rdoc/RubyXL/RowExt.html +6 -13
  368. data/rdoc/RubyXL/RunProperties.html +6 -13
  369. data/rdoc/RubyXL/Scenario.html +6 -13
  370. data/rdoc/RubyXL/Scenarios.html +6 -13
  371. data/rdoc/RubyXL/Selection.html +16 -35
  372. data/rdoc/RubyXL/ShapeGuide.html +6 -13
  373. data/rdoc/RubyXL/ShapeTextRectangle.html +6 -13
  374. data/rdoc/RubyXL/SharedStringsTable.html +60 -156
  375. data/rdoc/RubyXL/Sheet.html +6 -13
  376. data/rdoc/RubyXL/SheetCalculationProperties.html +6 -13
  377. data/rdoc/RubyXL/SheetData.html +21 -51
  378. data/rdoc/RubyXL/SheetDataExt.html +6 -13
  379. data/rdoc/RubyXL/SheetDataSet.html +6 -13
  380. data/rdoc/RubyXL/SheetMetadata.html +108 -0
  381. data/rdoc/RubyXL/SheetName.html +6 -13
  382. data/rdoc/RubyXL/SheetNames.html +6 -13
  383. data/rdoc/RubyXL/Sheets.html +6 -13
  384. data/rdoc/RubyXL/SlicerCacheFile.html +6 -21
  385. data/rdoc/RubyXL/SlicerFile.html +6 -21
  386. data/rdoc/RubyXL/SmartTagProperties.html +6 -13
  387. data/rdoc/RubyXL/SmartTagType.html +6 -13
  388. data/rdoc/RubyXL/SmartTagTypes.html +6 -13
  389. data/rdoc/RubyXL/SmartTags.html +6 -13
  390. data/rdoc/RubyXL/SortCondition.html +6 -13
  391. data/rdoc/RubyXL/SortState.html +6 -13
  392. data/rdoc/RubyXL/Sqref.html +25 -56
  393. data/rdoc/RubyXL/Stop.html +6 -13
  394. data/rdoc/RubyXL/StringNode.html +6 -13
  395. data/rdoc/RubyXL/StringNodeW3C.html +24 -55
  396. data/rdoc/RubyXL/StringValue.html +6 -13
  397. data/rdoc/RubyXL/Stylesheet.html +45 -118
  398. data/rdoc/RubyXL/TableFile.html +6 -21
  399. data/rdoc/RubyXL/TableParts.html +6 -13
  400. data/rdoc/RubyXL/TableStyle.html +6 -13
  401. data/rdoc/RubyXL/TableStyles.html +6 -13
  402. data/rdoc/RubyXL/Text.html +25 -63
  403. data/rdoc/RubyXL/TextImportSettings.html +6 -13
  404. data/rdoc/RubyXL/Theme.html +46 -96
  405. data/rdoc/RubyXL/ThemeElements.html +6 -13
  406. data/rdoc/RubyXL/ThumbnailFile.html +6 -21
  407. data/rdoc/RubyXL/Top10.html +6 -13
  408. data/rdoc/RubyXL/VMLDrawingFile.html +9 -27
  409. data/rdoc/RubyXL/Variant.html +6 -13
  410. data/rdoc/RubyXL/Vector.html +16 -35
  411. data/rdoc/RubyXL/VectorValue.html +6 -13
  412. data/rdoc/RubyXL/VisualProperties.html +6 -13
  413. data/rdoc/RubyXL/WebPublishObject.html +6 -13
  414. data/rdoc/RubyXL/WebPublishObjects.html +6 -13
  415. data/rdoc/RubyXL/WebPublishingItem.html +6 -13
  416. data/rdoc/RubyXL/WebPublishingItems.html +6 -13
  417. data/rdoc/RubyXL/WebPublishingProperties.html +6 -13
  418. data/rdoc/RubyXL/WebQueryProperties.html +6 -13
  419. data/rdoc/RubyXL/Workbook.html +222 -583
  420. data/rdoc/RubyXL/WorkbookConvenienceMethods.html +170 -309
  421. data/rdoc/RubyXL/WorkbookProperties.html +6 -13
  422. data/rdoc/RubyXL/WorkbookProtection.html +6 -13
  423. data/rdoc/RubyXL/WorkbookRoot.html +47 -125
  424. data/rdoc/RubyXL/WorkbookView.html +6 -13
  425. data/rdoc/RubyXL/WorkbookViews.html +6 -13
  426. data/rdoc/RubyXL/Worksheet.html +79 -160
  427. data/rdoc/RubyXL/WorksheetConvenienceMethods.html +605 -1269
  428. data/rdoc/RubyXL/WorksheetDimensions.html +6 -13
  429. data/rdoc/RubyXL/WorksheetFormatProperties.html +6 -13
  430. data/rdoc/RubyXL/WorksheetProperties.html +6 -13
  431. data/rdoc/RubyXL/WorksheetProtection.html +6 -13
  432. data/rdoc/RubyXL/WorksheetView.html +6 -13
  433. data/rdoc/RubyXL/WorksheetViews.html +6 -13
  434. data/rdoc/RubyXL/XF.html +6 -13
  435. data/rdoc/RubyXL.html +15 -324
  436. data/rdoc/created.rid +44 -44
  437. data/rdoc/css/rdoc.css +76 -8
  438. data/rdoc/fonts/SourceCodePro-Bold.ttf +0 -0
  439. data/rdoc/fonts/SourceCodePro-Regular.ttf +0 -0
  440. data/rdoc/index.html +397 -769
  441. data/rdoc/js/darkfish.js +14 -1
  442. data/rdoc/js/navigation.js +8 -8
  443. data/rdoc/js/navigation.js.gz +0 -0
  444. data/rdoc/js/search.js +4 -4
  445. data/rdoc/js/search_index.js +1 -1
  446. data/rdoc/js/search_index.js.gz +0 -0
  447. data/rdoc/js/searcher.js.gz +0 -0
  448. data/rdoc/table_of_contents.html +68 -5
  449. data/rubyXL.gemspec +28 -29
  450. data/spec/lib/cell_spec.rb +67 -9
  451. data/spec/lib/color_spec.rb +8 -1
  452. data/spec/lib/parser_spec.rb +28 -28
  453. data/spec/lib/reference_spec.rb +41 -5
  454. data/spec/lib/rgb_color_spec.rb +16 -3
  455. data/spec/lib/stylesheet_spec.rb +10 -11
  456. data/spec/lib/text_spec.rb +4 -6
  457. data/spec/lib/workbook_spec.rb +20 -8
  458. data/spec/lib/worksheet_spec.rb +815 -460
  459. data/spec/spec_helper.rb +2 -0
  460. data/test/test_parse_write.rb +3 -3
  461. metadata +26 -6
  462. data/Gemfile.lock +0 -92
data/rdoc/index.html CHANGED
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8">
6
6
 
7
- <title>rubyXL 3.4.14</title>
7
+ <title>rubyXL 3.4.33</title>
8
8
 
9
9
  <script type="text/javascript">
10
10
  var rdoc_rel_prefix = "./";
@@ -21,7 +21,6 @@
21
21
  <link href="./css/rdoc.css" rel="stylesheet">
22
22
 
23
23
 
24
-
25
24
  <body id="top" role="document" class="file">
26
25
  <nav role="navigation">
27
26
  <div id="project-navigation">
@@ -43,7 +42,7 @@
43
42
  <div id="search-field-wrapper">
44
43
  <input id="search-field" role="combobox" aria-label="Search"
45
44
  aria-autocomplete="list" aria-controls="search-results"
46
- type="text" name="search" placeholder="Search" spellcheck="false"
45
+ type="text" name="search" placeholder="Search (/) for a class, method, ..." spellcheck="false"
47
46
  title="Type to search, Up and Down to navigate, Enter to load">
48
47
  </div>
49
48
 
@@ -56,13 +55,12 @@
56
55
  </div>
57
56
 
58
57
  <div id="project-metadata">
59
- <div id="fileindex-section" class="nav-section">
58
+
59
+ <div id="fileindex-section" class="nav-section">
60
60
  <h3>Pages</h3>
61
61
 
62
62
  <ul class="link-list">
63
-
64
63
  <li><a href="./README_rdoc.html">README</a>
65
-
66
64
  </ul>
67
65
  </div>
68
66
 
@@ -70,780 +68,410 @@
70
68
  <h3>Class and Module Index</h3>
71
69
 
72
70
  <ul class="link-list">
73
-
74
- <li><a href="./RubyXL.html">RubyXL</a>
75
-
76
- <li><a href="./RubyXL/AExtension.html">RubyXL::AExtension</a>
77
-
78
- <li><a href="./RubyXL/AExtensionStorageArea.html">RubyXL::AExtensionStorageArea</a>
79
-
80
- <li><a href="./RubyXL/ActiveX.html">RubyXL::ActiveX</a>
81
-
82
- <li><a href="./RubyXL/ActiveXBinary.html">RubyXL::ActiveXBinary</a>
83
-
84
- <li><a href="./RubyXL/AdjustHandleList.html">RubyXL::AdjustHandleList</a>
85
-
86
- <li><a href="./RubyXL/Alignment.html">RubyXL::Alignment</a>
87
-
88
- <li><a href="./RubyXL/AlternateContent.html">RubyXL::AlternateContent</a>
89
-
90
- <li><a href="./RubyXL/Authors.html">RubyXL::Authors</a>
91
-
92
- <li><a href="./RubyXL/AutoFilter.html">RubyXL::AutoFilter</a>
93
-
94
- <li><a href="./RubyXL/AutoFilterColumn.html">RubyXL::AutoFilterColumn</a>
95
-
96
- <li><a href="./RubyXL/BinaryImageFile.html">RubyXL::BinaryImageFile</a>
97
-
98
- <li><a href="./RubyXL/BodyProperties.html">RubyXL::BodyProperties</a>
99
-
100
- <li><a href="./RubyXL/BooleanNode.html">RubyXL::BooleanNode</a>
101
-
102
- <li><a href="./RubyXL/BooleanValue.html">RubyXL::BooleanValue</a>
103
-
104
- <li><a href="./RubyXL/Border.html">RubyXL::Border</a>
105
-
106
- <li><a href="./RubyXL/BorderEdge.html">RubyXL::BorderEdge</a>
107
-
108
- <li><a href="./RubyXL/Borders.html">RubyXL::Borders</a>
109
-
110
- <li><a href="./RubyXL/Break.html">RubyXL::Break</a>
111
-
112
- <li><a href="./RubyXL/BreakList.html">RubyXL::BreakList</a>
113
-
114
- <li><a href="./RubyXL/CT_AdjPoint2D.html">RubyXL::CT_AdjPoint2D</a>
115
-
116
- <li><a href="./RubyXL/CT_AlphaBiLevelEffect.html">RubyXL::CT_AlphaBiLevelEffect</a>
117
-
118
- <li><a href="./RubyXL/CT_AlphaModulateEffect.html">RubyXL::CT_AlphaModulateEffect</a>
119
-
120
- <li><a href="./RubyXL/CT_AlphaModulateFixedEffect.html">RubyXL::CT_AlphaModulateFixedEffect</a>
121
-
122
- <li><a href="./RubyXL/CT_AlphaOutsetEffect.html">RubyXL::CT_AlphaOutsetEffect</a>
123
-
124
- <li><a href="./RubyXL/CT_AlphaReplaceEffect.html">RubyXL::CT_AlphaReplaceEffect</a>
125
-
126
- <li><a href="./RubyXL/CT_Backdrop.html">RubyXL::CT_Backdrop</a>
127
-
128
- <li><a href="./RubyXL/CT_Bevel.html">RubyXL::CT_Bevel</a>
129
-
130
- <li><a href="./RubyXL/CT_BiLevelEffect.html">RubyXL::CT_BiLevelEffect</a>
131
-
132
- <li><a href="./RubyXL/CT_BlendEffect.html">RubyXL::CT_BlendEffect</a>
133
-
134
- <li><a href="./RubyXL/CT_Blip.html">RubyXL::CT_Blip</a>
135
-
136
- <li><a href="./RubyXL/CT_BlipFillProperties.html">RubyXL::CT_BlipFillProperties</a>
137
-
138
- <li><a href="./RubyXL/CT_BlurEffect.html">RubyXL::CT_BlurEffect</a>
139
-
140
- <li><a href="./RubyXL/CT_Camera.html">RubyXL::CT_Camera</a>
141
-
142
- <li><a href="./RubyXL/CT_Color.html">RubyXL::CT_Color</a>
143
-
144
- <li><a href="./RubyXL/CT_ColorChangeEffect.html">RubyXL::CT_ColorChangeEffect</a>
145
-
146
- <li><a href="./RubyXL/CT_ColorMapping.html">RubyXL::CT_ColorMapping</a>
147
-
148
- <li><a href="./RubyXL/CT_ColorScheme.html">RubyXL::CT_ColorScheme</a>
149
-
150
- <li><a href="./RubyXL/CT_ColorSchemeAndMapping.html">RubyXL::CT_ColorSchemeAndMapping</a>
151
-
152
- <li><a href="./RubyXL/CT_ConnectionSite.html">RubyXL::CT_ConnectionSite</a>
153
-
154
- <li><a href="./RubyXL/CT_ConnectionSiteList.html">RubyXL::CT_ConnectionSiteList</a>
155
-
156
- <li><a href="./RubyXL/CT_DashStop.html">RubyXL::CT_DashStop</a>
157
-
158
- <li><a href="./RubyXL/CT_DashStopList.html">RubyXL::CT_DashStopList</a>
159
-
160
- <li><a href="./RubyXL/CT_DefaultShapeDefinition.html">RubyXL::CT_DefaultShapeDefinition</a>
161
-
162
- <li><a href="./RubyXL/CT_DuotoneEffect.html">RubyXL::CT_DuotoneEffect</a>
163
-
164
- <li><a href="./RubyXL/CT_EffectContainer.html">RubyXL::CT_EffectContainer</a>
165
-
166
- <li><a href="./RubyXL/CT_EffectList.html">RubyXL::CT_EffectList</a>
167
-
168
- <li><a href="./RubyXL/CT_EffectReference.html">RubyXL::CT_EffectReference</a>
169
-
170
- <li><a href="./RubyXL/CT_EffectStyleItem.html">RubyXL::CT_EffectStyleItem</a>
171
-
172
- <li><a href="./RubyXL/CT_EffectStyleList.html">RubyXL::CT_EffectStyleList</a>
173
-
174
- <li><a href="./RubyXL/CT_EmbeddedWAVAudioFile.html">RubyXL::CT_EmbeddedWAVAudioFile</a>
175
-
176
- <li><a href="./RubyXL/CT_FillEffect.html">RubyXL::CT_FillEffect</a>
177
-
178
- <li><a href="./RubyXL/CT_FillOverlayEffect.html">RubyXL::CT_FillOverlayEffect</a>
179
-
180
- <li><a href="./RubyXL/CT_FillStyleList.html">RubyXL::CT_FillStyleList</a>
181
-
182
- <li><a href="./RubyXL/CT_FlatText.html">RubyXL::CT_FlatText</a>
183
-
184
- <li><a href="./RubyXL/CT_FontCollection.html">RubyXL::CT_FontCollection</a>
185
-
186
- <li><a href="./RubyXL/CT_FontReference.html">RubyXL::CT_FontReference</a>
187
-
188
- <li><a href="./RubyXL/CT_GeomGuideList.html">RubyXL::CT_GeomGuideList</a>
189
-
190
- <li><a href="./RubyXL/CT_GlowEffect.html">RubyXL::CT_GlowEffect</a>
191
-
192
- <li><a href="./RubyXL/CT_GradientFillProperties.html">RubyXL::CT_GradientFillProperties</a>
193
-
194
- <li><a href="./RubyXL/CT_GradientStop.html">RubyXL::CT_GradientStop</a>
195
-
196
- <li><a href="./RubyXL/CT_GradientStopList.html">RubyXL::CT_GradientStopList</a>
197
-
198
- <li><a href="./RubyXL/CT_HSLEffect.html">RubyXL::CT_HSLEffect</a>
199
-
200
- <li><a href="./RubyXL/CT_HslColor.html">RubyXL::CT_HslColor</a>
201
-
202
- <li><a href="./RubyXL/CT_Hyperlink.html">RubyXL::CT_Hyperlink</a>
203
-
204
- <li><a href="./RubyXL/CT_InnerShadowEffect.html">RubyXL::CT_InnerShadowEffect</a>
205
-
206
- <li><a href="./RubyXL/CT_LightRig.html">RubyXL::CT_LightRig</a>
207
-
208
- <li><a href="./RubyXL/CT_LineEndProperties.html">RubyXL::CT_LineEndProperties</a>
209
-
210
- <li><a href="./RubyXL/CT_LineJoinMiterProperties.html">RubyXL::CT_LineJoinMiterProperties</a>
211
-
212
- <li><a href="./RubyXL/CT_LineProperties.html">RubyXL::CT_LineProperties</a>
213
-
214
- <li><a href="./RubyXL/CT_LineStyleList.html">RubyXL::CT_LineStyleList</a>
215
-
216
- <li><a href="./RubyXL/CT_LinearShadeProperties.html">RubyXL::CT_LinearShadeProperties</a>
217
-
218
- <li><a href="./RubyXL/CT_LuminanceEffect.html">RubyXL::CT_LuminanceEffect</a>
219
-
220
- <li><a href="./RubyXL/CT_ObjectStyleDefaults.html">RubyXL::CT_ObjectStyleDefaults</a>
221
-
222
- <li><a href="./RubyXL/CT_OuterShadowEffect.html">RubyXL::CT_OuterShadowEffect</a>
223
-
224
- <li><a href="./RubyXL/CT_Path2D.html">RubyXL::CT_Path2D</a>
225
-
226
- <li><a href="./RubyXL/CT_Path2DArcTo.html">RubyXL::CT_Path2DArcTo</a>
227
-
228
- <li><a href="./RubyXL/CT_Path2DCubicBezierTo.html">RubyXL::CT_Path2DCubicBezierTo</a>
229
-
230
- <li><a href="./RubyXL/CT_Path2DList.html">RubyXL::CT_Path2DList</a>
231
-
232
- <li><a href="./RubyXL/CT_Path2DQuadBezierTo.html">RubyXL::CT_Path2DQuadBezierTo</a>
233
-
234
- <li><a href="./RubyXL/CT_Path2DTo.html">RubyXL::CT_Path2DTo</a>
235
-
236
- <li><a href="./RubyXL/CT_PathShadeProperties.html">RubyXL::CT_PathShadeProperties</a>
237
-
238
- <li><a href="./RubyXL/CT_PatternFillProperties.html">RubyXL::CT_PatternFillProperties</a>
239
-
240
- <li><a href="./RubyXL/CT_Point3D.html">RubyXL::CT_Point3D</a>
241
-
242
- <li><a href="./RubyXL/CT_PolarAdjustHandle.html">RubyXL::CT_PolarAdjustHandle</a>
243
-
244
- <li><a href="./RubyXL/CT_PresetColor.html">RubyXL::CT_PresetColor</a>
245
-
246
- <li><a href="./RubyXL/CT_PresetLineDashProperties.html">RubyXL::CT_PresetLineDashProperties</a>
247
-
248
- <li><a href="./RubyXL/CT_PresetShadowEffect.html">RubyXL::CT_PresetShadowEffect</a>
249
-
250
- <li><a href="./RubyXL/CT_PresetTextShape.html">RubyXL::CT_PresetTextShape</a>
251
-
252
- <li><a href="./RubyXL/CT_ReflectionEffect.html">RubyXL::CT_ReflectionEffect</a>
253
-
254
- <li><a href="./RubyXL/CT_RelativeOffsetEffect.html">RubyXL::CT_RelativeOffsetEffect</a>
255
-
256
- <li><a href="./RubyXL/CT_RelativeRect.html">RubyXL::CT_RelativeRect</a>
257
-
258
- <li><a href="./RubyXL/CT_SRgbColor.html">RubyXL::CT_SRgbColor</a>
259
-
260
- <li><a href="./RubyXL/CT_ScRgbColor.html">RubyXL::CT_ScRgbColor</a>
261
-
262
- <li><a href="./RubyXL/CT_Scene3D.html">RubyXL::CT_Scene3D</a>
263
-
264
- <li><a href="./RubyXL/CT_SchemeColor.html">RubyXL::CT_SchemeColor</a>
265
-
266
- <li><a href="./RubyXL/CT_Shape3D.html">RubyXL::CT_Shape3D</a>
267
-
268
- <li><a href="./RubyXL/CT_ShapeStyle.html">RubyXL::CT_ShapeStyle</a>
269
-
270
- <li><a href="./RubyXL/CT_SoftEdgesEffect.html">RubyXL::CT_SoftEdgesEffect</a>
271
-
272
- <li><a href="./RubyXL/CT_SphereCoords.html">RubyXL::CT_SphereCoords</a>
273
-
274
- <li><a href="./RubyXL/CT_StretchInfoProperties.html">RubyXL::CT_StretchInfoProperties</a>
275
-
276
- <li><a href="./RubyXL/CT_StyleMatrix.html">RubyXL::CT_StyleMatrix</a>
277
-
278
- <li><a href="./RubyXL/CT_StyleMatrixReference.html">RubyXL::CT_StyleMatrixReference</a>
279
-
280
- <li><a href="./RubyXL/CT_SupplementalFont.html">RubyXL::CT_SupplementalFont</a>
281
-
282
- <li><a href="./RubyXL/CT_SystemColor.html">RubyXL::CT_SystemColor</a>
283
-
284
- <li><a href="./RubyXL/CT_TextAutonumberBullet.html">RubyXL::CT_TextAutonumberBullet</a>
285
-
286
- <li><a href="./RubyXL/CT_TextBlipBullet.html">RubyXL::CT_TextBlipBullet</a>
287
-
288
- <li><a href="./RubyXL/CT_TextCharBullet.html">RubyXL::CT_TextCharBullet</a>
289
-
290
- <li><a href="./RubyXL/CT_TextCharacterProperties.html">RubyXL::CT_TextCharacterProperties</a>
291
-
292
- <li><a href="./RubyXL/CT_TextFont.html">RubyXL::CT_TextFont</a>
293
-
294
- <li><a href="./RubyXL/CT_TextListStyle.html">RubyXL::CT_TextListStyle</a>
295
-
296
- <li><a href="./RubyXL/CT_TextNormalAutofit.html">RubyXL::CT_TextNormalAutofit</a>
297
-
298
- <li><a href="./RubyXL/CT_TextParagraphProperties.html">RubyXL::CT_TextParagraphProperties</a>
299
-
300
- <li><a href="./RubyXL/CT_TextSpacing.html">RubyXL::CT_TextSpacing</a>
301
-
302
- <li><a href="./RubyXL/CT_TextTabStop.html">RubyXL::CT_TextTabStop</a>
303
-
304
- <li><a href="./RubyXL/CT_TextTabStopList.html">RubyXL::CT_TextTabStopList</a>
305
-
306
- <li><a href="./RubyXL/CT_TileInfoProperties.html">RubyXL::CT_TileInfoProperties</a>
307
-
308
- <li><a href="./RubyXL/CT_TintEffect.html">RubyXL::CT_TintEffect</a>
309
-
310
- <li><a href="./RubyXL/CT_Transform2D.html">RubyXL::CT_Transform2D</a>
311
-
312
- <li><a href="./RubyXL/CT_TransformEffect.html">RubyXL::CT_TransformEffect</a>
313
-
314
- <li><a href="./RubyXL/CT_Vector3D.html">RubyXL::CT_Vector3D</a>
315
-
316
- <li><a href="./RubyXL/CT_XYAdjustHandle.html">RubyXL::CT_XYAdjustHandle</a>
317
-
318
- <li><a href="./RubyXL/CalculationChain.html">RubyXL::CalculationChain</a>
319
-
320
- <li><a href="./RubyXL/CalculationChainCell.html">RubyXL::CalculationChainCell</a>
321
-
322
- <li><a href="./RubyXL/CalculationProperties.html">RubyXL::CalculationProperties</a>
323
-
324
- <li><a href="./RubyXL/Cell.html">RubyXL::Cell</a>
325
-
326
- <li><a href="./RubyXL/CellConvenienceMethods.html">RubyXL::CellConvenienceMethods</a>
327
-
328
- <li><a href="./RubyXL/CellExt.html">RubyXL::CellExt</a>
329
-
330
- <li><a href="./RubyXL/CellSmartTag.html">RubyXL::CellSmartTag</a>
331
-
332
- <li><a href="./RubyXL/CellSmartTagProperty.html">RubyXL::CellSmartTagProperty</a>
333
-
334
- <li><a href="./RubyXL/CellSmartTags.html">RubyXL::CellSmartTags</a>
335
-
336
- <li><a href="./RubyXL/CellStyle.html">RubyXL::CellStyle</a>
337
-
338
- <li><a href="./RubyXL/CellStyleXFs.html">RubyXL::CellStyleXFs</a>
339
-
340
- <li><a href="./RubyXL/CellStyles.html">RubyXL::CellStyles</a>
341
-
342
- <li><a href="./RubyXL/CellValue.html">RubyXL::CellValue</a>
343
-
344
- <li><a href="./RubyXL/CellWatch.html">RubyXL::CellWatch</a>
345
-
346
- <li><a href="./RubyXL/CellWatches.html">RubyXL::CellWatches</a>
347
-
348
- <li><a href="./RubyXL/CellXFs.html">RubyXL::CellXFs</a>
349
-
350
- <li><a href="./RubyXL/ChartColorsFile.html">RubyXL::ChartColorsFile</a>
351
-
352
- <li><a href="./RubyXL/ChartFile.html">RubyXL::ChartFile</a>
353
-
354
- <li><a href="./RubyXL/ChartStyleFile.html">RubyXL::ChartStyleFile</a>
355
-
356
- <li><a href="./RubyXL/ChartUserShapesFile.html">RubyXL::ChartUserShapesFile</a>
357
-
358
- <li><a href="./RubyXL/Chartsheet.html">RubyXL::Chartsheet</a>
359
-
360
- <li><a href="./RubyXL/ChartsheetPageSetup.html">RubyXL::ChartsheetPageSetup</a>
361
-
362
- <li><a href="./RubyXL/ChartsheetProperties.html">RubyXL::ChartsheetProperties</a>
363
-
364
- <li><a href="./RubyXL/ChartsheetProtection.html">RubyXL::ChartsheetProtection</a>
365
-
366
- <li><a href="./RubyXL/ChartsheetView.html">RubyXL::ChartsheetView</a>
367
-
368
- <li><a href="./RubyXL/ChartsheetViews.html">RubyXL::ChartsheetViews</a>
369
-
370
- <li><a href="./RubyXL/Color.html">RubyXL::Color</a>
371
-
372
- <li><a href="./RubyXL/ColorConvenienceClasses.html">RubyXL::ColorConvenienceClasses</a>
373
-
374
- <li><a href="./RubyXL/ColorConvenienceClasses/HlsColor.html">RubyXL::ColorConvenienceClasses::HlsColor</a>
375
-
376
- <li><a href="./RubyXL/ColorConvenienceClasses/RgbColor.html">RubyXL::ColorConvenienceClasses::RgbColor</a>
377
-
378
- <li><a href="./RubyXL/ColorConvenienceMethods.html">RubyXL::ColorConvenienceMethods</a>
379
-
380
- <li><a href="./RubyXL/ColorFilter.html">RubyXL::ColorFilter</a>
381
-
382
- <li><a href="./RubyXL/ColorScale.html">RubyXL::ColorScale</a>
383
-
384
- <li><a href="./RubyXL/ColorSet.html">RubyXL::ColorSet</a>
385
-
386
- <li><a href="./RubyXL/Colors.html">RubyXL::Colors</a>
387
-
388
- <li><a href="./RubyXL/ColumnRange.html">RubyXL::ColumnRange</a>
389
-
390
- <li><a href="./RubyXL/ColumnRanges.html">RubyXL::ColumnRanges</a>
391
-
392
- <li><a href="./RubyXL/Comment.html">RubyXL::Comment</a>
393
-
394
- <li><a href="./RubyXL/CommentList.html">RubyXL::CommentList</a>
395
-
396
- <li><a href="./RubyXL/CommentsFile.html">RubyXL::CommentsFile</a>
397
-
398
- <li><a href="./RubyXL/ConditionalFormatValue.html">RubyXL::ConditionalFormatValue</a>
399
-
400
- <li><a href="./RubyXL/ConditionalFormatting.html">RubyXL::ConditionalFormatting</a>
401
-
402
- <li><a href="./RubyXL/ConditionalFormattingRule.html">RubyXL::ConditionalFormattingRule</a>
403
-
404
- <li><a href="./RubyXL/Connection.html">RubyXL::Connection</a>
405
-
406
- <li><a href="./RubyXL/ConnectionTable.html">RubyXL::ConnectionTable</a>
407
-
408
- <li><a href="./RubyXL/ConnectionTables.html">RubyXL::ConnectionTables</a>
409
-
410
- <li><a href="./RubyXL/ConnectionTextField.html">RubyXL::ConnectionTextField</a>
411
-
412
- <li><a href="./RubyXL/ConnectionTextFields.html">RubyXL::ConnectionTextFields</a>
413
-
414
- <li><a href="./RubyXL/Connections.html">RubyXL::Connections</a>
415
-
416
- <li><a href="./RubyXL/ContentTypeDefault.html">RubyXL::ContentTypeDefault</a>
417
-
418
- <li><a href="./RubyXL/ContentTypeOverride.html">RubyXL::ContentTypeOverride</a>
419
-
420
- <li><a href="./RubyXL/ContentTypes.html">RubyXL::ContentTypes</a>
421
-
422
- <li><a href="./RubyXL/ControlPropertiesFile.html">RubyXL::ControlPropertiesFile</a>
423
-
424
- <li><a href="./RubyXL/CorePropertiesFile.html">RubyXL::CorePropertiesFile</a>
425
-
426
- <li><a href="./RubyXL/CustomColor.html">RubyXL::CustomColor</a>
427
-
428
- <li><a href="./RubyXL/CustomColorList.html">RubyXL::CustomColorList</a>
429
-
430
- <li><a href="./RubyXL/CustomFilter.html">RubyXL::CustomFilter</a>
431
-
432
- <li><a href="./RubyXL/CustomFilters.html">RubyXL::CustomFilters</a>
433
-
434
- <li><a href="./RubyXL/CustomGeometry.html">RubyXL::CustomGeometry</a>
435
-
436
- <li><a href="./RubyXL/CustomProperties.html">RubyXL::CustomProperties</a>
437
-
438
- <li><a href="./RubyXL/CustomPropertiesFile.html">RubyXL::CustomPropertiesFile</a>
439
-
440
- <li><a href="./RubyXL/CustomProperty.html">RubyXL::CustomProperty</a>
441
-
442
- <li><a href="./RubyXL/CustomPropertyFile.html">RubyXL::CustomPropertyFile</a>
443
-
444
- <li><a href="./RubyXL/CustomSheetView.html">RubyXL::CustomSheetView</a>
445
-
446
- <li><a href="./RubyXL/CustomSheetViews.html">RubyXL::CustomSheetViews</a>
447
-
448
- <li><a href="./RubyXL/CustomWorkbookView.html">RubyXL::CustomWorkbookView</a>
449
-
450
- <li><a href="./RubyXL/CustomWorkbookViews.html">RubyXL::CustomWorkbookViews</a>
451
-
452
- <li><a href="./RubyXL/CustomXMLFile.html">RubyXL::CustomXMLFile</a>
453
-
454
- <li><a href="./RubyXL/DXF.html">RubyXL::DXF</a>
455
-
456
- <li><a href="./RubyXL/DXFs.html">RubyXL::DXFs</a>
457
-
458
- <li><a href="./RubyXL/DataBar.html">RubyXL::DataBar</a>
459
-
460
- <li><a href="./RubyXL/DataConsolidate.html">RubyXL::DataConsolidate</a>
461
-
462
- <li><a href="./RubyXL/DataConsolidationReference.html">RubyXL::DataConsolidationReference</a>
463
-
464
- <li><a href="./RubyXL/DataConsolidationReferences.html">RubyXL::DataConsolidationReferences</a>
465
-
466
- <li><a href="./RubyXL/DataType.html">RubyXL::DataType</a>
467
-
468
- <li><a href="./RubyXL/DataValidation.html">RubyXL::DataValidation</a>
469
-
470
- <li><a href="./RubyXL/DataValidations.html">RubyXL::DataValidations</a>
471
-
472
- <li><a href="./RubyXL/DateGroupItem.html">RubyXL::DateGroupItem</a>
473
-
474
- <li><a href="./RubyXL/DefinedName.html">RubyXL::DefinedName</a>
475
-
476
- <li><a href="./RubyXL/DefinedNameExt.html">RubyXL::DefinedNameExt</a>
477
-
478
- <li><a href="./RubyXL/DefinedNames.html">RubyXL::DefinedNames</a>
479
-
480
- <li><a href="./RubyXL/DefinedNamesExt.html">RubyXL::DefinedNamesExt</a>
481
-
482
- <li><a href="./RubyXL/DocumentPropertiesFile.html">RubyXL::DocumentPropertiesFile</a>
483
-
484
- <li><a href="./RubyXL/DrawingFile.html">RubyXL::DrawingFile</a>
485
-
486
- <li><a href="./RubyXL/DynamicFilter.html">RubyXL::DynamicFilter</a>
487
-
488
- <li><a href="./RubyXL/EmbeddedControl.html">RubyXL::EmbeddedControl</a>
489
-
490
- <li><a href="./RubyXL/EmbeddedControls.html">RubyXL::EmbeddedControls</a>
491
-
492
- <li><a href="./RubyXL/Extension.html">RubyXL::Extension</a>
493
-
494
- <li><a href="./RubyXL/ExtensionStorageArea.html">RubyXL::ExtensionStorageArea</a>
495
-
496
- <li><a href="./RubyXL/Extents.html">RubyXL::Extents</a>
497
-
498
- <li><a href="./RubyXL/ExternalBook.html">RubyXL::ExternalBook</a>
499
-
500
- <li><a href="./RubyXL/ExternalLinksFile.html">RubyXL::ExternalLinksFile</a>
501
-
502
- <li><a href="./RubyXL/ExternalReference.html">RubyXL::ExternalReference</a>
503
-
504
- <li><a href="./RubyXL/ExternalReferences.html">RubyXL::ExternalReferences</a>
505
-
506
- <li><a href="./RubyXL/ExtraColorSchemeList.html">RubyXL::ExtraColorSchemeList</a>
507
-
508
- <li><a href="./RubyXL/FieldItem.html">RubyXL::FieldItem</a>
509
-
510
- <li><a href="./RubyXL/FileRecoveryProperties.html">RubyXL::FileRecoveryProperties</a>
511
-
512
- <li><a href="./RubyXL/FileSharing.html">RubyXL::FileSharing</a>
513
-
514
- <li><a href="./RubyXL/FileVersion.html">RubyXL::FileVersion</a>
515
-
516
- <li><a href="./RubyXL/Fill.html">RubyXL::Fill</a>
517
-
518
- <li><a href="./RubyXL/Fills.html">RubyXL::Fills</a>
519
-
520
- <li><a href="./RubyXL/FilterContainer.html">RubyXL::FilterContainer</a>
521
-
522
- <li><a href="./RubyXL/FloatNode.html">RubyXL::FloatNode</a>
523
-
524
- <li><a href="./RubyXL/FloatValue.html">RubyXL::FloatValue</a>
525
-
526
- <li><a href="./RubyXL/Font.html">RubyXL::Font</a>
527
-
528
- <li><a href="./RubyXL/FontConvenienceMethods.html">RubyXL::FontConvenienceMethods</a>
529
-
530
- <li><a href="./RubyXL/FontScheme.html">RubyXL::FontScheme</a>
531
-
532
- <li><a href="./RubyXL/Fonts.html">RubyXL::Fonts</a>
533
-
534
- <li><a href="./RubyXL/Formula.html">RubyXL::Formula</a>
535
-
536
- <li><a href="./RubyXL/FunctionGroup.html">RubyXL::FunctionGroup</a>
537
-
538
- <li><a href="./RubyXL/FunctionGroups.html">RubyXL::FunctionGroups</a>
539
-
540
- <li><a href="./RubyXL/GenericStorageObject.html">RubyXL::GenericStorageObject</a>
541
-
542
- <li><a href="./RubyXL/GradientFill.html">RubyXL::GradientFill</a>
543
-
544
- <li><a href="./RubyXL/HeaderFooterSettings.html">RubyXL::HeaderFooterSettings</a>
545
-
546
- <li><a href="./RubyXL/Hyperlink.html">RubyXL::Hyperlink</a>
547
-
548
- <li><a href="./RubyXL/HyperlinkRelFile.html">RubyXL::HyperlinkRelFile</a>
549
-
550
- <li><a href="./RubyXL/Hyperlinks.html">RubyXL::Hyperlinks</a>
551
-
552
- <li><a href="./RubyXL/IconFilter.html">RubyXL::IconFilter</a>
553
-
554
- <li><a href="./RubyXL/IconSet.html">RubyXL::IconSet</a>
555
-
556
- <li><a href="./RubyXL/IgnoredError.html">RubyXL::IgnoredError</a>
557
-
558
- <li><a href="./RubyXL/IgnoredErrors.html">RubyXL::IgnoredErrors</a>
559
-
560
- <li><a href="./RubyXL/IndexedColors.html">RubyXL::IndexedColors</a>
561
-
562
- <li><a href="./RubyXL/InputCells.html">RubyXL::InputCells</a>
563
-
564
- <li><a href="./RubyXL/IntegerNode.html">RubyXL::IntegerNode</a>
565
-
566
- <li><a href="./RubyXL/IntegerValue.html">RubyXL::IntegerValue</a>
567
-
568
- <li><a href="./RubyXL/LegacyCell.html">RubyXL::LegacyCell</a>
569
-
570
- <li><a href="./RubyXL/LegacyWorksheet.html">RubyXL::LegacyWorksheet</a>
571
-
572
- <li><a href="./RubyXL/MRUColors.html">RubyXL::MRUColors</a>
573
-
574
- <li><a href="./RubyXL/MacrosFile.html">RubyXL::MacrosFile</a>
575
-
576
- <li><a href="./RubyXL/MergedCell.html">RubyXL::MergedCell</a>
577
-
578
- <li><a href="./RubyXL/MergedCells.html">RubyXL::MergedCells</a>
579
-
580
- <li><a href="./RubyXL/NumFmt.html">RubyXL::NumFmt</a>
581
-
582
- <li><a href="./RubyXL/NumberFormat.html">RubyXL::NumberFormat</a>
583
-
584
- <li><a href="./RubyXL/NumberFormats.html">RubyXL::NumberFormats</a>
585
-
586
- <li><a href="./RubyXL/OLEObject.html">RubyXL::OLEObject</a>
587
-
588
- <li><a href="./RubyXL/OLEObjectFile.html">RubyXL::OLEObjectFile</a>
589
-
590
- <li><a href="./RubyXL/OLEObjects.html">RubyXL::OLEObjects</a>
591
-
592
- <li><a href="./RubyXL/OLESize.html">RubyXL::OLESize</a>
593
-
594
- <li><a href="./RubyXL/OOXMLContainerObject.html">RubyXL::OOXMLContainerObject</a>
595
-
596
- <li><a href="./RubyXL/OOXMLIgnored.html">RubyXL::OOXMLIgnored</a>
597
-
598
- <li><a href="./RubyXL/OOXMLObject.html">RubyXL::OOXMLObject</a>
599
-
600
- <li><a href="./RubyXL/OOXMLObjectClassMethods.html">RubyXL::OOXMLObjectClassMethods</a>
601
-
602
- <li><a href="./RubyXL/OOXMLObjectInstanceMethods.html">RubyXL::OOXMLObjectInstanceMethods</a>
603
-
604
- <li><a href="./RubyXL/OOXMLRelationshipsFile.html">RubyXL::OOXMLRelationshipsFile</a>
605
-
606
- <li><a href="./RubyXL/OOXMLTopLevelObject.html">RubyXL::OOXMLTopLevelObject</a>
607
-
608
- <li><a href="./RubyXL/OdbcOleDbProperties.html">RubyXL::OdbcOleDbProperties</a>
609
-
610
- <li><a href="./RubyXL/Offset.html">RubyXL::Offset</a>
611
-
612
- <li><a href="./RubyXL/OlapProperties.html">RubyXL::OlapProperties</a>
613
-
614
- <li><a href="./RubyXL/OutlineProperties.html">RubyXL::OutlineProperties</a>
615
-
616
- <li><a href="./RubyXL/PageMargins.html">RubyXL::PageMargins</a>
617
-
618
- <li><a href="./RubyXL/PageSetup.html">RubyXL::PageSetup</a>
619
-
620
- <li><a href="./RubyXL/PageSetupProperties.html">RubyXL::PageSetupProperties</a>
621
-
622
- <li><a href="./RubyXL/Pane.html">RubyXL::Pane</a>
623
-
624
- <li><a href="./RubyXL/Parser.html">RubyXL::Parser</a>
625
-
626
- <li><a href="./RubyXL/PatternFill.html">RubyXL::PatternFill</a>
627
-
628
- <li><a href="./RubyXL/PhoneticProperties.html">RubyXL::PhoneticProperties</a>
629
-
630
- <li><a href="./RubyXL/PhoneticRun.html">RubyXL::PhoneticRun</a>
631
-
632
- <li><a href="./RubyXL/PivotArea.html">RubyXL::PivotArea</a>
633
-
634
- <li><a href="./RubyXL/PivotCache.html">RubyXL::PivotCache</a>
635
-
636
- <li><a href="./RubyXL/PivotCacheDefinitionFile.html">RubyXL::PivotCacheDefinitionFile</a>
637
-
638
- <li><a href="./RubyXL/PivotCacheRecordsFile.html">RubyXL::PivotCacheRecordsFile</a>
639
-
640
- <li><a href="./RubyXL/PivotCaches.html">RubyXL::PivotCaches</a>
641
-
642
- <li><a href="./RubyXL/PivotReference.html">RubyXL::PivotReference</a>
643
-
644
- <li><a href="./RubyXL/PivotReferences.html">RubyXL::PivotReferences</a>
645
-
646
- <li><a href="./RubyXL/PivotTableFile.html">RubyXL::PivotTableFile</a>
647
-
648
- <li><a href="./RubyXL/PivotTableSelection.html">RubyXL::PivotTableSelection</a>
649
-
650
- <li><a href="./RubyXL/PresetGeometry.html">RubyXL::PresetGeometry</a>
651
-
652
- <li><a href="./RubyXL/PrintOptions.html">RubyXL::PrintOptions</a>
653
-
654
- <li><a href="./RubyXL/PrinterSettingsFile.html">RubyXL::PrinterSettingsFile</a>
655
-
656
- <li><a href="./RubyXL/ProtectedRange.html">RubyXL::ProtectedRange</a>
657
-
658
- <li><a href="./RubyXL/ProtectedRanges.html">RubyXL::ProtectedRanges</a>
659
-
660
- <li><a href="./RubyXL/Protection.html">RubyXL::Protection</a>
661
-
662
- <li><a href="./RubyXL/QueryParameter.html">RubyXL::QueryParameter</a>
663
-
664
- <li><a href="./RubyXL/QueryParameters.html">RubyXL::QueryParameters</a>
665
-
666
- <li><a href="./RubyXL/QueryTable.html">RubyXL::QueryTable</a>
667
-
668
- <li><a href="./RubyXL/QueryTableDeletedField.html">RubyXL::QueryTableDeletedField</a>
669
-
670
- <li><a href="./RubyXL/QueryTableDeletedFields.html">RubyXL::QueryTableDeletedFields</a>
671
-
672
- <li><a href="./RubyXL/QueryTableField.html">RubyXL::QueryTableField</a>
673
-
674
- <li><a href="./RubyXL/QueryTableFields.html">RubyXL::QueryTableFields</a>
675
-
676
- <li><a href="./RubyXL/QueryTableRefresh.html">RubyXL::QueryTableRefresh</a>
677
-
678
- <li><a href="./RubyXL/RID.html">RubyXL::RID</a>
679
-
680
- <li><a href="./RubyXL/RawOOXML.html">RubyXL::RawOOXML</a>
681
-
682
- <li><a href="./RubyXL/Reference.html">RubyXL::Reference</a>
683
-
684
- <li><a href="./RubyXL/Relationship.html">RubyXL::Relationship</a>
685
-
686
- <li><a href="./RubyXL/RelationshipSupport.html">RubyXL::RelationshipSupport</a>
687
-
688
- <li><a href="./RubyXL/RelationshipSupport/ClassMehods.html">RubyXL::RelationshipSupport::ClassMehods</a>
689
-
690
- <li><a href="./RubyXL/RevisionPointer.html">RubyXL::RevisionPointer</a>
691
-
692
- <li><a href="./RubyXL/RichText.html">RubyXL::RichText</a>
693
-
694
- <li><a href="./RubyXL/RichTextRun.html">RubyXL::RichTextRun</a>
695
-
696
- <li><a href="./RubyXL/Row.html">RubyXL::Row</a>
697
-
698
- <li><a href="./RubyXL/RowExt.html">RubyXL::RowExt</a>
699
-
700
- <li><a href="./RubyXL/RunProperties.html">RubyXL::RunProperties</a>
701
-
702
- <li><a href="./RubyXL/Scenario.html">RubyXL::Scenario</a>
703
-
704
- <li><a href="./RubyXL/Scenarios.html">RubyXL::Scenarios</a>
705
-
706
- <li><a href="./RubyXL/Selection.html">RubyXL::Selection</a>
707
-
708
- <li><a href="./RubyXL/ShapeGuide.html">RubyXL::ShapeGuide</a>
709
-
710
- <li><a href="./RubyXL/ShapeTextRectangle.html">RubyXL::ShapeTextRectangle</a>
711
-
712
- <li><a href="./RubyXL/SharedStringsTable.html">RubyXL::SharedStringsTable</a>
713
-
714
- <li><a href="./RubyXL/Sheet.html">RubyXL::Sheet</a>
715
-
716
- <li><a href="./RubyXL/SheetCalculationProperties.html">RubyXL::SheetCalculationProperties</a>
717
-
718
- <li><a href="./RubyXL/SheetData.html">RubyXL::SheetData</a>
719
-
720
- <li><a href="./RubyXL/SheetDataExt.html">RubyXL::SheetDataExt</a>
721
-
722
- <li><a href="./RubyXL/SheetDataSet.html">RubyXL::SheetDataSet</a>
723
-
724
- <li><a href="./RubyXL/SheetName.html">RubyXL::SheetName</a>
725
-
726
- <li><a href="./RubyXL/SheetNames.html">RubyXL::SheetNames</a>
727
-
728
- <li><a href="./RubyXL/Sheets.html">RubyXL::Sheets</a>
729
-
730
- <li><a href="./RubyXL/SlicerCacheFile.html">RubyXL::SlicerCacheFile</a>
731
-
732
- <li><a href="./RubyXL/SlicerFile.html">RubyXL::SlicerFile</a>
733
-
734
- <li><a href="./RubyXL/SmartTagProperties.html">RubyXL::SmartTagProperties</a>
735
-
736
- <li><a href="./RubyXL/SmartTagType.html">RubyXL::SmartTagType</a>
737
-
738
- <li><a href="./RubyXL/SmartTagTypes.html">RubyXL::SmartTagTypes</a>
739
-
740
- <li><a href="./RubyXL/SmartTags.html">RubyXL::SmartTags</a>
741
-
742
- <li><a href="./RubyXL/SortCondition.html">RubyXL::SortCondition</a>
743
-
744
- <li><a href="./RubyXL/SortState.html">RubyXL::SortState</a>
745
-
746
- <li><a href="./RubyXL/Sqref.html">RubyXL::Sqref</a>
747
-
748
- <li><a href="./RubyXL/Stop.html">RubyXL::Stop</a>
749
-
750
- <li><a href="./RubyXL/StringNode.html">RubyXL::StringNode</a>
751
-
752
- <li><a href="./RubyXL/StringNodeW3C.html">RubyXL::StringNodeW3C</a>
753
-
754
- <li><a href="./RubyXL/StringValue.html">RubyXL::StringValue</a>
755
-
756
- <li><a href="./RubyXL/Stylesheet.html">RubyXL::Stylesheet</a>
757
-
758
- <li><a href="./RubyXL/TableFile.html">RubyXL::TableFile</a>
759
-
760
- <li><a href="./RubyXL/TableParts.html">RubyXL::TableParts</a>
761
-
762
- <li><a href="./RubyXL/TableStyle.html">RubyXL::TableStyle</a>
763
-
764
- <li><a href="./RubyXL/TableStyles.html">RubyXL::TableStyles</a>
765
-
766
- <li><a href="./RubyXL/Text.html">RubyXL::Text</a>
767
-
768
- <li><a href="./RubyXL/TextImportSettings.html">RubyXL::TextImportSettings</a>
769
-
770
- <li><a href="./RubyXL/Theme.html">RubyXL::Theme</a>
771
-
772
- <li><a href="./RubyXL/ThemeElements.html">RubyXL::ThemeElements</a>
773
-
774
- <li><a href="./RubyXL/ThumbnailFile.html">RubyXL::ThumbnailFile</a>
775
-
776
- <li><a href="./RubyXL/Top10.html">RubyXL::Top10</a>
777
-
778
- <li><a href="./RubyXL/VMLDrawingFile.html">RubyXL::VMLDrawingFile</a>
779
-
780
- <li><a href="./RubyXL/Variant.html">RubyXL::Variant</a>
781
-
782
- <li><a href="./RubyXL/Vector.html">RubyXL::Vector</a>
783
-
784
- <li><a href="./RubyXL/VectorValue.html">RubyXL::VectorValue</a>
785
-
786
- <li><a href="./RubyXL/VisualProperties.html">RubyXL::VisualProperties</a>
787
-
788
- <li><a href="./RubyXL/WebPublishObject.html">RubyXL::WebPublishObject</a>
789
-
790
- <li><a href="./RubyXL/WebPublishObjects.html">RubyXL::WebPublishObjects</a>
791
-
792
- <li><a href="./RubyXL/WebPublishingItem.html">RubyXL::WebPublishingItem</a>
793
-
794
- <li><a href="./RubyXL/WebPublishingItems.html">RubyXL::WebPublishingItems</a>
795
-
796
- <li><a href="./RubyXL/WebPublishingProperties.html">RubyXL::WebPublishingProperties</a>
797
-
798
- <li><a href="./RubyXL/WebQueryProperties.html">RubyXL::WebQueryProperties</a>
799
-
800
- <li><a href="./RubyXL/Workbook.html">RubyXL::Workbook</a>
801
-
802
- <li><a href="./RubyXL/WorkbookConvenienceMethods.html">RubyXL::WorkbookConvenienceMethods</a>
803
-
804
- <li><a href="./RubyXL/WorkbookProperties.html">RubyXL::WorkbookProperties</a>
805
-
806
- <li><a href="./RubyXL/WorkbookProtection.html">RubyXL::WorkbookProtection</a>
807
-
808
- <li><a href="./RubyXL/WorkbookRoot.html">RubyXL::WorkbookRoot</a>
809
-
810
- <li><a href="./RubyXL/WorkbookView.html">RubyXL::WorkbookView</a>
811
-
812
- <li><a href="./RubyXL/WorkbookViews.html">RubyXL::WorkbookViews</a>
813
-
814
- <li><a href="./RubyXL/Worksheet.html">RubyXL::Worksheet</a>
815
-
816
- <li><a href="./RubyXL/WorksheetConvenienceMethods.html">RubyXL::WorksheetConvenienceMethods</a>
817
-
818
- <li><a href="./RubyXL/WorksheetDimensions.html">RubyXL::WorksheetDimensions</a>
819
-
820
- <li><a href="./RubyXL/WorksheetFormatProperties.html">RubyXL::WorksheetFormatProperties</a>
821
-
822
- <li><a href="./RubyXL/WorksheetProperties.html">RubyXL::WorksheetProperties</a>
823
-
824
- <li><a href="./RubyXL/WorksheetProtection.html">RubyXL::WorksheetProtection</a>
825
-
826
- <li><a href="./RubyXL/WorksheetView.html">RubyXL::WorksheetView</a>
827
-
828
- <li><a href="./RubyXL/WorksheetViews.html">RubyXL::WorksheetViews</a>
829
-
830
- <li><a href="./RubyXL/XF.html">RubyXL::XF</a>
831
-
832
- </ul>
71
+ <li><details open><summary><code><a href="./RubyXL.html">RubyXL</a></code></summary>
72
+ <ul class="link-list">
73
+ <li><code><a href="./RubyXL/AExtension.html">AExtension</a></code>
74
+ <li><code><a href="./RubyXL/AExtensionStorageArea.html">AExtensionStorageArea</a></code>
75
+ <li><code><a href="./RubyXL/ActiveX.html">ActiveX</a></code>
76
+ <li><code><a href="./RubyXL/ActiveXBinary.html">ActiveXBinary</a></code>
77
+ <li><code><a href="./RubyXL/AdjustHandleList.html">AdjustHandleList</a></code>
78
+ <li><code><a href="./RubyXL/Alignment.html">Alignment</a></code>
79
+ <li><code><a href="./RubyXL/AlternateContent.html">AlternateContent</a></code>
80
+ <li><code><a href="./RubyXL/AlternateUrls.html">AlternateUrls</a></code>
81
+ <li><code><a href="./RubyXL/Authors.html">Authors</a></code>
82
+ <li><code><a href="./RubyXL/AutoFilter.html">AutoFilter</a></code>
83
+ <li><code><a href="./RubyXL/AutoFilterColumn.html">AutoFilterColumn</a></code>
84
+ <li><code><a href="./RubyXL/BinaryImageFile.html">BinaryImageFile</a></code>
85
+ <li><code><a href="./RubyXL/BodyProperties.html">BodyProperties</a></code>
86
+ <li><code><a href="./RubyXL/BooleanNode.html">BooleanNode</a></code>
87
+ <li><code><a href="./RubyXL/BooleanValue.html">BooleanValue</a></code>
88
+ <li><code><a href="./RubyXL/Border.html">Border</a></code>
89
+ <li><code><a href="./RubyXL/BorderEdge.html">BorderEdge</a></code>
90
+ <li><code><a href="./RubyXL/Borders.html">Borders</a></code>
91
+ <li><code><a href="./RubyXL/Break.html">Break</a></code>
92
+ <li><code><a href="./RubyXL/BreakList.html">BreakList</a></code>
93
+ <li><code><a href="./RubyXL/CT_AdjPoint2D.html">CT_AdjPoint2D</a></code>
94
+ <li><code><a href="./RubyXL/CT_AlphaBiLevelEffect.html">CT_AlphaBiLevelEffect</a></code>
95
+ <li><code><a href="./RubyXL/CT_AlphaModulateEffect.html">CT_AlphaModulateEffect</a></code>
96
+ <li><code><a href="./RubyXL/CT_AlphaModulateFixedEffect.html">CT_AlphaModulateFixedEffect</a></code>
97
+ <li><code><a href="./RubyXL/CT_AlphaOutsetEffect.html">CT_AlphaOutsetEffect</a></code>
98
+ <li><code><a href="./RubyXL/CT_AlphaReplaceEffect.html">CT_AlphaReplaceEffect</a></code>
99
+ <li><code><a href="./RubyXL/CT_Backdrop.html">CT_Backdrop</a></code>
100
+ <li><code><a href="./RubyXL/CT_Bevel.html">CT_Bevel</a></code>
101
+ <li><code><a href="./RubyXL/CT_BiLevelEffect.html">CT_BiLevelEffect</a></code>
102
+ <li><code><a href="./RubyXL/CT_BlendEffect.html">CT_BlendEffect</a></code>
103
+ <li><code><a href="./RubyXL/CT_Blip.html">CT_Blip</a></code>
104
+ <li><code><a href="./RubyXL/CT_BlipFillProperties.html">CT_BlipFillProperties</a></code>
105
+ <li><code><a href="./RubyXL/CT_BlurEffect.html">CT_BlurEffect</a></code>
106
+ <li><code><a href="./RubyXL/CT_Camera.html">CT_Camera</a></code>
107
+ <li><code><a href="./RubyXL/CT_Color.html">CT_Color</a></code>
108
+ <li><code><a href="./RubyXL/CT_ColorChangeEffect.html">CT_ColorChangeEffect</a></code>
109
+ <li><code><a href="./RubyXL/CT_ColorMapping.html">CT_ColorMapping</a></code>
110
+ <li><code><a href="./RubyXL/CT_ColorScheme.html">CT_ColorScheme</a></code>
111
+ <li><code><a href="./RubyXL/CT_ColorSchemeAndMapping.html">CT_ColorSchemeAndMapping</a></code>
112
+ <li><code><a href="./RubyXL/CT_ConnectionSite.html">CT_ConnectionSite</a></code>
113
+ <li><code><a href="./RubyXL/CT_ConnectionSiteList.html">CT_ConnectionSiteList</a></code>
114
+ <li><code><a href="./RubyXL/CT_DashStop.html">CT_DashStop</a></code>
115
+ <li><code><a href="./RubyXL/CT_DashStopList.html">CT_DashStopList</a></code>
116
+ <li><code><a href="./RubyXL/CT_DefaultShapeDefinition.html">CT_DefaultShapeDefinition</a></code>
117
+ <li><code><a href="./RubyXL/CT_DuotoneEffect.html">CT_DuotoneEffect</a></code>
118
+ <li><code><a href="./RubyXL/CT_EffectContainer.html">CT_EffectContainer</a></code>
119
+ <li><code><a href="./RubyXL/CT_EffectList.html">CT_EffectList</a></code>
120
+ <li><code><a href="./RubyXL/CT_EffectReference.html">CT_EffectReference</a></code>
121
+ <li><code><a href="./RubyXL/CT_EffectStyleItem.html">CT_EffectStyleItem</a></code>
122
+ <li><code><a href="./RubyXL/CT_EffectStyleList.html">CT_EffectStyleList</a></code>
123
+ <li><code><a href="./RubyXL/CT_EmbeddedWAVAudioFile.html">CT_EmbeddedWAVAudioFile</a></code>
124
+ <li><code><a href="./RubyXL/CT_FillEffect.html">CT_FillEffect</a></code>
125
+ <li><code><a href="./RubyXL/CT_FillOverlayEffect.html">CT_FillOverlayEffect</a></code>
126
+ <li><code><a href="./RubyXL/CT_FillStyleList.html">CT_FillStyleList</a></code>
127
+ <li><code><a href="./RubyXL/CT_FlatText.html">CT_FlatText</a></code>
128
+ <li><code><a href="./RubyXL/CT_FontCollection.html">CT_FontCollection</a></code>
129
+ <li><code><a href="./RubyXL/CT_FontReference.html">CT_FontReference</a></code>
130
+ <li><code><a href="./RubyXL/CT_GeomGuideList.html">CT_GeomGuideList</a></code>
131
+ <li><code><a href="./RubyXL/CT_GlowEffect.html">CT_GlowEffect</a></code>
132
+ <li><code><a href="./RubyXL/CT_GradientFillProperties.html">CT_GradientFillProperties</a></code>
133
+ <li><code><a href="./RubyXL/CT_GradientStop.html">CT_GradientStop</a></code>
134
+ <li><code><a href="./RubyXL/CT_GradientStopList.html">CT_GradientStopList</a></code>
135
+ <li><code><a href="./RubyXL/CT_HSLEffect.html">CT_HSLEffect</a></code>
136
+ <li><code><a href="./RubyXL/CT_HslColor.html">CT_HslColor</a></code>
137
+ <li><code><a href="./RubyXL/CT_Hyperlink.html">CT_Hyperlink</a></code>
138
+ <li><code><a href="./RubyXL/CT_InnerShadowEffect.html">CT_InnerShadowEffect</a></code>
139
+ <li><code><a href="./RubyXL/CT_LightRig.html">CT_LightRig</a></code>
140
+ <li><code><a href="./RubyXL/CT_LineEndProperties.html">CT_LineEndProperties</a></code>
141
+ <li><code><a href="./RubyXL/CT_LineJoinMiterProperties.html">CT_LineJoinMiterProperties</a></code>
142
+ <li><code><a href="./RubyXL/CT_LineProperties.html">CT_LineProperties</a></code>
143
+ <li><code><a href="./RubyXL/CT_LineStyleList.html">CT_LineStyleList</a></code>
144
+ <li><code><a href="./RubyXL/CT_LinearShadeProperties.html">CT_LinearShadeProperties</a></code>
145
+ <li><code><a href="./RubyXL/CT_LuminanceEffect.html">CT_LuminanceEffect</a></code>
146
+ <li><code><a href="./RubyXL/CT_ObjectStyleDefaults.html">CT_ObjectStyleDefaults</a></code>
147
+ <li><code><a href="./RubyXL/CT_OuterShadowEffect.html">CT_OuterShadowEffect</a></code>
148
+ <li><code><a href="./RubyXL/CT_Path2D.html">CT_Path2D</a></code>
149
+ <li><code><a href="./RubyXL/CT_Path2DArcTo.html">CT_Path2DArcTo</a></code>
150
+ <li><code><a href="./RubyXL/CT_Path2DCubicBezierTo.html">CT_Path2DCubicBezierTo</a></code>
151
+ <li><code><a href="./RubyXL/CT_Path2DList.html">CT_Path2DList</a></code>
152
+ <li><code><a href="./RubyXL/CT_Path2DQuadBezierTo.html">CT_Path2DQuadBezierTo</a></code>
153
+ <li><code><a href="./RubyXL/CT_Path2DTo.html">CT_Path2DTo</a></code>
154
+ <li><code><a href="./RubyXL/CT_PathShadeProperties.html">CT_PathShadeProperties</a></code>
155
+ <li><code><a href="./RubyXL/CT_PatternFillProperties.html">CT_PatternFillProperties</a></code>
156
+ <li><code><a href="./RubyXL/CT_Point3D.html">CT_Point3D</a></code>
157
+ <li><code><a href="./RubyXL/CT_PolarAdjustHandle.html">CT_PolarAdjustHandle</a></code>
158
+ <li><code><a href="./RubyXL/CT_PresetColor.html">CT_PresetColor</a></code>
159
+ <li><code><a href="./RubyXL/CT_PresetLineDashProperties.html">CT_PresetLineDashProperties</a></code>
160
+ <li><code><a href="./RubyXL/CT_PresetShadowEffect.html">CT_PresetShadowEffect</a></code>
161
+ <li><code><a href="./RubyXL/CT_PresetTextShape.html">CT_PresetTextShape</a></code>
162
+ <li><code><a href="./RubyXL/CT_ReflectionEffect.html">CT_ReflectionEffect</a></code>
163
+ <li><code><a href="./RubyXL/CT_RelativeOffsetEffect.html">CT_RelativeOffsetEffect</a></code>
164
+ <li><code><a href="./RubyXL/CT_RelativeRect.html">CT_RelativeRect</a></code>
165
+ <li><code><a href="./RubyXL/CT_SRgbColor.html">CT_SRgbColor</a></code>
166
+ <li><code><a href="./RubyXL/CT_ScRgbColor.html">CT_ScRgbColor</a></code>
167
+ <li><code><a href="./RubyXL/CT_Scene3D.html">CT_Scene3D</a></code>
168
+ <li><code><a href="./RubyXL/CT_SchemeColor.html">CT_SchemeColor</a></code>
169
+ <li><code><a href="./RubyXL/CT_Shape3D.html">CT_Shape3D</a></code>
170
+ <li><code><a href="./RubyXL/CT_ShapeStyle.html">CT_ShapeStyle</a></code>
171
+ <li><code><a href="./RubyXL/CT_SoftEdgesEffect.html">CT_SoftEdgesEffect</a></code>
172
+ <li><code><a href="./RubyXL/CT_SphereCoords.html">CT_SphereCoords</a></code>
173
+ <li><code><a href="./RubyXL/CT_StretchInfoProperties.html">CT_StretchInfoProperties</a></code>
174
+ <li><code><a href="./RubyXL/CT_StyleMatrix.html">CT_StyleMatrix</a></code>
175
+ <li><code><a href="./RubyXL/CT_StyleMatrixReference.html">CT_StyleMatrixReference</a></code>
176
+ <li><code><a href="./RubyXL/CT_SupplementalFont.html">CT_SupplementalFont</a></code>
177
+ <li><code><a href="./RubyXL/CT_SystemColor.html">CT_SystemColor</a></code>
178
+ <li><code><a href="./RubyXL/CT_TextAutonumberBullet.html">CT_TextAutonumberBullet</a></code>
179
+ <li><code><a href="./RubyXL/CT_TextBlipBullet.html">CT_TextBlipBullet</a></code>
180
+ <li><code><a href="./RubyXL/CT_TextCharBullet.html">CT_TextCharBullet</a></code>
181
+ <li><code><a href="./RubyXL/CT_TextCharacterProperties.html">CT_TextCharacterProperties</a></code>
182
+ <li><code><a href="./RubyXL/CT_TextFont.html">CT_TextFont</a></code>
183
+ <li><code><a href="./RubyXL/CT_TextListStyle.html">CT_TextListStyle</a></code>
184
+ <li><code><a href="./RubyXL/CT_TextNormalAutofit.html">CT_TextNormalAutofit</a></code>
185
+ <li><code><a href="./RubyXL/CT_TextParagraphProperties.html">CT_TextParagraphProperties</a></code>
186
+ <li><code><a href="./RubyXL/CT_TextSpacing.html">CT_TextSpacing</a></code>
187
+ <li><code><a href="./RubyXL/CT_TextTabStop.html">CT_TextTabStop</a></code>
188
+ <li><code><a href="./RubyXL/CT_TextTabStopList.html">CT_TextTabStopList</a></code>
189
+ <li><code><a href="./RubyXL/CT_TileInfoProperties.html">CT_TileInfoProperties</a></code>
190
+ <li><code><a href="./RubyXL/CT_TintEffect.html">CT_TintEffect</a></code>
191
+ <li><code><a href="./RubyXL/CT_Transform2D.html">CT_Transform2D</a></code>
192
+ <li><code><a href="./RubyXL/CT_TransformEffect.html">CT_TransformEffect</a></code>
193
+ <li><code><a href="./RubyXL/CT_Vector3D.html">CT_Vector3D</a></code>
194
+ <li><code><a href="./RubyXL/CT_XYAdjustHandle.html">CT_XYAdjustHandle</a></code>
195
+ <li><code><a href="./RubyXL/CalculationChain.html">CalculationChain</a></code>
196
+ <li><code><a href="./RubyXL/CalculationChainCell.html">CalculationChainCell</a></code>
197
+ <li><code><a href="./RubyXL/CalculationProperties.html">CalculationProperties</a></code>
198
+ <li><code><a href="./RubyXL/Cell.html">Cell</a></code>
199
+ <li><code><a href="./RubyXL/CellConvenienceMethods.html">CellConvenienceMethods</a></code>
200
+ <li><code><a href="./RubyXL/CellExt.html">CellExt</a></code>
201
+ <li><code><a href="./RubyXL/CellSmartTag.html">CellSmartTag</a></code>
202
+ <li><code><a href="./RubyXL/CellSmartTagProperty.html">CellSmartTagProperty</a></code>
203
+ <li><code><a href="./RubyXL/CellSmartTags.html">CellSmartTags</a></code>
204
+ <li><code><a href="./RubyXL/CellStyle.html">CellStyle</a></code>
205
+ <li><code><a href="./RubyXL/CellStyleXFs.html">CellStyleXFs</a></code>
206
+ <li><code><a href="./RubyXL/CellStyles.html">CellStyles</a></code>
207
+ <li><code><a href="./RubyXL/CellValue.html">CellValue</a></code>
208
+ <li><code><a href="./RubyXL/CellWatch.html">CellWatch</a></code>
209
+ <li><code><a href="./RubyXL/CellWatches.html">CellWatches</a></code>
210
+ <li><code><a href="./RubyXL/CellXFs.html">CellXFs</a></code>
211
+ <li><code><a href="./RubyXL/ChartColorsFile.html">ChartColorsFile</a></code>
212
+ <li><code><a href="./RubyXL/ChartFile.html">ChartFile</a></code>
213
+ <li><code><a href="./RubyXL/ChartStyleFile.html">ChartStyleFile</a></code>
214
+ <li><code><a href="./RubyXL/ChartUserShapesFile.html">ChartUserShapesFile</a></code>
215
+ <li><code><a href="./RubyXL/Chartsheet.html">Chartsheet</a></code>
216
+ <li><code><a href="./RubyXL/ChartsheetPageSetup.html">ChartsheetPageSetup</a></code>
217
+ <li><code><a href="./RubyXL/ChartsheetProperties.html">ChartsheetProperties</a></code>
218
+ <li><code><a href="./RubyXL/ChartsheetProtection.html">ChartsheetProtection</a></code>
219
+ <li><code><a href="./RubyXL/ChartsheetView.html">ChartsheetView</a></code>
220
+ <li><code><a href="./RubyXL/ChartsheetViews.html">ChartsheetViews</a></code>
221
+ <li><code><a href="./RubyXL/Color.html">Color</a></code>
222
+ <li><details><summary><code><a href="./RubyXL/ColorConvenienceClasses.html">ColorConvenienceClasses</a></code></summary>
223
+ <ul class="link-list">
224
+ <li><code><a href="./RubyXL/ColorConvenienceClasses/HlsColor.html">HlsColor</a></code>
225
+ <li><code><a href="./RubyXL/ColorConvenienceClasses/RgbColor.html">RgbColor</a></code>
226
+ </ul></details>
227
+ <li><code><a href="./RubyXL/ColorConvenienceMethods.html">ColorConvenienceMethods</a></code>
228
+ <li><code><a href="./RubyXL/ColorFilter.html">ColorFilter</a></code>
229
+ <li><code><a href="./RubyXL/ColorScale.html">ColorScale</a></code>
230
+ <li><code><a href="./RubyXL/ColorSet.html">ColorSet</a></code>
231
+ <li><code><a href="./RubyXL/Colors.html">Colors</a></code>
232
+ <li><code><a href="./RubyXL/ColumnRange.html">ColumnRange</a></code>
233
+ <li><code><a href="./RubyXL/ColumnRanges.html">ColumnRanges</a></code>
234
+ <li><code><a href="./RubyXL/Comment.html">Comment</a></code>
235
+ <li><code><a href="./RubyXL/CommentList.html">CommentList</a></code>
236
+ <li><code><a href="./RubyXL/CommentsFile.html">CommentsFile</a></code>
237
+ <li><code><a href="./RubyXL/ConditionalFormatValue.html">ConditionalFormatValue</a></code>
238
+ <li><code><a href="./RubyXL/ConditionalFormatting.html">ConditionalFormatting</a></code>
239
+ <li><code><a href="./RubyXL/ConditionalFormattingRule.html">ConditionalFormattingRule</a></code>
240
+ <li><code><a href="./RubyXL/Connection.html">Connection</a></code>
241
+ <li><code><a href="./RubyXL/ConnectionTable.html">ConnectionTable</a></code>
242
+ <li><code><a href="./RubyXL/ConnectionTables.html">ConnectionTables</a></code>
243
+ <li><code><a href="./RubyXL/ConnectionTextField.html">ConnectionTextField</a></code>
244
+ <li><code><a href="./RubyXL/ConnectionTextFields.html">ConnectionTextFields</a></code>
245
+ <li><code><a href="./RubyXL/Connections.html">Connections</a></code>
246
+ <li><code><a href="./RubyXL/ContentTypeDefault.html">ContentTypeDefault</a></code>
247
+ <li><code><a href="./RubyXL/ContentTypeOverride.html">ContentTypeOverride</a></code>
248
+ <li><code><a href="./RubyXL/ContentTypes.html">ContentTypes</a></code>
249
+ <li><code><a href="./RubyXL/ControlPropertiesFile.html">ControlPropertiesFile</a></code>
250
+ <li><code><a href="./RubyXL/CorePropertiesFile.html">CorePropertiesFile</a></code>
251
+ <li><code><a href="./RubyXL/CustomColor.html">CustomColor</a></code>
252
+ <li><code><a href="./RubyXL/CustomColorList.html">CustomColorList</a></code>
253
+ <li><code><a href="./RubyXL/CustomFilter.html">CustomFilter</a></code>
254
+ <li><code><a href="./RubyXL/CustomFilters.html">CustomFilters</a></code>
255
+ <li><code><a href="./RubyXL/CustomGeometry.html">CustomGeometry</a></code>
256
+ <li><code><a href="./RubyXL/CustomProperties.html">CustomProperties</a></code>
257
+ <li><code><a href="./RubyXL/CustomPropertiesFile.html">CustomPropertiesFile</a></code>
258
+ <li><code><a href="./RubyXL/CustomProperty.html">CustomProperty</a></code>
259
+ <li><code><a href="./RubyXL/CustomPropertyFile.html">CustomPropertyFile</a></code>
260
+ <li><code><a href="./RubyXL/CustomSheetView.html">CustomSheetView</a></code>
261
+ <li><code><a href="./RubyXL/CustomSheetViews.html">CustomSheetViews</a></code>
262
+ <li><code><a href="./RubyXL/CustomWorkbookView.html">CustomWorkbookView</a></code>
263
+ <li><code><a href="./RubyXL/CustomWorkbookViews.html">CustomWorkbookViews</a></code>
264
+ <li><code><a href="./RubyXL/CustomXMLFile.html">CustomXMLFile</a></code>
265
+ <li><code><a href="./RubyXL/DXF.html">DXF</a></code>
266
+ <li><code><a href="./RubyXL/DXFs.html">DXFs</a></code>
267
+ <li><code><a href="./RubyXL/DataBar.html">DataBar</a></code>
268
+ <li><code><a href="./RubyXL/DataConsolidate.html">DataConsolidate</a></code>
269
+ <li><code><a href="./RubyXL/DataConsolidationReference.html">DataConsolidationReference</a></code>
270
+ <li><code><a href="./RubyXL/DataConsolidationReferences.html">DataConsolidationReferences</a></code>
271
+ <li><code><a href="./RubyXL/DataType.html">DataType</a></code>
272
+ <li><code><a href="./RubyXL/DataValidation.html">DataValidation</a></code>
273
+ <li><code><a href="./RubyXL/DataValidations.html">DataValidations</a></code>
274
+ <li><code><a href="./RubyXL/DateGroupItem.html">DateGroupItem</a></code>
275
+ <li><code><a href="./RubyXL/DefinedName.html">DefinedName</a></code>
276
+ <li><code><a href="./RubyXL/DefinedNameExt.html">DefinedNameExt</a></code>
277
+ <li><code><a href="./RubyXL/DefinedNames.html">DefinedNames</a></code>
278
+ <li><code><a href="./RubyXL/DefinedNamesExt.html">DefinedNamesExt</a></code>
279
+ <li><code><a href="./RubyXL/DocumentPropertiesFile.html">DocumentPropertiesFile</a></code>
280
+ <li><code><a href="./RubyXL/DrawingFile.html">DrawingFile</a></code>
281
+ <li><code><a href="./RubyXL/DynamicFilter.html">DynamicFilter</a></code>
282
+ <li><code><a href="./RubyXL/EmbeddedControl.html">EmbeddedControl</a></code>
283
+ <li><code><a href="./RubyXL/EmbeddedControls.html">EmbeddedControls</a></code>
284
+ <li><code><a href="./RubyXL/Extension.html">Extension</a></code>
285
+ <li><code><a href="./RubyXL/ExtensionStorageArea.html">ExtensionStorageArea</a></code>
286
+ <li><code><a href="./RubyXL/Extents.html">Extents</a></code>
287
+ <li><code><a href="./RubyXL/ExternalBook.html">ExternalBook</a></code>
288
+ <li><code><a href="./RubyXL/ExternalLinksFile.html">ExternalLinksFile</a></code>
289
+ <li><code><a href="./RubyXL/ExternalReference.html">ExternalReference</a></code>
290
+ <li><code><a href="./RubyXL/ExternalReferences.html">ExternalReferences</a></code>
291
+ <li><code><a href="./RubyXL/ExtraColorSchemeList.html">ExtraColorSchemeList</a></code>
292
+ <li><code><a href="./RubyXL/FieldItem.html">FieldItem</a></code>
293
+ <li><code><a href="./RubyXL/FileRecoveryProperties.html">FileRecoveryProperties</a></code>
294
+ <li><code><a href="./RubyXL/FileSharing.html">FileSharing</a></code>
295
+ <li><code><a href="./RubyXL/FileVersion.html">FileVersion</a></code>
296
+ <li><code><a href="./RubyXL/Fill.html">Fill</a></code>
297
+ <li><code><a href="./RubyXL/Fills.html">Fills</a></code>
298
+ <li><code><a href="./RubyXL/FilterContainer.html">FilterContainer</a></code>
299
+ <li><code><a href="./RubyXL/FloatNode.html">FloatNode</a></code>
300
+ <li><code><a href="./RubyXL/FloatValue.html">FloatValue</a></code>
301
+ <li><code><a href="./RubyXL/Font.html">Font</a></code>
302
+ <li><code><a href="./RubyXL/FontConvenienceMethods.html">FontConvenienceMethods</a></code>
303
+ <li><code><a href="./RubyXL/FontScheme.html">FontScheme</a></code>
304
+ <li><code><a href="./RubyXL/Fonts.html">Fonts</a></code>
305
+ <li><code><a href="./RubyXL/Formula.html">Formula</a></code>
306
+ <li><code><a href="./RubyXL/FunctionGroup.html">FunctionGroup</a></code>
307
+ <li><code><a href="./RubyXL/FunctionGroups.html">FunctionGroups</a></code>
308
+ <li><code><a href="./RubyXL/GenericStorageObject.html">GenericStorageObject</a></code>
309
+ <li><code><a href="./RubyXL/GradientFill.html">GradientFill</a></code>
310
+ <li><code><a href="./RubyXL/HeaderFooterSettings.html">HeaderFooterSettings</a></code>
311
+ <li><code><a href="./RubyXL/Hyperlink.html">Hyperlink</a></code>
312
+ <li><code><a href="./RubyXL/HyperlinkRelFile.html">HyperlinkRelFile</a></code>
313
+ <li><code><a href="./RubyXL/Hyperlinks.html">Hyperlinks</a></code>
314
+ <li><code><a href="./RubyXL/IconFilter.html">IconFilter</a></code>
315
+ <li><code><a href="./RubyXL/IconSet.html">IconSet</a></code>
316
+ <li><code><a href="./RubyXL/IgnoredError.html">IgnoredError</a></code>
317
+ <li><code><a href="./RubyXL/IgnoredErrors.html">IgnoredErrors</a></code>
318
+ <li><code><a href="./RubyXL/IndexedColors.html">IndexedColors</a></code>
319
+ <li><code><a href="./RubyXL/InputCells.html">InputCells</a></code>
320
+ <li><code><a href="./RubyXL/IntegerNode.html">IntegerNode</a></code>
321
+ <li><code><a href="./RubyXL/IntegerValue.html">IntegerValue</a></code>
322
+ <li><code><a href="./RubyXL/LegacyCell.html">LegacyCell</a></code>
323
+ <li><code><a href="./RubyXL/LegacyWorksheet.html">LegacyWorksheet</a></code>
324
+ <li><code><a href="./RubyXL/MRUColors.html">MRUColors</a></code>
325
+ <li><code><a href="./RubyXL/MacrosFile.html">MacrosFile</a></code>
326
+ <li><code><a href="./RubyXL/MergedCell.html">MergedCell</a></code>
327
+ <li><code><a href="./RubyXL/MergedCells.html">MergedCells</a></code>
328
+ <li><code><a href="./RubyXL/NumFmt.html">NumFmt</a></code>
329
+ <li><code><a href="./RubyXL/NumberFormat.html">NumberFormat</a></code>
330
+ <li><code><a href="./RubyXL/NumberFormats.html">NumberFormats</a></code>
331
+ <li><code><a href="./RubyXL/OLEObject.html">OLEObject</a></code>
332
+ <li><code><a href="./RubyXL/OLEObjectFile.html">OLEObjectFile</a></code>
333
+ <li><code><a href="./RubyXL/OLEObjects.html">OLEObjects</a></code>
334
+ <li><code><a href="./RubyXL/OLESize.html">OLESize</a></code>
335
+ <li><code><a href="./RubyXL/OOXMLContainerObject.html">OOXMLContainerObject</a></code>
336
+ <li><code><a href="./RubyXL/OOXMLIgnored.html">OOXMLIgnored</a></code>
337
+ <li><code><a href="./RubyXL/OOXMLObject.html">OOXMLObject</a></code>
338
+ <li><code><a href="./RubyXL/OOXMLObjectClassMethods.html">OOXMLObjectClassMethods</a></code>
339
+ <li><code><a href="./RubyXL/OOXMLObjectInstanceMethods.html">OOXMLObjectInstanceMethods</a></code>
340
+ <li><code><a href="./RubyXL/OOXMLRelationshipsFile.html">OOXMLRelationshipsFile</a></code>
341
+ <li><code><a href="./RubyXL/OOXMLTopLevelObject.html">OOXMLTopLevelObject</a></code>
342
+ <li><code><a href="./RubyXL/OdbcOleDbProperties.html">OdbcOleDbProperties</a></code>
343
+ <li><code><a href="./RubyXL/Offset.html">Offset</a></code>
344
+ <li><code><a href="./RubyXL/OlapProperties.html">OlapProperties</a></code>
345
+ <li><code><a href="./RubyXL/OleItem.html">OleItem</a></code>
346
+ <li><code><a href="./RubyXL/OleItems.html">OleItems</a></code>
347
+ <li><code><a href="./RubyXL/OleLink.html">OleLink</a></code>
348
+ <li><code><a href="./RubyXL/OutlineProperties.html">OutlineProperties</a></code>
349
+ <li><code><a href="./RubyXL/PageMargins.html">PageMargins</a></code>
350
+ <li><code><a href="./RubyXL/PageSetup.html">PageSetup</a></code>
351
+ <li><code><a href="./RubyXL/PageSetupProperties.html">PageSetupProperties</a></code>
352
+ <li><code><a href="./RubyXL/Pane.html">Pane</a></code>
353
+ <li><code><a href="./RubyXL/Parser.html">Parser</a></code>
354
+ <li><code><a href="./RubyXL/PatternFill.html">PatternFill</a></code>
355
+ <li><code><a href="./RubyXL/PersonMetadata.html">PersonMetadata</a></code>
356
+ <li><code><a href="./RubyXL/PhoneticProperties.html">PhoneticProperties</a></code>
357
+ <li><code><a href="./RubyXL/PhoneticRun.html">PhoneticRun</a></code>
358
+ <li><code><a href="./RubyXL/PivotArea.html">PivotArea</a></code>
359
+ <li><code><a href="./RubyXL/PivotCache.html">PivotCache</a></code>
360
+ <li><code><a href="./RubyXL/PivotCacheDefinitionFile.html">PivotCacheDefinitionFile</a></code>
361
+ <li><code><a href="./RubyXL/PivotCacheRecordsFile.html">PivotCacheRecordsFile</a></code>
362
+ <li><code><a href="./RubyXL/PivotCaches.html">PivotCaches</a></code>
363
+ <li><code><a href="./RubyXL/PivotReference.html">PivotReference</a></code>
364
+ <li><code><a href="./RubyXL/PivotReferences.html">PivotReferences</a></code>
365
+ <li><code><a href="./RubyXL/PivotTableFile.html">PivotTableFile</a></code>
366
+ <li><code><a href="./RubyXL/PivotTableSelection.html">PivotTableSelection</a></code>
367
+ <li><code><a href="./RubyXL/PresetGeometry.html">PresetGeometry</a></code>
368
+ <li><code><a href="./RubyXL/PrintOptions.html">PrintOptions</a></code>
369
+ <li><code><a href="./RubyXL/PrinterSettingsFile.html">PrinterSettingsFile</a></code>
370
+ <li><code><a href="./RubyXL/ProtectedRange.html">ProtectedRange</a></code>
371
+ <li><code><a href="./RubyXL/ProtectedRanges.html">ProtectedRanges</a></code>
372
+ <li><code><a href="./RubyXL/Protection.html">Protection</a></code>
373
+ <li><code><a href="./RubyXL/QueryParameter.html">QueryParameter</a></code>
374
+ <li><code><a href="./RubyXL/QueryParameters.html">QueryParameters</a></code>
375
+ <li><code><a href="./RubyXL/QueryTable.html">QueryTable</a></code>
376
+ <li><code><a href="./RubyXL/QueryTableDeletedField.html">QueryTableDeletedField</a></code>
377
+ <li><code><a href="./RubyXL/QueryTableDeletedFields.html">QueryTableDeletedFields</a></code>
378
+ <li><code><a href="./RubyXL/QueryTableField.html">QueryTableField</a></code>
379
+ <li><code><a href="./RubyXL/QueryTableFields.html">QueryTableFields</a></code>
380
+ <li><code><a href="./RubyXL/QueryTableRefresh.html">QueryTableRefresh</a></code>
381
+ <li><code><a href="./RubyXL/RID.html">RID</a></code>
382
+ <li><code><a href="./RubyXL/RawOOXML.html">RawOOXML</a></code>
383
+ <li><code><a href="./RubyXL/Reference.html">Reference</a></code>
384
+ <li><code><a href="./RubyXL/Relationship.html">Relationship</a></code>
385
+ <li><details><summary><code><a href="./RubyXL/RelationshipSupport.html">RelationshipSupport</a></code></summary>
386
+ <ul class="link-list">
387
+ <li><code><a href="./RubyXL/RelationshipSupport/ClassMehods.html">ClassMehods</a></code>
388
+ </ul></details>
389
+ <li><code><a href="./RubyXL/RevisionPointer.html">RevisionPointer</a></code>
390
+ <li><code><a href="./RubyXL/RichText.html">RichText</a></code>
391
+ <li><code><a href="./RubyXL/RichTextRun.html">RichTextRun</a></code>
392
+ <li><code><a href="./RubyXL/Row.html">Row</a></code>
393
+ <li><code><a href="./RubyXL/RowExt.html">RowExt</a></code>
394
+ <li><code><a href="./RubyXL/RunProperties.html">RunProperties</a></code>
395
+ <li><code><a href="./RubyXL/Scenario.html">Scenario</a></code>
396
+ <li><code><a href="./RubyXL/Scenarios.html">Scenarios</a></code>
397
+ <li><code><a href="./RubyXL/Selection.html">Selection</a></code>
398
+ <li><code><a href="./RubyXL/ShapeGuide.html">ShapeGuide</a></code>
399
+ <li><code><a href="./RubyXL/ShapeTextRectangle.html">ShapeTextRectangle</a></code>
400
+ <li><code><a href="./RubyXL/SharedStringsTable.html">SharedStringsTable</a></code>
401
+ <li><code><a href="./RubyXL/Sheet.html">Sheet</a></code>
402
+ <li><code><a href="./RubyXL/SheetCalculationProperties.html">SheetCalculationProperties</a></code>
403
+ <li><code><a href="./RubyXL/SheetData.html">SheetData</a></code>
404
+ <li><code><a href="./RubyXL/SheetDataExt.html">SheetDataExt</a></code>
405
+ <li><code><a href="./RubyXL/SheetDataSet.html">SheetDataSet</a></code>
406
+ <li><code><a href="./RubyXL/SheetMetadata.html">SheetMetadata</a></code>
407
+ <li><code><a href="./RubyXL/SheetName.html">SheetName</a></code>
408
+ <li><code><a href="./RubyXL/SheetNames.html">SheetNames</a></code>
409
+ <li><code><a href="./RubyXL/Sheets.html">Sheets</a></code>
410
+ <li><code><a href="./RubyXL/SlicerCacheFile.html">SlicerCacheFile</a></code>
411
+ <li><code><a href="./RubyXL/SlicerFile.html">SlicerFile</a></code>
412
+ <li><code><a href="./RubyXL/SmartTagProperties.html">SmartTagProperties</a></code>
413
+ <li><code><a href="./RubyXL/SmartTagType.html">SmartTagType</a></code>
414
+ <li><code><a href="./RubyXL/SmartTagTypes.html">SmartTagTypes</a></code>
415
+ <li><code><a href="./RubyXL/SmartTags.html">SmartTags</a></code>
416
+ <li><code><a href="./RubyXL/SortCondition.html">SortCondition</a></code>
417
+ <li><code><a href="./RubyXL/SortState.html">SortState</a></code>
418
+ <li><code><a href="./RubyXL/Sqref.html">Sqref</a></code>
419
+ <li><code><a href="./RubyXL/Stop.html">Stop</a></code>
420
+ <li><code><a href="./RubyXL/StringNode.html">StringNode</a></code>
421
+ <li><code><a href="./RubyXL/StringNodeW3C.html">StringNodeW3C</a></code>
422
+ <li><code><a href="./RubyXL/StringValue.html">StringValue</a></code>
423
+ <li><code><a href="./RubyXL/Stylesheet.html">Stylesheet</a></code>
424
+ <li><code><a href="./RubyXL/TableFile.html">TableFile</a></code>
425
+ <li><code><a href="./RubyXL/TableParts.html">TableParts</a></code>
426
+ <li><code><a href="./RubyXL/TableStyle.html">TableStyle</a></code>
427
+ <li><code><a href="./RubyXL/TableStyles.html">TableStyles</a></code>
428
+ <li><code><a href="./RubyXL/Text.html">Text</a></code>
429
+ <li><code><a href="./RubyXL/TextImportSettings.html">TextImportSettings</a></code>
430
+ <li><code><a href="./RubyXL/Theme.html">Theme</a></code>
431
+ <li><code><a href="./RubyXL/ThemeElements.html">ThemeElements</a></code>
432
+ <li><code><a href="./RubyXL/ThumbnailFile.html">ThumbnailFile</a></code>
433
+ <li><code><a href="./RubyXL/Top10.html">Top10</a></code>
434
+ <li><code><a href="./RubyXL/VMLDrawingFile.html">VMLDrawingFile</a></code>
435
+ <li><code><a href="./RubyXL/Variant.html">Variant</a></code>
436
+ <li><code><a href="./RubyXL/Vector.html">Vector</a></code>
437
+ <li><code><a href="./RubyXL/VectorValue.html">VectorValue</a></code>
438
+ <li><code><a href="./RubyXL/VisualProperties.html">VisualProperties</a></code>
439
+ <li><code><a href="./RubyXL/WebPublishObject.html">WebPublishObject</a></code>
440
+ <li><code><a href="./RubyXL/WebPublishObjects.html">WebPublishObjects</a></code>
441
+ <li><code><a href="./RubyXL/WebPublishingItem.html">WebPublishingItem</a></code>
442
+ <li><code><a href="./RubyXL/WebPublishingItems.html">WebPublishingItems</a></code>
443
+ <li><code><a href="./RubyXL/WebPublishingProperties.html">WebPublishingProperties</a></code>
444
+ <li><code><a href="./RubyXL/WebQueryProperties.html">WebQueryProperties</a></code>
445
+ <li><code><a href="./RubyXL/Workbook.html">Workbook</a></code>
446
+ <li><code><a href="./RubyXL/WorkbookConvenienceMethods.html">WorkbookConvenienceMethods</a></code>
447
+ <li><code><a href="./RubyXL/WorkbookProperties.html">WorkbookProperties</a></code>
448
+ <li><code><a href="./RubyXL/WorkbookProtection.html">WorkbookProtection</a></code>
449
+ <li><code><a href="./RubyXL/WorkbookRoot.html">WorkbookRoot</a></code>
450
+ <li><code><a href="./RubyXL/WorkbookView.html">WorkbookView</a></code>
451
+ <li><code><a href="./RubyXL/WorkbookViews.html">WorkbookViews</a></code>
452
+ <li><code><a href="./RubyXL/Worksheet.html">Worksheet</a></code>
453
+ <li><code><a href="./RubyXL/WorksheetConvenienceMethods.html">WorksheetConvenienceMethods</a></code>
454
+ <li><code><a href="./RubyXL/WorksheetDimensions.html">WorksheetDimensions</a></code>
455
+ <li><code><a href="./RubyXL/WorksheetFormatProperties.html">WorksheetFormatProperties</a></code>
456
+ <li><code><a href="./RubyXL/WorksheetProperties.html">WorksheetProperties</a></code>
457
+ <li><code><a href="./RubyXL/WorksheetProtection.html">WorksheetProtection</a></code>
458
+ <li><code><a href="./RubyXL/WorksheetView.html">WorksheetView</a></code>
459
+ <li><code><a href="./RubyXL/WorksheetViews.html">WorksheetViews</a></code>
460
+ <li><code><a href="./RubyXL/XF.html">XF</a></code>
461
+ </ul></details>
833
462
  </div>
834
463
 
835
464
  </div>
836
465
  </nav>
837
466
 
838
467
  <main role="main">
839
- <p>This is the API documentation for rubyXL 3.4.14.
468
+ <p>This is the API documentation for rubyXL 3.4.33.
840
469
  </main>
841
470
 
842
471
 
843
-
844
472
  <footer id="validator-badges" role="contentinfo">
845
473
  <p><a href="https://validator.w3.org/check/referer">Validate</a>
846
- <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.1.
474
+ <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.6.3.1.
847
475
  <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
848
476
  </footer>
849
477