rubyXL 3.3.29 → 3.4.27

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