rubyXL 3.3.33 → 3.4.25
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.circleci/config.yml +60 -0
- data/Gemfile +9 -8
- data/Gemfile.lock +124 -0
- data/LICENSE.txt +1 -1
- data/README.rdoc +46 -22
- data/Rakefile +29 -29
- data/VERSION +1 -1
- data/lib/rubyXL/cell.rb +2 -29
- data/lib/rubyXL/convenience_methods/cell.rb +276 -0
- data/lib/rubyXL/convenience_methods/color.rb +156 -0
- data/lib/rubyXL/convenience_methods/font.rb +63 -0
- data/lib/rubyXL/convenience_methods/workbook.rb +141 -0
- data/lib/rubyXL/convenience_methods/worksheet.rb +714 -0
- data/lib/rubyXL/convenience_methods.rb +5 -1301
- data/lib/rubyXL/objects/border.rb +0 -3
- data/lib/rubyXL/objects/calculation_chain.rb +2 -2
- data/lib/rubyXL/objects/cell_style.rb +1 -3
- data/lib/rubyXL/objects/chartsheet.rb +8 -12
- data/lib/rubyXL/objects/color.rb +3 -7
- data/lib/rubyXL/objects/column_range.rb +0 -3
- data/lib/rubyXL/objects/comments.rb +1 -4
- data/lib/rubyXL/objects/connection.rb +175 -0
- data/lib/rubyXL/objects/container_nodes.rb +1 -5
- data/lib/rubyXL/objects/content_types.rb +3 -6
- data/lib/rubyXL/objects/data_validation.rb +2 -2
- data/lib/rubyXL/objects/document_properties.rb +11 -15
- data/lib/rubyXL/objects/extensions.rb +0 -2
- data/lib/rubyXL/objects/external_links.rb +30 -8
- data/lib/rubyXL/objects/fill.rb +2 -5
- data/lib/rubyXL/objects/filters.rb +5 -7
- data/lib/rubyXL/objects/font.rb +2 -7
- data/lib/rubyXL/objects/formula.rb +3 -5
- data/lib/rubyXL/objects/ooxml_object.rb +26 -19
- data/lib/rubyXL/objects/query_table.rb +104 -0
- data/lib/rubyXL/objects/reference.rb +6 -8
- data/lib/rubyXL/objects/relationships.rb +13 -13
- data/lib/rubyXL/objects/root.rb +0 -2
- data/lib/rubyXL/objects/shared_strings.rb +3 -6
- data/lib/rubyXL/objects/sheet_common.rb +1 -3
- data/lib/rubyXL/objects/sheet_data.rb +38 -11
- data/lib/rubyXL/objects/simple_types.rb +16 -1
- data/lib/rubyXL/objects/storage.rb +51 -50
- data/lib/rubyXL/objects/stylesheet.rb +8 -15
- data/lib/rubyXL/objects/text.rb +5 -7
- data/lib/rubyXL/objects/theme.rb +5 -8
- data/lib/rubyXL/objects/workbook.rb +140 -33
- data/lib/rubyXL/objects/worksheet.rb +44 -31
- data/lib/rubyXL/parser.rb +1 -3
- data/lib/rubyXL/worksheet.rb +83 -91
- data/lib/rubyXL.rb +1 -1
- data/rdoc/README_rdoc.html +111 -126
- data/rdoc/RubyXL/AExtension.html +20 -60
- data/rdoc/RubyXL/AExtensionStorageArea.html +11 -17
- data/rdoc/RubyXL/ActiveX.html +19 -47
- data/rdoc/RubyXL/ActiveXBinary.html +11 -22
- data/rdoc/RubyXL/AdjustHandleList.html +12 -19
- data/rdoc/RubyXL/Alignment.html +12 -19
- data/rdoc/RubyXL/AlternateContent.html +11 -17
- data/rdoc/RubyXL/Authors.html +12 -19
- data/rdoc/RubyXL/AutoFilter.html +12 -19
- data/rdoc/RubyXL/AutoFilterColumn.html +12 -19
- data/rdoc/RubyXL/BinaryImageFile.html +11 -25
- data/rdoc/RubyXL/BodyProperties.html +12 -19
- data/rdoc/RubyXL/BooleanNode.html +11 -17
- data/rdoc/RubyXL/BooleanValue.html +11 -17
- data/rdoc/RubyXL/Border.html +24 -84
- data/rdoc/RubyXL/BorderEdge.html +19 -52
- data/rdoc/RubyXL/Borders.html +18 -39
- data/rdoc/RubyXL/Break.html +12 -19
- data/rdoc/RubyXL/BreakList.html +12 -19
- data/rdoc/RubyXL/CT_AdjPoint2D.html +12 -19
- data/rdoc/RubyXL/CT_AlphaBiLevelEffect.html +12 -19
- data/rdoc/RubyXL/CT_AlphaModulateEffect.html +12 -19
- data/rdoc/RubyXL/CT_AlphaModulateFixedEffect.html +12 -19
- data/rdoc/RubyXL/CT_AlphaOutsetEffect.html +12 -19
- data/rdoc/RubyXL/CT_AlphaReplaceEffect.html +12 -19
- data/rdoc/RubyXL/CT_Backdrop.html +12 -19
- data/rdoc/RubyXL/CT_Bevel.html +12 -19
- data/rdoc/RubyXL/CT_BiLevelEffect.html +12 -19
- data/rdoc/RubyXL/CT_BlendEffect.html +12 -19
- data/rdoc/RubyXL/CT_Blip.html +12 -19
- data/rdoc/RubyXL/CT_BlipFillProperties.html +12 -19
- data/rdoc/RubyXL/CT_BlurEffect.html +12 -19
- data/rdoc/RubyXL/CT_Camera.html +12 -19
- data/rdoc/RubyXL/CT_Color.html +12 -19
- data/rdoc/RubyXL/CT_ColorChangeEffect.html +12 -19
- data/rdoc/RubyXL/CT_ColorMapping.html +12 -19
- data/rdoc/RubyXL/CT_ColorScheme.html +12 -19
- data/rdoc/RubyXL/CT_ColorSchemeAndMapping.html +12 -19
- data/rdoc/RubyXL/CT_ConnectionSite.html +12 -19
- data/rdoc/RubyXL/CT_ConnectionSiteList.html +12 -19
- data/rdoc/RubyXL/CT_DashStop.html +12 -19
- data/rdoc/RubyXL/CT_DashStopList.html +12 -19
- data/rdoc/RubyXL/CT_DefaultShapeDefinition.html +12 -19
- data/rdoc/RubyXL/CT_DuotoneEffect.html +12 -19
- data/rdoc/RubyXL/CT_EffectContainer.html +12 -19
- data/rdoc/RubyXL/CT_EffectList.html +12 -19
- data/rdoc/RubyXL/CT_EffectReference.html +12 -19
- data/rdoc/RubyXL/CT_EffectStyleItem.html +12 -19
- data/rdoc/RubyXL/CT_EffectStyleList.html +12 -19
- data/rdoc/RubyXL/CT_EmbeddedWAVAudioFile.html +12 -19
- data/rdoc/RubyXL/CT_FillEffect.html +12 -19
- data/rdoc/RubyXL/CT_FillOverlayEffect.html +12 -19
- data/rdoc/RubyXL/CT_FillStyleList.html +12 -19
- data/rdoc/RubyXL/CT_FlatText.html +12 -19
- data/rdoc/RubyXL/CT_FontCollection.html +12 -19
- data/rdoc/RubyXL/CT_FontReference.html +12 -19
- data/rdoc/RubyXL/CT_GeomGuideList.html +12 -19
- data/rdoc/RubyXL/CT_GlowEffect.html +12 -19
- data/rdoc/RubyXL/CT_GradientFillProperties.html +12 -19
- data/rdoc/RubyXL/CT_GradientStop.html +12 -19
- data/rdoc/RubyXL/CT_GradientStopList.html +12 -19
- data/rdoc/RubyXL/CT_HSLEffect.html +12 -19
- data/rdoc/RubyXL/CT_HslColor.html +12 -19
- data/rdoc/RubyXL/CT_Hyperlink.html +12 -19
- data/rdoc/RubyXL/CT_InnerShadowEffect.html +12 -19
- data/rdoc/RubyXL/CT_LightRig.html +12 -19
- data/rdoc/RubyXL/CT_LineEndProperties.html +12 -19
- data/rdoc/RubyXL/CT_LineJoinMiterProperties.html +12 -19
- data/rdoc/RubyXL/CT_LineProperties.html +12 -19
- data/rdoc/RubyXL/CT_LineStyleList.html +12 -19
- data/rdoc/RubyXL/CT_LinearShadeProperties.html +12 -19
- data/rdoc/RubyXL/CT_LuminanceEffect.html +12 -19
- data/rdoc/RubyXL/CT_ObjectStyleDefaults.html +12 -19
- data/rdoc/RubyXL/CT_OuterShadowEffect.html +12 -19
- data/rdoc/RubyXL/CT_Path2D.html +12 -19
- data/rdoc/RubyXL/CT_Path2DArcTo.html +12 -19
- data/rdoc/RubyXL/CT_Path2DCubicBezierTo.html +12 -19
- data/rdoc/RubyXL/CT_Path2DList.html +12 -19
- data/rdoc/RubyXL/CT_Path2DQuadBezierTo.html +12 -19
- data/rdoc/RubyXL/CT_Path2DTo.html +12 -19
- data/rdoc/RubyXL/CT_PathShadeProperties.html +12 -19
- data/rdoc/RubyXL/CT_PatternFillProperties.html +12 -19
- data/rdoc/RubyXL/CT_Point3D.html +12 -19
- data/rdoc/RubyXL/CT_PolarAdjustHandle.html +12 -19
- data/rdoc/RubyXL/CT_PresetColor.html +12 -19
- data/rdoc/RubyXL/CT_PresetLineDashProperties.html +12 -19
- data/rdoc/RubyXL/CT_PresetShadowEffect.html +12 -19
- data/rdoc/RubyXL/CT_PresetTextShape.html +12 -19
- data/rdoc/RubyXL/CT_ReflectionEffect.html +12 -19
- data/rdoc/RubyXL/CT_RelativeOffsetEffect.html +12 -19
- data/rdoc/RubyXL/CT_RelativeRect.html +12 -19
- data/rdoc/RubyXL/CT_SRgbColor.html +12 -19
- data/rdoc/RubyXL/CT_ScRgbColor.html +12 -19
- data/rdoc/RubyXL/CT_Scene3D.html +12 -19
- data/rdoc/RubyXL/CT_SchemeColor.html +12 -19
- data/rdoc/RubyXL/CT_Shape3D.html +12 -19
- data/rdoc/RubyXL/CT_ShapeStyle.html +12 -19
- data/rdoc/RubyXL/CT_SoftEdgesEffect.html +12 -19
- data/rdoc/RubyXL/CT_SphereCoords.html +12 -19
- data/rdoc/RubyXL/CT_StretchInfoProperties.html +12 -19
- data/rdoc/RubyXL/CT_StyleMatrix.html +12 -19
- data/rdoc/RubyXL/CT_StyleMatrixReference.html +12 -19
- data/rdoc/RubyXL/CT_SupplementalFont.html +12 -19
- data/rdoc/RubyXL/CT_SystemColor.html +12 -19
- data/rdoc/RubyXL/CT_TextAutonumberBullet.html +12 -19
- data/rdoc/RubyXL/CT_TextBlipBullet.html +12 -19
- data/rdoc/RubyXL/CT_TextCharBullet.html +12 -19
- data/rdoc/RubyXL/CT_TextCharacterProperties.html +12 -19
- data/rdoc/RubyXL/CT_TextFont.html +12 -19
- data/rdoc/RubyXL/CT_TextListStyle.html +12 -19
- data/rdoc/RubyXL/CT_TextNormalAutofit.html +12 -19
- data/rdoc/RubyXL/CT_TextParagraphProperties.html +12 -19
- data/rdoc/RubyXL/CT_TextSpacing.html +12 -19
- data/rdoc/RubyXL/CT_TextTabStop.html +12 -19
- data/rdoc/RubyXL/CT_TextTabStopList.html +12 -19
- data/rdoc/RubyXL/CT_TileInfoProperties.html +12 -19
- data/rdoc/RubyXL/CT_TintEffect.html +12 -19
- data/rdoc/RubyXL/CT_Transform2D.html +12 -19
- data/rdoc/RubyXL/CT_TransformEffect.html +12 -19
- data/rdoc/RubyXL/CT_Vector3D.html +12 -19
- data/rdoc/RubyXL/CT_XYAdjustHandle.html +12 -19
- data/rdoc/RubyXL/CalculationChain.html +16 -45
- data/rdoc/RubyXL/CalculationChainCell.html +12 -19
- data/rdoc/RubyXL/CalculationProperties.html +12 -19
- data/rdoc/RubyXL/Cell.html +133 -209
- data/rdoc/RubyXL/CellConvenienceMethods.html +168 -522
- data/rdoc/RubyXL/CellExt.html +12 -19
- data/rdoc/RubyXL/CellSmartTag.html +12 -19
- data/rdoc/RubyXL/CellSmartTagProperty.html +12 -19
- data/rdoc/RubyXL/CellSmartTags.html +12 -19
- data/rdoc/RubyXL/CellStyle.html +12 -19
- data/rdoc/RubyXL/CellStyleXFs.html +18 -39
- data/rdoc/RubyXL/CellStyles.html +18 -39
- data/rdoc/RubyXL/CellValue.html +17 -38
- data/rdoc/RubyXL/CellWatch.html +12 -19
- data/rdoc/RubyXL/CellWatches.html +12 -19
- data/rdoc/RubyXL/CellXFs.html +19 -42
- data/rdoc/RubyXL/ChartColorsFile.html +11 -25
- data/rdoc/RubyXL/ChartFile.html +18 -49
- data/rdoc/RubyXL/ChartStyleFile.html +11 -25
- data/rdoc/RubyXL/ChartUserShapesFile.html +11 -25
- data/rdoc/RubyXL/Chartsheet.html +19 -68
- data/rdoc/RubyXL/ChartsheetPageSetup.html +12 -19
- data/rdoc/RubyXL/ChartsheetProperties.html +12 -19
- data/rdoc/RubyXL/ChartsheetProtection.html +12 -19
- data/rdoc/RubyXL/ChartsheetView.html +12 -19
- data/rdoc/RubyXL/ChartsheetViews.html +12 -19
- data/rdoc/RubyXL/Color.html +18 -55
- data/rdoc/RubyXL/ColorConvenienceClasses/HlsColor.html +18 -65
- data/rdoc/RubyXL/ColorConvenienceClasses/RgbColor.html +28 -88
- data/rdoc/RubyXL/ColorConvenienceClasses.html +9 -14
- data/rdoc/RubyXL/ColorConvenienceMethods.html +14 -33
- data/rdoc/RubyXL/ColorFilter.html +12 -19
- data/rdoc/RubyXL/ColorScale.html +12 -19
- data/rdoc/RubyXL/ColorSet.html +12 -19
- data/rdoc/RubyXL/Colors.html +12 -19
- data/rdoc/RubyXL/ColumnRange.html +22 -74
- data/rdoc/RubyXL/ColumnRanges.html +23 -83
- data/rdoc/RubyXL/Comment.html +12 -19
- data/rdoc/RubyXL/CommentList.html +12 -19
- data/rdoc/RubyXL/CommentsFile.html +17 -51
- data/rdoc/RubyXL/ConditionalFormatValue.html +12 -19
- data/rdoc/RubyXL/ConditionalFormatting.html +12 -19
- data/rdoc/RubyXL/ConditionalFormattingRule.html +12 -19
- data/rdoc/RubyXL/Connection.html +99 -0
- data/rdoc/RubyXL/ConnectionTable.html +99 -0
- data/rdoc/RubyXL/ConnectionTables.html +99 -0
- data/rdoc/RubyXL/ConnectionTextField.html +99 -0
- data/rdoc/RubyXL/ConnectionTextFields.html +99 -0
- data/rdoc/RubyXL/Connections.html +147 -0
- data/rdoc/RubyXL/ContentTypeDefault.html +11 -17
- data/rdoc/RubyXL/ContentTypeOverride.html +11 -17
- data/rdoc/RubyXL/ContentTypes.html +22 -63
- data/rdoc/RubyXL/ControlPropertiesFile.html +13 -22
- data/rdoc/RubyXL/CorePropertiesFile.html +34 -171
- data/rdoc/RubyXL/CustomColor.html +12 -19
- data/rdoc/RubyXL/CustomColorList.html +12 -19
- data/rdoc/RubyXL/CustomFilter.html +12 -19
- data/rdoc/RubyXL/CustomFilters.html +12 -19
- data/rdoc/RubyXL/CustomGeometry.html +12 -19
- data/rdoc/RubyXL/CustomProperties.html +12 -19
- data/rdoc/RubyXL/CustomPropertiesFile.html +11 -25
- data/rdoc/RubyXL/CustomProperty.html +12 -19
- data/rdoc/RubyXL/CustomPropertyFile.html +11 -25
- data/rdoc/RubyXL/CustomSheetView.html +12 -19
- data/rdoc/RubyXL/CustomSheetViews.html +12 -19
- data/rdoc/RubyXL/CustomWorkbookView.html +12 -19
- data/rdoc/RubyXL/CustomWorkbookViews.html +12 -19
- data/rdoc/RubyXL/CustomXMLFile.html +11 -22
- data/rdoc/RubyXL/DXF.html +12 -19
- data/rdoc/RubyXL/DXFs.html +12 -19
- data/rdoc/RubyXL/DataBar.html +12 -19
- data/rdoc/RubyXL/DataConsolidate.html +12 -19
- data/rdoc/RubyXL/DataConsolidationReference.html +12 -19
- data/rdoc/RubyXL/DataConsolidationReferences.html +12 -19
- data/rdoc/RubyXL/DataType.html +10 -39
- data/rdoc/RubyXL/DataValidation.html +12 -19
- data/rdoc/RubyXL/DataValidations.html +12 -19
- data/rdoc/RubyXL/DateGroupItem.html +12 -19
- data/rdoc/RubyXL/DefinedName.html +12 -19
- data/rdoc/RubyXL/DefinedNameExt.html +12 -19
- data/rdoc/RubyXL/DefinedNames.html +12 -19
- data/rdoc/RubyXL/DefinedNamesExt.html +12 -19
- data/rdoc/RubyXL/DocumentPropertiesFile.html +21 -68
- data/rdoc/RubyXL/DrawingFile.html +18 -49
- data/rdoc/RubyXL/DynamicFilter.html +12 -19
- data/rdoc/RubyXL/EmbeddedControl.html +12 -19
- data/rdoc/RubyXL/EmbeddedControls.html +12 -19
- data/rdoc/RubyXL/Extension.html +12 -19
- data/rdoc/RubyXL/ExtensionStorageArea.html +12 -19
- data/rdoc/RubyXL/Extents.html +12 -19
- data/rdoc/RubyXL/ExternalBook.html +12 -19
- data/rdoc/RubyXL/ExternalLinksFile.html +18 -49
- data/rdoc/RubyXL/ExternalReference.html +12 -19
- data/rdoc/RubyXL/ExternalReferences.html +12 -19
- data/rdoc/RubyXL/ExtraColorSchemeList.html +12 -19
- data/rdoc/RubyXL/FieldItem.html +12 -19
- data/rdoc/RubyXL/FileRecoveryProperties.html +12 -19
- data/rdoc/RubyXL/FileSharing.html +12 -19
- data/rdoc/RubyXL/FileVersion.html +12 -19
- data/rdoc/RubyXL/Fill.html +18 -39
- data/rdoc/RubyXL/Fills.html +18 -39
- data/rdoc/RubyXL/FilterContainer.html +12 -19
- data/rdoc/RubyXL/FloatNode.html +11 -17
- data/rdoc/RubyXL/FloatValue.html +11 -17
- data/rdoc/RubyXL/Font.html +21 -59
- data/rdoc/RubyXL/FontConvenienceMethods.html +48 -237
- data/rdoc/RubyXL/FontScheme.html +12 -19
- data/rdoc/RubyXL/Fonts.html +18 -39
- data/rdoc/RubyXL/Formula.html +12 -19
- data/rdoc/RubyXL/FunctionGroup.html +12 -19
- data/rdoc/RubyXL/FunctionGroups.html +12 -19
- data/rdoc/RubyXL/GenericStorageObject.html +21 -84
- data/rdoc/RubyXL/GradientFill.html +12 -19
- data/rdoc/RubyXL/HeaderFooterSettings.html +12 -19
- data/rdoc/RubyXL/Hyperlink.html +12 -19
- data/rdoc/RubyXL/HyperlinkRelFile.html +11 -22
- data/rdoc/RubyXL/Hyperlinks.html +12 -19
- data/rdoc/RubyXL/IconFilter.html +12 -19
- data/rdoc/RubyXL/IconSet.html +12 -19
- data/rdoc/RubyXL/IgnoredError.html +12 -19
- data/rdoc/RubyXL/IgnoredErrors.html +12 -19
- data/rdoc/RubyXL/IndexedColors.html +12 -19
- data/rdoc/RubyXL/InputCells.html +12 -19
- data/rdoc/RubyXL/IntegerNode.html +11 -17
- data/rdoc/RubyXL/IntegerValue.html +11 -17
- data/rdoc/RubyXL/LegacyCell.html +13 -66
- data/rdoc/RubyXL/LegacyWorksheet.html +25 -99
- data/rdoc/RubyXL/MRUColors.html +12 -19
- data/rdoc/RubyXL/MacrosFile.html +11 -25
- data/rdoc/RubyXL/MergedCell.html +12 -19
- data/rdoc/RubyXL/MergedCells.html +12 -19
- data/rdoc/RubyXL/NumFmt.html +12 -19
- data/rdoc/RubyXL/NumberFormat.html +18 -39
- data/rdoc/RubyXL/NumberFormats.html +18 -45
- data/rdoc/RubyXL/OLEObject.html +12 -19
- data/rdoc/RubyXL/OLEObjectFile.html +11 -25
- data/rdoc/RubyXL/OLEObjects.html +12 -19
- data/rdoc/RubyXL/OLESize.html +12 -19
- data/rdoc/RubyXL/OOXMLContainerObject.html +35 -132
- data/rdoc/RubyXL/OOXMLIgnored.html +19 -53
- data/rdoc/RubyXL/OOXMLObject.html +14 -25
- data/rdoc/RubyXL/OOXMLObjectClassMethods.html +91 -183
- data/rdoc/RubyXL/OOXMLObjectInstanceMethods.html +48 -185
- data/rdoc/RubyXL/OOXMLRelationshipsFile.html +47 -200
- data/rdoc/RubyXL/OOXMLTopLevelObject.html +36 -133
- data/rdoc/RubyXL/OdbcOleDbProperties.html +99 -0
- data/rdoc/RubyXL/Offset.html +12 -19
- data/rdoc/RubyXL/OlapProperties.html +99 -0
- data/rdoc/RubyXL/OleItem.html +99 -0
- data/rdoc/RubyXL/OleItems.html +99 -0
- data/rdoc/RubyXL/OleLink.html +99 -0
- data/rdoc/RubyXL/OutlineProperties.html +12 -19
- data/rdoc/RubyXL/PageMargins.html +12 -19
- data/rdoc/RubyXL/PageSetup.html +12 -19
- data/rdoc/RubyXL/PageSetupProperties.html +12 -19
- data/rdoc/RubyXL/Pane.html +12 -19
- data/rdoc/RubyXL/Parser.html +22 -56
- data/rdoc/RubyXL/PatternFill.html +12 -19
- data/rdoc/RubyXL/PhoneticProperties.html +12 -19
- data/rdoc/RubyXL/PhoneticRun.html +12 -19
- data/rdoc/RubyXL/PivotArea.html +12 -19
- data/rdoc/RubyXL/PivotCache.html +12 -19
- data/rdoc/RubyXL/PivotCacheDefinitionFile.html +13 -30
- data/rdoc/RubyXL/PivotCacheRecordsFile.html +11 -25
- data/rdoc/RubyXL/PivotCaches.html +12 -19
- data/rdoc/RubyXL/PivotReference.html +12 -19
- data/rdoc/RubyXL/PivotReferences.html +12 -19
- data/rdoc/RubyXL/PivotTableFile.html +13 -30
- data/rdoc/RubyXL/PivotTableSelection.html +12 -19
- data/rdoc/RubyXL/PresetGeometry.html +12 -19
- data/rdoc/RubyXL/PrintOptions.html +12 -19
- data/rdoc/RubyXL/PrinterSettingsFile.html +11 -25
- data/rdoc/RubyXL/ProtectedRange.html +12 -19
- data/rdoc/RubyXL/ProtectedRanges.html +12 -19
- data/rdoc/RubyXL/Protection.html +12 -19
- data/rdoc/RubyXL/QueryParameter.html +99 -0
- data/rdoc/RubyXL/QueryParameters.html +99 -0
- data/rdoc/RubyXL/QueryTable.html +155 -0
- data/rdoc/RubyXL/QueryTableDeletedField.html +99 -0
- data/rdoc/RubyXL/QueryTableDeletedFields.html +99 -0
- data/rdoc/RubyXL/QueryTableField.html +99 -0
- data/rdoc/RubyXL/QueryTableFields.html +99 -0
- data/rdoc/RubyXL/QueryTableRefresh.html +99 -0
- data/rdoc/RubyXL/RID.html +11 -17
- data/rdoc/RubyXL/RawOOXML.html +20 -60
- data/rdoc/RubyXL/Reference.html +62 -228
- data/rdoc/RubyXL/Relationship.html +11 -17
- data/rdoc/RubyXL/RelationshipSupport/ClassMehods.html +13 -32
- data/rdoc/RubyXL/RelationshipSupport.html +25 -120
- data/rdoc/RubyXL/RevisionPointer.html +12 -22
- data/rdoc/RubyXL/RichText.html +19 -39
- data/rdoc/RubyXL/RichTextRun.html +17 -38
- data/rdoc/RubyXL/Row.html +33 -168
- data/rdoc/RubyXL/RowExt.html +12 -19
- data/rdoc/RubyXL/RunProperties.html +12 -19
- data/rdoc/RubyXL/Scenario.html +12 -19
- data/rdoc/RubyXL/Scenarios.html +12 -19
- data/rdoc/RubyXL/Selection.html +16 -37
- data/rdoc/RubyXL/ShapeGuide.html +12 -19
- data/rdoc/RubyXL/ShapeTextRectangle.html +12 -19
- data/rdoc/RubyXL/SharedStringsTable.html +37 -147
- data/rdoc/RubyXL/Sheet.html +12 -19
- data/rdoc/RubyXL/SheetCalculationProperties.html +12 -19
- data/rdoc/RubyXL/SheetData.html +19 -53
- data/rdoc/RubyXL/SheetDataExt.html +12 -19
- data/rdoc/RubyXL/SheetDataSet.html +12 -19
- data/rdoc/RubyXL/SheetMetadata.html +108 -0
- data/rdoc/RubyXL/SheetName.html +12 -19
- data/rdoc/RubyXL/SheetNames.html +12 -19
- data/rdoc/RubyXL/Sheets.html +12 -19
- data/rdoc/RubyXL/SlicerCacheFile.html +11 -25
- data/rdoc/RubyXL/SlicerFile.html +11 -25
- data/rdoc/RubyXL/SmartTagProperties.html +12 -19
- data/rdoc/RubyXL/SmartTagType.html +12 -19
- data/rdoc/RubyXL/SmartTagTypes.html +12 -19
- data/rdoc/RubyXL/SmartTags.html +12 -19
- data/rdoc/RubyXL/SortCondition.html +12 -19
- data/rdoc/RubyXL/SortState.html +12 -19
- data/rdoc/RubyXL/Sqref.html +19 -53
- data/rdoc/RubyXL/Stop.html +12 -19
- data/rdoc/RubyXL/StringNode.html +11 -17
- data/rdoc/RubyXL/StringNodeW3C.html +20 -54
- data/rdoc/RubyXL/StringValue.html +11 -17
- data/rdoc/RubyXL/Stylesheet.html +34 -117
- data/rdoc/RubyXL/TableFile.html +11 -25
- data/rdoc/RubyXL/TableParts.html +11 -17
- data/rdoc/RubyXL/TableStyle.html +12 -19
- data/rdoc/RubyXL/TableStyles.html +12 -19
- data/rdoc/RubyXL/Text.html +22 -67
- data/rdoc/RubyXL/TextImportSettings.html +99 -0
- data/rdoc/RubyXL/Theme.html +19 -75
- data/rdoc/RubyXL/ThemeElements.html +12 -19
- data/rdoc/RubyXL/ThumbnailFile.html +11 -25
- data/rdoc/RubyXL/Top10.html +12 -19
- data/rdoc/RubyXL/VMLDrawingFile.html +14 -32
- data/rdoc/RubyXL/Variant.html +12 -19
- data/rdoc/RubyXL/Vector.html +17 -38
- data/rdoc/RubyXL/VectorValue.html +11 -17
- data/rdoc/RubyXL/VisualProperties.html +12 -19
- data/rdoc/RubyXL/WebPublishObject.html +12 -19
- data/rdoc/RubyXL/WebPublishObjects.html +12 -19
- data/rdoc/RubyXL/WebPublishingItem.html +12 -19
- data/rdoc/RubyXL/WebPublishingItems.html +12 -19
- data/rdoc/RubyXL/WebPublishingProperties.html +12 -19
- data/rdoc/RubyXL/WebQueryProperties.html +99 -0
- data/rdoc/RubyXL/Workbook.html +486 -227
- data/rdoc/RubyXL/WorkbookConvenienceMethods.html +130 -888
- data/rdoc/RubyXL/WorkbookProperties.html +12 -19
- data/rdoc/RubyXL/WorkbookProtection.html +12 -19
- data/rdoc/RubyXL/WorkbookRoot.html +27 -114
- data/rdoc/RubyXL/WorkbookView.html +12 -19
- data/rdoc/RubyXL/WorkbookViews.html +12 -19
- data/rdoc/RubyXL/Worksheet.html +92 -121
- data/rdoc/RubyXL/WorksheetConvenienceMethods.html +298 -1109
- data/rdoc/RubyXL/WorksheetDimensions.html +12 -19
- data/rdoc/RubyXL/WorksheetFormatProperties.html +11 -17
- data/rdoc/RubyXL/WorksheetProperties.html +12 -19
- data/rdoc/RubyXL/WorksheetProtection.html +12 -19
- data/rdoc/RubyXL/WorksheetView.html +12 -19
- data/rdoc/RubyXL/WorksheetViews.html +12 -19
- data/rdoc/RubyXL/XF.html +12 -19
- data/rdoc/RubyXL.html +39 -318
- data/rdoc/created.rid +45 -38
- data/rdoc/css/rdoc.css +55 -6
- data/rdoc/fonts/SourceCodePro-Bold.ttf +0 -0
- data/rdoc/fonts/SourceCodePro-Regular.ttf +0 -0
- data/rdoc/index.html +33 -373
- data/rdoc/js/darkfish.js +22 -99
- data/rdoc/js/navigation.js +4 -41
- data/rdoc/js/navigation.js.gz +0 -0
- data/rdoc/js/search.js +32 -31
- data/rdoc/js/search_index.js +1 -1
- data/rdoc/js/search_index.js.gz +0 -0
- data/rdoc/js/searcher.js +6 -6
- data/rdoc/js/searcher.js.gz +0 -0
- data/rdoc/table_of_contents.html +205 -45
- data/rubyXL.gemspec +53 -29
- data/spec/lib/cell_spec.rb +57 -6
- data/spec/lib/color_spec.rb +2 -1
- data/spec/lib/parser_spec.rb +24 -27
- data/spec/lib/reference_spec.rb +9 -3
- data/spec/lib/rgb_color_spec.rb +27 -0
- data/spec/lib/stylesheet_spec.rb +8 -11
- data/spec/lib/text_spec.rb +1 -5
- data/spec/lib/workbook_spec.rb +25 -4
- data/spec/lib/worksheet_spec.rb +873 -479
- data/spec/spec_helper.rb +2 -0
- data/test/test_parse_write.rb +15 -15
- metadata +54 -10
- data/rdoc/js/jquery.js +0 -4
data/rdoc/js/search_index.js.gz
CHANGED
Binary file
|
data/rdoc/js/searcher.js
CHANGED
@@ -51,20 +51,20 @@ Searcher.prototype = new function() {
|
|
51
51
|
|
52
52
|
/* ----- Utilities ------ */
|
53
53
|
function splitQuery(query) {
|
54
|
-
return
|
54
|
+
return query.split(/(\s+|::?|\(\)?)/).filter(function(string) {
|
55
55
|
return string.match(/\S/);
|
56
56
|
});
|
57
57
|
}
|
58
58
|
|
59
59
|
function buildRegexps(queries) {
|
60
|
-
return
|
60
|
+
return queries.map(function(query) {
|
61
61
|
return new RegExp(query.replace(/(.)/g, '([$1])([^$1]*?)'), 'i');
|
62
62
|
});
|
63
63
|
}
|
64
64
|
|
65
65
|
function buildHilighters(queries) {
|
66
|
-
return
|
67
|
-
return
|
66
|
+
return queries.map(function(query) {
|
67
|
+
return query.split('').map(function(l, i) {
|
68
68
|
return '\u0001$' + (i*2+1) + '\u0002$' + (i*2+2);
|
69
69
|
}).join('');
|
70
70
|
});
|
@@ -221,9 +221,9 @@ Searcher.prototype = new function() {
|
|
221
221
|
}
|
222
222
|
|
223
223
|
function triggerResults(results, isLast) {
|
224
|
-
|
224
|
+
this.handlers.forEach(function(fn) {
|
225
225
|
fn.call(this, results, isLast)
|
226
|
-
})
|
226
|
+
});
|
227
227
|
}
|
228
228
|
}
|
229
229
|
|
data/rdoc/js/searcher.js.gz
CHANGED
Binary file
|
data/rdoc/table_of_contents.html
CHANGED
@@ -4,24 +4,26 @@
|
|
4
4
|
<head>
|
5
5
|
<meta charset="UTF-8">
|
6
6
|
|
7
|
-
<title>Table of Contents - rubyXL 3.
|
7
|
+
<title>Table of Contents - rubyXL 3.4.25</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/
|
15
|
-
<script src="./js/
|
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" class="table-of-contents">
|
23
25
|
<main role="main">
|
24
|
-
<h1 class="class">Table of Contents - rubyXL 3.
|
26
|
+
<h1 class="class">Table of Contents - rubyXL 3.4.25</h1>
|
25
27
|
|
26
28
|
<h2 id="pages">Pages</h2>
|
27
29
|
<ul>
|
@@ -32,6 +34,7 @@
|
|
32
34
|
<li><a href="README_rdoc.html#label-rubyXL">rubyXL</a>
|
33
35
|
<li><a href="README_rdoc.html#label-To+Install-3A">To Install:</a>
|
34
36
|
<li><a href="README_rdoc.html#label-To+Use-3A">To Use:</a>
|
37
|
+
<li><a href="README_rdoc.html#label-Convenience+methods">Convenience methods</a>
|
35
38
|
<li><a href="README_rdoc.html#label-Parsing+an+existing+workbook">Parsing an existing workbook</a>
|
36
39
|
<li><a href="README_rdoc.html#label-Creating+a+new+Workbook">Creating a new Workbook</a>
|
37
40
|
<li><a href="README_rdoc.html#label-Accessing">Accessing</a>
|
@@ -41,7 +44,6 @@
|
|
41
44
|
<li><a href="README_rdoc.html#label-Wrappers+for+accessing+Cell+properties">Wrappers for accessing Cell properties</a>
|
42
45
|
<li><a href="README_rdoc.html#label-Wrappers+for+accessing+Row+properties+">Wrappers for accessing Row properties </a>
|
43
46
|
<li><a href="README_rdoc.html#label-Accessing+column+properties">Accessing column properties</a>
|
44
|
-
<li><a href="README_rdoc.html#label-Table+reading">Table reading</a>
|
45
47
|
<li><a href="README_rdoc.html#label-Modifying">Modifying</a>
|
46
48
|
<li><a href="README_rdoc.html#label-Adding+Worksheets">Adding Worksheets</a>
|
47
49
|
<li><a href="README_rdoc.html#label-Renaming+Worksheets">Renaming Worksheets</a>
|
@@ -64,14 +66,16 @@
|
|
64
66
|
<li><a href="README_rdoc.html#label-Insert+Cell">Insert Cell</a>
|
65
67
|
<li><a href="README_rdoc.html#label-Delete+Cell">Delete Cell</a>
|
66
68
|
<li><a href="README_rdoc.html#label-Modifying+Cell+Format">Modifying Cell Format</a>
|
69
|
+
<li><a href="README_rdoc.html#label-Add+hyperlink+to+a+Cell">Add hyperlink to a Cell</a>
|
67
70
|
<li><a href="README_rdoc.html#label-I-2FO">I/O</a>
|
68
71
|
<li><a href="README_rdoc.html#label-Miscellaneous">Miscellaneous</a>
|
72
|
+
<li><a href="README_rdoc.html#label-Suppress+warnings+about+malformed+input+files">Suppress warnings about malformed input files</a>
|
73
|
+
<li><a href="README_rdoc.html#label-Data+validation+-28colloquially+referred+to+as+-22dropdown+list-22-29">Data validation (colloquially referred to as “dropdown list”)</a>
|
69
74
|
<li><a href="README_rdoc.html#label-For+more+information">For more information</a>
|
70
75
|
<li><a href="README_rdoc.html#label-Contributing+to+rubyXL">Contributing to rubyXL</a>
|
71
76
|
<li><a href="README_rdoc.html#label-Copyright">Copyright</a>
|
72
77
|
</ul>
|
73
78
|
</li>
|
74
|
-
|
75
79
|
</ul>
|
76
80
|
|
77
81
|
<h2 id="classes">Classes and Modules</h2>
|
@@ -571,6 +575,24 @@
|
|
571
575
|
<li class="class">
|
572
576
|
<a href="RubyXL/ConditionalFormattingRule.html">RubyXL::ConditionalFormattingRule</a>
|
573
577
|
</li>
|
578
|
+
<li class="class">
|
579
|
+
<a href="RubyXL/Connection.html">RubyXL::Connection</a>
|
580
|
+
</li>
|
581
|
+
<li class="class">
|
582
|
+
<a href="RubyXL/ConnectionTable.html">RubyXL::ConnectionTable</a>
|
583
|
+
</li>
|
584
|
+
<li class="class">
|
585
|
+
<a href="RubyXL/ConnectionTables.html">RubyXL::ConnectionTables</a>
|
586
|
+
</li>
|
587
|
+
<li class="class">
|
588
|
+
<a href="RubyXL/ConnectionTextField.html">RubyXL::ConnectionTextField</a>
|
589
|
+
</li>
|
590
|
+
<li class="class">
|
591
|
+
<a href="RubyXL/ConnectionTextFields.html">RubyXL::ConnectionTextFields</a>
|
592
|
+
</li>
|
593
|
+
<li class="class">
|
594
|
+
<a href="RubyXL/Connections.html">RubyXL::Connections</a>
|
595
|
+
</li>
|
574
596
|
<li class="class">
|
575
597
|
<a href="RubyXL/ContentTypeDefault.html">RubyXL::ContentTypeDefault</a>
|
576
598
|
</li>
|
@@ -859,9 +881,24 @@
|
|
859
881
|
<li class="class">
|
860
882
|
<a href="RubyXL/OOXMLTopLevelObject.html">RubyXL::OOXMLTopLevelObject</a>
|
861
883
|
</li>
|
884
|
+
<li class="class">
|
885
|
+
<a href="RubyXL/OdbcOleDbProperties.html">RubyXL::OdbcOleDbProperties</a>
|
886
|
+
</li>
|
862
887
|
<li class="class">
|
863
888
|
<a href="RubyXL/Offset.html">RubyXL::Offset</a>
|
864
889
|
</li>
|
890
|
+
<li class="class">
|
891
|
+
<a href="RubyXL/OlapProperties.html">RubyXL::OlapProperties</a>
|
892
|
+
</li>
|
893
|
+
<li class="class">
|
894
|
+
<a href="RubyXL/OleItem.html">RubyXL::OleItem</a>
|
895
|
+
</li>
|
896
|
+
<li class="class">
|
897
|
+
<a href="RubyXL/OleItems.html">RubyXL::OleItems</a>
|
898
|
+
</li>
|
899
|
+
<li class="class">
|
900
|
+
<a href="RubyXL/OleLink.html">RubyXL::OleLink</a>
|
901
|
+
</li>
|
865
902
|
<li class="class">
|
866
903
|
<a href="RubyXL/OutlineProperties.html">RubyXL::OutlineProperties</a>
|
867
904
|
</li>
|
@@ -934,6 +971,30 @@
|
|
934
971
|
<li class="class">
|
935
972
|
<a href="RubyXL/Protection.html">RubyXL::Protection</a>
|
936
973
|
</li>
|
974
|
+
<li class="class">
|
975
|
+
<a href="RubyXL/QueryParameter.html">RubyXL::QueryParameter</a>
|
976
|
+
</li>
|
977
|
+
<li class="class">
|
978
|
+
<a href="RubyXL/QueryParameters.html">RubyXL::QueryParameters</a>
|
979
|
+
</li>
|
980
|
+
<li class="class">
|
981
|
+
<a href="RubyXL/QueryTable.html">RubyXL::QueryTable</a>
|
982
|
+
</li>
|
983
|
+
<li class="class">
|
984
|
+
<a href="RubyXL/QueryTableDeletedField.html">RubyXL::QueryTableDeletedField</a>
|
985
|
+
</li>
|
986
|
+
<li class="class">
|
987
|
+
<a href="RubyXL/QueryTableDeletedFields.html">RubyXL::QueryTableDeletedFields</a>
|
988
|
+
</li>
|
989
|
+
<li class="class">
|
990
|
+
<a href="RubyXL/QueryTableField.html">RubyXL::QueryTableField</a>
|
991
|
+
</li>
|
992
|
+
<li class="class">
|
993
|
+
<a href="RubyXL/QueryTableFields.html">RubyXL::QueryTableFields</a>
|
994
|
+
</li>
|
995
|
+
<li class="class">
|
996
|
+
<a href="RubyXL/QueryTableRefresh.html">RubyXL::QueryTableRefresh</a>
|
997
|
+
</li>
|
937
998
|
<li class="class">
|
938
999
|
<a href="RubyXL/RID.html">RubyXL::RID</a>
|
939
1000
|
</li>
|
@@ -1003,6 +1064,9 @@
|
|
1003
1064
|
<li class="class">
|
1004
1065
|
<a href="RubyXL/SheetDataSet.html">RubyXL::SheetDataSet</a>
|
1005
1066
|
</li>
|
1067
|
+
<li class="class">
|
1068
|
+
<a href="RubyXL/SheetMetadata.html">RubyXL::SheetMetadata</a>
|
1069
|
+
</li>
|
1006
1070
|
<li class="class">
|
1007
1071
|
<a href="RubyXL/SheetName.html">RubyXL::SheetName</a>
|
1008
1072
|
</li>
|
@@ -1069,6 +1133,9 @@
|
|
1069
1133
|
<li class="class">
|
1070
1134
|
<a href="RubyXL/Text.html">RubyXL::Text</a>
|
1071
1135
|
</li>
|
1136
|
+
<li class="class">
|
1137
|
+
<a href="RubyXL/TextImportSettings.html">RubyXL::TextImportSettings</a>
|
1138
|
+
</li>
|
1072
1139
|
<li class="class">
|
1073
1140
|
<a href="RubyXL/Theme.html">RubyXL::Theme</a>
|
1074
1141
|
</li>
|
@@ -1111,6 +1178,9 @@
|
|
1111
1178
|
<li class="class">
|
1112
1179
|
<a href="RubyXL/WebPublishingProperties.html">RubyXL::WebPublishingProperties</a>
|
1113
1180
|
</li>
|
1181
|
+
<li class="class">
|
1182
|
+
<a href="RubyXL/WebQueryProperties.html">RubyXL::WebQueryProperties</a>
|
1183
|
+
</li>
|
1114
1184
|
<li class="class">
|
1115
1185
|
<a href="RubyXL/Workbook.html">RubyXL::Workbook</a>
|
1116
1186
|
</li>
|
@@ -1400,9 +1470,9 @@
|
|
1400
1470
|
<span class="container">RubyXL::SheetData</span>
|
1401
1471
|
|
1402
1472
|
<li class="method">
|
1403
|
-
<a href="RubyXL/
|
1473
|
+
<a href="RubyXL/Workbook.html#method-i-5B-5D">#[]</a>
|
1404
1474
|
—
|
1405
|
-
<span class="container">RubyXL::
|
1475
|
+
<span class="container">RubyXL::Workbook</span>
|
1406
1476
|
|
1407
1477
|
<li class="method">
|
1408
1478
|
<a href="RubyXL/LegacyWorksheet.html#method-i-5B-5D">#[]</a>
|
@@ -1419,6 +1489,11 @@
|
|
1419
1489
|
—
|
1420
1490
|
<span class="container">RubyXL::LegacyWorksheet</span>
|
1421
1491
|
|
1492
|
+
<li class="method">
|
1493
|
+
<a href="RubyXL/CellConvenienceMethods.html#method-i-add_hyperlink">#add_hyperlink</a>
|
1494
|
+
—
|
1495
|
+
<span class="container">RubyXL::CellConvenienceMethods</span>
|
1496
|
+
|
1422
1497
|
<li class="method">
|
1423
1498
|
<a href="RubyXL/OOXMLRelationshipsFile.html#method-i-add_relationship">#add_relationship</a>
|
1424
1499
|
—
|
@@ -1440,19 +1515,24 @@
|
|
1440
1515
|
<span class="container">RubyXL::GenericStorageObject</span>
|
1441
1516
|
|
1442
1517
|
<li class="method">
|
1443
|
-
<a href="RubyXL/
|
1518
|
+
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-add_validation_list">#add_validation_list</a>
|
1444
1519
|
—
|
1445
|
-
<span class="container">RubyXL::
|
1520
|
+
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
1446
1521
|
|
1447
1522
|
<li class="method">
|
1448
|
-
<a href="RubyXL/
|
1523
|
+
<a href="RubyXL/Workbook.html#method-i-add_worksheet">#add_worksheet</a>
|
1449
1524
|
—
|
1450
|
-
<span class="container">RubyXL::
|
1525
|
+
<span class="container">RubyXL::Workbook</span>
|
1451
1526
|
|
1452
1527
|
<li class="method">
|
1453
|
-
<a href="RubyXL/
|
1528
|
+
<a href="RubyXL/Workbook.html#method-i-application">#application</a>
|
1454
1529
|
—
|
1455
|
-
<span class="container">RubyXL::
|
1530
|
+
<span class="container">RubyXL::Workbook</span>
|
1531
|
+
|
1532
|
+
<li class="method">
|
1533
|
+
<a href="RubyXL/Workbook.html#method-i-application-3D">#application=</a>
|
1534
|
+
—
|
1535
|
+
<span class="container">RubyXL::Workbook</span>
|
1456
1536
|
|
1457
1537
|
<li class="method">
|
1458
1538
|
<a href="RubyXL/ColorConvenienceClasses/HlsColor.html#method-i-apply_tint">#apply_tint</a>
|
@@ -1460,14 +1540,14 @@
|
|
1460
1540
|
<span class="container">RubyXL::ColorConvenienceClasses::HlsColor</span>
|
1461
1541
|
|
1462
1542
|
<li class="method">
|
1463
|
-
<a href="RubyXL/
|
1543
|
+
<a href="RubyXL/Workbook.html#method-i-appversion">#appversion</a>
|
1464
1544
|
—
|
1465
|
-
<span class="container">RubyXL::
|
1545
|
+
<span class="container">RubyXL::Workbook</span>
|
1466
1546
|
|
1467
1547
|
<li class="method">
|
1468
|
-
<a href="RubyXL/
|
1548
|
+
<a href="RubyXL/Workbook.html#method-i-appversion-3D">#appversion=</a>
|
1469
1549
|
—
|
1470
|
-
<span class="container">RubyXL::
|
1550
|
+
<span class="container">RubyXL::Workbook</span>
|
1471
1551
|
|
1472
1552
|
<li class="method">
|
1473
1553
|
<a href="RubyXL/DrawingFile.html#method-i-attach_relationship">#attach_relationship</a>
|
@@ -1564,6 +1644,11 @@
|
|
1564
1644
|
—
|
1565
1645
|
<span class="container">RubyXL::WorkbookConvenienceMethods</span>
|
1566
1646
|
|
1647
|
+
<li class="method">
|
1648
|
+
<a href="RubyXL/Worksheet.html#method-i-cell_at">#cell_at</a>
|
1649
|
+
—
|
1650
|
+
<span class="container">RubyXL::Worksheet</span>
|
1651
|
+
|
1567
1652
|
<li class="method">
|
1568
1653
|
<a href="RubyXL/WorkbookConvenienceMethods.html#method-i-cell_xfs">#cell_xfs</a>
|
1569
1654
|
—
|
@@ -1784,6 +1869,11 @@
|
|
1784
1869
|
—
|
1785
1870
|
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
1786
1871
|
|
1872
|
+
<li class="method">
|
1873
|
+
<a href="RubyXL/CellConvenienceMethods.html#method-i-change_shrink_to_fit">#change_shrink_to_fit</a>
|
1874
|
+
—
|
1875
|
+
<span class="container">RubyXL::CellConvenienceMethods</span>
|
1876
|
+
|
1787
1877
|
<li class="method">
|
1788
1878
|
<a href="RubyXL/CellConvenienceMethods.html#method-i-change_text_indent">#change_text_indent</a>
|
1789
1879
|
—
|
@@ -1825,14 +1915,14 @@
|
|
1825
1915
|
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
1826
1916
|
|
1827
1917
|
<li class="method">
|
1828
|
-
<a href="RubyXL/
|
1918
|
+
<a href="RubyXL/Workbook.html#method-i-company">#company</a>
|
1829
1919
|
—
|
1830
|
-
<span class="container">RubyXL::
|
1920
|
+
<span class="container">RubyXL::Workbook</span>
|
1831
1921
|
|
1832
1922
|
<li class="method">
|
1833
|
-
<a href="RubyXL/
|
1923
|
+
<a href="RubyXL/Workbook.html#method-i-company-3D">#company=</a>
|
1834
1924
|
—
|
1835
|
-
<span class="container">RubyXL::
|
1925
|
+
<span class="container">RubyXL::Workbook</span>
|
1836
1926
|
|
1837
1927
|
<li class="method">
|
1838
1928
|
<a href="RubyXL/Workbook.html#method-i-content_type">#content_type</a>
|
@@ -1850,9 +1940,9 @@
|
|
1850
1940
|
<span class="container">RubyXL::CorePropertiesFile</span>
|
1851
1941
|
|
1852
1942
|
<li class="method">
|
1853
|
-
<a href="RubyXL/
|
1943
|
+
<a href="RubyXL/Workbook.html#method-i-created_at">#created_at</a>
|
1854
1944
|
—
|
1855
|
-
<span class="container">RubyXL::
|
1945
|
+
<span class="container">RubyXL::Workbook</span>
|
1856
1946
|
|
1857
1947
|
<li class="method">
|
1858
1948
|
<a href="RubyXL/CorePropertiesFile.html#method-i-created_at-3D">#created_at=</a>
|
@@ -1860,9 +1950,9 @@
|
|
1860
1950
|
<span class="container">RubyXL::CorePropertiesFile</span>
|
1861
1951
|
|
1862
1952
|
<li class="method">
|
1863
|
-
<a href="RubyXL/
|
1953
|
+
<a href="RubyXL/Workbook.html#method-i-created_at-3D">#created_at=</a>
|
1864
1954
|
—
|
1865
|
-
<span class="container">RubyXL::
|
1955
|
+
<span class="container">RubyXL::Workbook</span>
|
1866
1956
|
|
1867
1957
|
<li class="method">
|
1868
1958
|
<a href="RubyXL/CorePropertiesFile.html#method-i-creator">#creator</a>
|
@@ -1870,9 +1960,9 @@
|
|
1870
1960
|
<span class="container">RubyXL::CorePropertiesFile</span>
|
1871
1961
|
|
1872
1962
|
<li class="method">
|
1873
|
-
<a href="RubyXL/
|
1963
|
+
<a href="RubyXL/Workbook.html#method-i-creator">#creator</a>
|
1874
1964
|
—
|
1875
|
-
<span class="container">RubyXL::
|
1965
|
+
<span class="container">RubyXL::Workbook</span>
|
1876
1966
|
|
1877
1967
|
<li class="method">
|
1878
1968
|
<a href="RubyXL/CorePropertiesFile.html#method-i-creator-3D">#creator=</a>
|
@@ -1880,19 +1970,19 @@
|
|
1880
1970
|
<span class="container">RubyXL::CorePropertiesFile</span>
|
1881
1971
|
|
1882
1972
|
<li class="method">
|
1883
|
-
<a href="RubyXL/
|
1973
|
+
<a href="RubyXL/Workbook.html#method-i-creator-3D">#creator=</a>
|
1884
1974
|
—
|
1885
|
-
<span class="container">RubyXL::
|
1975
|
+
<span class="container">RubyXL::Workbook</span>
|
1886
1976
|
|
1887
1977
|
<li class="method">
|
1888
|
-
<a href="RubyXL/
|
1978
|
+
<a href="RubyXL/Workbook.html#method-i-date1904">#date1904</a>
|
1889
1979
|
—
|
1890
|
-
<span class="container">RubyXL::
|
1980
|
+
<span class="container">RubyXL::Workbook</span>
|
1891
1981
|
|
1892
1982
|
<li class="method">
|
1893
|
-
<a href="RubyXL/
|
1983
|
+
<a href="RubyXL/Workbook.html#method-i-date1904-3D">#date1904=</a>
|
1894
1984
|
—
|
1895
|
-
<span class="container">RubyXL::
|
1985
|
+
<span class="container">RubyXL::Workbook</span>
|
1896
1986
|
|
1897
1987
|
<li class="method">
|
1898
1988
|
<a href="RubyXL/Workbook.html#method-i-date_to_num">#date_to_num</a>
|
@@ -1914,6 +2004,16 @@
|
|
1914
2004
|
—
|
1915
2005
|
<span class="container">RubyXL::OOXMLObjectClassMethods</span>
|
1916
2006
|
|
2007
|
+
<li class="method">
|
2008
|
+
<a href="RubyXL/WorkbookConvenienceMethods.html#method-i-define_new_name">#define_new_name</a>
|
2009
|
+
—
|
2010
|
+
<span class="container">RubyXL::WorkbookConvenienceMethods</span>
|
2011
|
+
|
2012
|
+
<li class="method">
|
2013
|
+
<a href="RubyXL/OOXMLObjectClassMethods.html#method-i-define_relationship">#define_relationship</a>
|
2014
|
+
—
|
2015
|
+
<span class="container">RubyXL::OOXMLObjectClassMethods</span>
|
2016
|
+
|
1917
2017
|
<li class="method">
|
1918
2018
|
<a href="RubyXL/RelationshipSupport/ClassMehods.html#method-i-define_relationship">#define_relationship</a>
|
1919
2019
|
—
|
@@ -2034,11 +2134,31 @@
|
|
2034
2134
|
—
|
2035
2135
|
<span class="container">RubyXL::CellConvenienceMethods</span>
|
2036
2136
|
|
2137
|
+
<li class="method">
|
2138
|
+
<a href="RubyXL/Cell.html#method-i-get_cell_border">#get_cell_border</a>
|
2139
|
+
—
|
2140
|
+
<span class="container">RubyXL::Cell</span>
|
2141
|
+
|
2142
|
+
<li class="method">
|
2143
|
+
<a href="RubyXL/Cell.html#method-i-get_cell_font">#get_cell_font</a>
|
2144
|
+
—
|
2145
|
+
<span class="container">RubyXL::Cell</span>
|
2146
|
+
|
2147
|
+
<li class="method">
|
2148
|
+
<a href="RubyXL/Cell.html#method-i-get_cell_xf">#get_cell_xf</a>
|
2149
|
+
—
|
2150
|
+
<span class="container">RubyXL::Cell</span>
|
2151
|
+
|
2037
2152
|
<li class="method">
|
2038
2153
|
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-get_col_style">#get_col_style</a>
|
2039
2154
|
—
|
2040
2155
|
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
2041
2156
|
|
2157
|
+
<li class="method">
|
2158
|
+
<a href="RubyXL/Worksheet.html#method-i-get_col_xf">#get_col_xf</a>
|
2159
|
+
—
|
2160
|
+
<span class="container">RubyXL::Worksheet</span>
|
2161
|
+
|
2042
2162
|
<li class="method">
|
2043
2163
|
<a href="RubyXL/WorksheetConvenienceMethods.html#method-i-get_cols_style_index">#get_cols_style_index</a>
|
2044
2164
|
—
|
@@ -2089,6 +2209,11 @@
|
|
2089
2209
|
—
|
2090
2210
|
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
2091
2211
|
|
2212
|
+
<li class="method">
|
2213
|
+
<a href="RubyXL/WorkbookConvenienceMethods.html#method-i-get_defined_name">#get_defined_name</a>
|
2214
|
+
—
|
2215
|
+
<span class="container">RubyXL::WorkbookConvenienceMethods</span>
|
2216
|
+
|
2092
2217
|
<li class="method">
|
2093
2218
|
<a href="RubyXL/Border.html#method-i-get_edge_color">#get_edge_color</a>
|
2094
2219
|
—
|
@@ -2204,6 +2329,11 @@
|
|
2204
2329
|
—
|
2205
2330
|
<span class="container">RubyXL::WorksheetConvenienceMethods</span>
|
2206
2331
|
|
2332
|
+
<li class="method">
|
2333
|
+
<a href="RubyXL/Worksheet.html#method-i-get_row_xf">#get_row_xf</a>
|
2334
|
+
—
|
2335
|
+
<span class="container">RubyXL::Worksheet</span>
|
2336
|
+
|
2207
2337
|
<li class="method">
|
2208
2338
|
<a href="RubyXL/FontConvenienceMethods.html#method-i-get_size">#get_size</a>
|
2209
2339
|
—
|
@@ -2420,9 +2550,9 @@
|
|
2420
2550
|
<span class="container">RubyXL::CorePropertiesFile</span>
|
2421
2551
|
|
2422
2552
|
<li class="method">
|
2423
|
-
<a href="RubyXL/
|
2553
|
+
<a href="RubyXL/Workbook.html#method-i-modified_at">#modified_at</a>
|
2424
2554
|
—
|
2425
|
-
<span class="container">RubyXL::
|
2555
|
+
<span class="container">RubyXL::Workbook</span>
|
2426
2556
|
|
2427
2557
|
<li class="method">
|
2428
2558
|
<a href="RubyXL/CorePropertiesFile.html#method-i-modified_at-3D">#modified_at=</a>
|
@@ -2430,9 +2560,9 @@
|
|
2430
2560
|
<span class="container">RubyXL::CorePropertiesFile</span>
|
2431
2561
|
|
2432
2562
|
<li class="method">
|
2433
|
-
<a href="RubyXL/
|
2563
|
+
<a href="RubyXL/Workbook.html#method-i-modified_at-3D">#modified_at=</a>
|
2434
2564
|
—
|
2435
|
-
<span class="container">RubyXL::
|
2565
|
+
<span class="container">RubyXL::Workbook</span>
|
2436
2566
|
|
2437
2567
|
<li class="method">
|
2438
2568
|
<a href="RubyXL/CorePropertiesFile.html#method-i-modifier">#modifier</a>
|
@@ -2440,9 +2570,9 @@
|
|
2440
2570
|
<span class="container">RubyXL::CorePropertiesFile</span>
|
2441
2571
|
|
2442
2572
|
<li class="method">
|
2443
|
-
<a href="RubyXL/
|
2573
|
+
<a href="RubyXL/Workbook.html#method-i-modifier">#modifier</a>
|
2444
2574
|
—
|
2445
|
-
<span class="container">RubyXL::
|
2575
|
+
<span class="container">RubyXL::Workbook</span>
|
2446
2576
|
|
2447
2577
|
<li class="method">
|
2448
2578
|
<a href="RubyXL/CorePropertiesFile.html#method-i-modifier-3D">#modifier=</a>
|
@@ -2450,9 +2580,9 @@
|
|
2450
2580
|
<span class="container">RubyXL::CorePropertiesFile</span>
|
2451
2581
|
|
2452
2582
|
<li class="method">
|
2453
|
-
<a href="RubyXL/
|
2583
|
+
<a href="RubyXL/Workbook.html#method-i-modifier-3D">#modifier=</a>
|
2454
2584
|
—
|
2455
|
-
<span class="container">RubyXL::
|
2585
|
+
<span class="container">RubyXL::Workbook</span>
|
2456
2586
|
|
2457
2587
|
<li class="method">
|
2458
2588
|
<a href="RubyXL/WorkbookConvenienceMethods.html#method-i-modify_alignment">#modify_alignment</a>
|
@@ -2554,6 +2684,11 @@
|
|
2554
2684
|
—
|
2555
2685
|
<span class="container">RubyXL::RelationshipSupport</span>
|
2556
2686
|
|
2687
|
+
<li class="method">
|
2688
|
+
<a href="RubyXL/CellConvenienceMethods.html#method-i-remove_formula">#remove_formula</a>
|
2689
|
+
—
|
2690
|
+
<span class="container">RubyXL::CellConvenienceMethods</span>
|
2691
|
+
|
2557
2692
|
<li class="method">
|
2558
2693
|
<a href="RubyXL/Cell.html#method-i-row">#row</a>
|
2559
2694
|
—
|
@@ -2674,6 +2809,16 @@
|
|
2674
2809
|
—
|
2675
2810
|
<span class="container">RubyXL::CellConvenienceMethods</span>
|
2676
2811
|
|
2812
|
+
<li class="method">
|
2813
|
+
<a href="RubyXL/WorkbookConvenienceMethods.html#method-i-title">#title</a>
|
2814
|
+
—
|
2815
|
+
<span class="container">RubyXL::WorkbookConvenienceMethods</span>
|
2816
|
+
|
2817
|
+
<li class="method">
|
2818
|
+
<a href="RubyXL/WorkbookConvenienceMethods.html#method-i-title-3D">#title=</a>
|
2819
|
+
—
|
2820
|
+
<span class="container">RubyXL::WorkbookConvenienceMethods</span>
|
2821
|
+
|
2677
2822
|
<li class="method">
|
2678
2823
|
<a href="RubyXL/ColorConvenienceClasses/RgbColor.html#method-i-to_hls">#to_hls</a>
|
2679
2824
|
—
|
@@ -2719,6 +2864,11 @@
|
|
2719
2864
|
—
|
2720
2865
|
<span class="container">RubyXL::StringNodeW3C</span>
|
2721
2866
|
|
2867
|
+
<li class="method">
|
2868
|
+
<a href="RubyXL/Reference.html#method-i-valid-3F">#valid?</a>
|
2869
|
+
—
|
2870
|
+
<span class="container">RubyXL::Reference</span>
|
2871
|
+
|
2722
2872
|
<li class="method">
|
2723
2873
|
<a href="RubyXL/Cell.html#method-i-value">#value</a>
|
2724
2874
|
—
|
@@ -2779,6 +2929,11 @@
|
|
2779
2929
|
—
|
2780
2930
|
<span class="container">RubyXL::CommentsFile</span>
|
2781
2931
|
|
2932
|
+
<li class="method">
|
2933
|
+
<a href="RubyXL/Connections.html#method-i-xlsx_path">#xlsx_path</a>
|
2934
|
+
—
|
2935
|
+
<span class="container">RubyXL::Connections</span>
|
2936
|
+
|
2782
2937
|
<li class="method">
|
2783
2938
|
<a href="RubyXL/ContentTypes.html#method-i-xlsx_path">#xlsx_path</a>
|
2784
2939
|
—
|
@@ -2804,6 +2959,11 @@
|
|
2804
2959
|
—
|
2805
2960
|
<span class="container">RubyXL::OOXMLTopLevelObject</span>
|
2806
2961
|
|
2962
|
+
<li class="method">
|
2963
|
+
<a href="RubyXL/QueryTable.html#method-i-xlsx_path">#xlsx_path</a>
|
2964
|
+
—
|
2965
|
+
<span class="container">RubyXL::QueryTable</span>
|
2966
|
+
|
2807
2967
|
<li class="method">
|
2808
2968
|
<a href="RubyXL/OOXMLRelationshipsFile.html#method-i-xlsx_path">#xlsx_path</a>
|
2809
2969
|
—
|
@@ -2843,8 +3003,8 @@
|
|
2843
3003
|
|
2844
3004
|
|
2845
3005
|
<footer id="validator-badges" role="contentinfo">
|
2846
|
-
<p><a href="
|
2847
|
-
<p>Generated by <a href="https://
|
3006
|
+
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
3007
|
+
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.4.0.
|
2848
3008
|
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
2849
3009
|
</footer>
|
2850
3010
|
|