rubyXL 1.2.10 → 3.4.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.circleci/config.yml +60 -0
- data/.codeclimate.yml +3 -0
- data/.rubocop.yml +124 -0
- data/CHANGELOG.md +12 -0
- data/Gemfile +18 -14
- data/LICENSE.txt +1 -1
- data/README.rdoc +170 -100
- data/Rakefile +76 -26
- data/VERSION +1 -1
- data/lib/rubyXL/cell.rb +13 -447
- 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 +137 -0
- data/lib/rubyXL/convenience_methods/worksheet.rb +734 -0
- data/lib/rubyXL/convenience_methods.rb +5 -0
- data/lib/rubyXL/objects/border.rb +71 -0
- data/lib/rubyXL/objects/calculation_chain.rb +31 -0
- data/lib/rubyXL/objects/cell_style.rb +63 -0
- data/lib/rubyXL/objects/chartsheet.rb +88 -0
- data/lib/rubyXL/objects/color.rb +25 -0
- data/lib/rubyXL/objects/column_range.rb +93 -0
- data/lib/rubyXL/objects/comments.rb +44 -0
- data/lib/rubyXL/objects/connection.rb +175 -0
- data/lib/rubyXL/objects/container_nodes.rb +131 -0
- data/lib/rubyXL/objects/content_types.rb +74 -0
- data/lib/rubyXL/objects/data_validation.rb +37 -0
- data/lib/rubyXL/objects/document_properties.rb +156 -0
- data/lib/rubyXL/objects/extensions.rb +51 -0
- data/lib/rubyXL/objects/external_links.rb +115 -0
- data/lib/rubyXL/objects/fill.rb +52 -0
- data/lib/rubyXL/objects/filters.rb +118 -0
- data/lib/rubyXL/objects/font.rb +43 -0
- data/lib/rubyXL/objects/formula.rb +22 -0
- data/lib/rubyXL/objects/ooxml_object.rb +469 -0
- data/lib/rubyXL/objects/query_table.rb +106 -0
- data/lib/rubyXL/objects/reference.rb +119 -0
- data/lib/rubyXL/objects/relationships.rb +213 -0
- data/lib/rubyXL/objects/root.rb +84 -0
- data/lib/rubyXL/objects/shared_strings.rb +67 -0
- data/lib/rubyXL/objects/sheet_common.rb +49 -0
- data/lib/rubyXL/objects/sheet_data.rb +219 -0
- data/lib/rubyXL/objects/simple_types.rb +249 -0
- data/lib/rubyXL/objects/storage.rb +193 -0
- data/lib/rubyXL/objects/stylesheet.rb +224 -0
- data/lib/rubyXL/objects/text.rb +92 -0
- data/lib/rubyXL/objects/theme.rb +1730 -0
- data/lib/rubyXL/objects/workbook.rb +572 -0
- data/lib/rubyXL/objects/worksheet.rb +762 -0
- data/lib/rubyXL/parser.rb +18 -459
- data/lib/rubyXL/worksheet.rb +73 -1461
- data/lib/rubyXL.rb +9 -7
- data/rdoc/README_rdoc.html +534 -0
- data/rdoc/RubyXL/AExtension.html +187 -0
- data/rdoc/RubyXL/AExtensionStorageArea.html +97 -0
- data/rdoc/RubyXL/ActiveX.html +156 -0
- data/rdoc/RubyXL/ActiveXBinary.html +106 -0
- data/rdoc/RubyXL/AdjustHandleList.html +99 -0
- data/rdoc/RubyXL/Alignment.html +99 -0
- data/rdoc/RubyXL/AlternateContent.html +97 -0
- data/rdoc/RubyXL/AlternateUrls.html +99 -0
- data/rdoc/RubyXL/Authors.html +99 -0
- data/rdoc/RubyXL/AutoFilter.html +99 -0
- data/rdoc/RubyXL/AutoFilterColumn.html +99 -0
- data/rdoc/RubyXL/BinaryImageFile.html +108 -0
- data/rdoc/RubyXL/BodyProperties.html +99 -0
- data/rdoc/RubyXL/BooleanNode.html +97 -0
- data/rdoc/RubyXL/BooleanValue.html +97 -0
- data/rdoc/RubyXL/Border.html +223 -0
- data/rdoc/RubyXL/BorderEdge.html +160 -0
- data/rdoc/RubyXL/Borders.html +138 -0
- data/rdoc/RubyXL/Break.html +99 -0
- data/rdoc/RubyXL/BreakList.html +99 -0
- data/rdoc/RubyXL/CT_AdjPoint2D.html +99 -0
- data/rdoc/RubyXL/CT_AlphaBiLevelEffect.html +99 -0
- data/rdoc/RubyXL/CT_AlphaModulateEffect.html +99 -0
- data/rdoc/RubyXL/CT_AlphaModulateFixedEffect.html +99 -0
- data/rdoc/RubyXL/CT_AlphaOutsetEffect.html +99 -0
- data/rdoc/RubyXL/CT_AlphaReplaceEffect.html +99 -0
- data/rdoc/RubyXL/CT_Backdrop.html +99 -0
- data/rdoc/RubyXL/CT_Bevel.html +99 -0
- data/rdoc/RubyXL/CT_BiLevelEffect.html +99 -0
- data/rdoc/RubyXL/CT_BlendEffect.html +99 -0
- data/rdoc/RubyXL/CT_Blip.html +99 -0
- data/rdoc/RubyXL/CT_BlipFillProperties.html +99 -0
- data/rdoc/RubyXL/CT_BlurEffect.html +99 -0
- data/rdoc/RubyXL/CT_Camera.html +99 -0
- data/rdoc/RubyXL/CT_Color.html +99 -0
- data/rdoc/RubyXL/CT_ColorChangeEffect.html +99 -0
- data/rdoc/RubyXL/CT_ColorMapping.html +99 -0
- data/rdoc/RubyXL/CT_ColorScheme.html +99 -0
- data/rdoc/RubyXL/CT_ColorSchemeAndMapping.html +99 -0
- data/rdoc/RubyXL/CT_ConnectionSite.html +99 -0
- data/rdoc/RubyXL/CT_ConnectionSiteList.html +99 -0
- data/rdoc/RubyXL/CT_DashStop.html +99 -0
- data/rdoc/RubyXL/CT_DashStopList.html +99 -0
- data/rdoc/RubyXL/CT_DefaultShapeDefinition.html +99 -0
- data/rdoc/RubyXL/CT_DuotoneEffect.html +99 -0
- data/rdoc/RubyXL/CT_EffectContainer.html +99 -0
- data/rdoc/RubyXL/CT_EffectList.html +99 -0
- data/rdoc/RubyXL/CT_EffectReference.html +99 -0
- data/rdoc/RubyXL/CT_EffectStyleItem.html +99 -0
- data/rdoc/RubyXL/CT_EffectStyleList.html +99 -0
- data/rdoc/RubyXL/CT_EmbeddedWAVAudioFile.html +99 -0
- data/rdoc/RubyXL/CT_FillEffect.html +99 -0
- data/rdoc/RubyXL/CT_FillOverlayEffect.html +99 -0
- data/rdoc/RubyXL/CT_FillStyleList.html +99 -0
- data/rdoc/RubyXL/CT_FlatText.html +99 -0
- data/rdoc/RubyXL/CT_FontCollection.html +99 -0
- data/rdoc/RubyXL/CT_FontReference.html +99 -0
- data/rdoc/RubyXL/CT_GeomGuideList.html +99 -0
- data/rdoc/RubyXL/CT_GlowEffect.html +99 -0
- data/rdoc/RubyXL/CT_GradientFillProperties.html +99 -0
- data/rdoc/RubyXL/CT_GradientStop.html +99 -0
- data/rdoc/RubyXL/CT_GradientStopList.html +99 -0
- data/rdoc/RubyXL/CT_HSLEffect.html +99 -0
- data/rdoc/RubyXL/CT_HslColor.html +99 -0
- data/rdoc/RubyXL/CT_Hyperlink.html +99 -0
- data/rdoc/RubyXL/CT_InnerShadowEffect.html +99 -0
- data/rdoc/RubyXL/CT_LightRig.html +99 -0
- data/rdoc/RubyXL/CT_LineEndProperties.html +99 -0
- data/rdoc/RubyXL/CT_LineJoinMiterProperties.html +99 -0
- data/rdoc/RubyXL/CT_LineProperties.html +99 -0
- data/rdoc/RubyXL/CT_LineStyleList.html +99 -0
- data/rdoc/RubyXL/CT_LinearShadeProperties.html +99 -0
- data/rdoc/RubyXL/CT_LuminanceEffect.html +99 -0
- data/rdoc/RubyXL/CT_ObjectStyleDefaults.html +99 -0
- data/rdoc/RubyXL/CT_OuterShadowEffect.html +99 -0
- data/rdoc/RubyXL/CT_Path2D.html +99 -0
- data/rdoc/RubyXL/CT_Path2DArcTo.html +99 -0
- data/rdoc/RubyXL/CT_Path2DCubicBezierTo.html +99 -0
- data/rdoc/RubyXL/CT_Path2DList.html +99 -0
- data/rdoc/RubyXL/CT_Path2DQuadBezierTo.html +99 -0
- data/rdoc/RubyXL/CT_Path2DTo.html +99 -0
- data/rdoc/RubyXL/CT_PathShadeProperties.html +99 -0
- data/rdoc/RubyXL/CT_PatternFillProperties.html +99 -0
- data/rdoc/RubyXL/CT_Point3D.html +99 -0
- data/rdoc/RubyXL/CT_PolarAdjustHandle.html +99 -0
- data/rdoc/RubyXL/CT_PresetColor.html +99 -0
- data/rdoc/RubyXL/CT_PresetLineDashProperties.html +99 -0
- data/rdoc/RubyXL/CT_PresetShadowEffect.html +99 -0
- data/rdoc/RubyXL/CT_PresetTextShape.html +99 -0
- data/rdoc/RubyXL/CT_ReflectionEffect.html +99 -0
- data/rdoc/RubyXL/CT_RelativeOffsetEffect.html +99 -0
- data/rdoc/RubyXL/CT_RelativeRect.html +99 -0
- data/rdoc/RubyXL/CT_SRgbColor.html +99 -0
- data/rdoc/RubyXL/CT_ScRgbColor.html +99 -0
- data/rdoc/RubyXL/CT_Scene3D.html +99 -0
- data/rdoc/RubyXL/CT_SchemeColor.html +99 -0
- data/rdoc/RubyXL/CT_Shape3D.html +99 -0
- data/rdoc/RubyXL/CT_ShapeStyle.html +99 -0
- data/rdoc/RubyXL/CT_SoftEdgesEffect.html +99 -0
- data/rdoc/RubyXL/CT_SphereCoords.html +99 -0
- data/rdoc/RubyXL/CT_StretchInfoProperties.html +99 -0
- data/rdoc/RubyXL/CT_StyleMatrix.html +99 -0
- data/rdoc/RubyXL/CT_StyleMatrixReference.html +99 -0
- data/rdoc/RubyXL/CT_SupplementalFont.html +99 -0
- data/rdoc/RubyXL/CT_SystemColor.html +99 -0
- data/rdoc/RubyXL/CT_TextAutonumberBullet.html +99 -0
- data/rdoc/RubyXL/CT_TextBlipBullet.html +99 -0
- data/rdoc/RubyXL/CT_TextCharBullet.html +99 -0
- data/rdoc/RubyXL/CT_TextCharacterProperties.html +99 -0
- data/rdoc/RubyXL/CT_TextFont.html +99 -0
- data/rdoc/RubyXL/CT_TextListStyle.html +99 -0
- data/rdoc/RubyXL/CT_TextNormalAutofit.html +99 -0
- data/rdoc/RubyXL/CT_TextParagraphProperties.html +99 -0
- data/rdoc/RubyXL/CT_TextSpacing.html +99 -0
- data/rdoc/RubyXL/CT_TextTabStop.html +99 -0
- data/rdoc/RubyXL/CT_TextTabStopList.html +99 -0
- data/rdoc/RubyXL/CT_TileInfoProperties.html +99 -0
- data/rdoc/RubyXL/CT_TintEffect.html +99 -0
- data/rdoc/RubyXL/CT_Transform2D.html +99 -0
- data/rdoc/RubyXL/CT_TransformEffect.html +99 -0
- data/rdoc/RubyXL/CT_Vector3D.html +99 -0
- data/rdoc/RubyXL/CT_XYAdjustHandle.html +99 -0
- data/rdoc/RubyXL/CalculationChain.html +149 -0
- data/rdoc/RubyXL/CalculationChainCell.html +99 -0
- data/rdoc/RubyXL/CalculationProperties.html +99 -0
- data/rdoc/RubyXL/Cell.html +510 -0
- data/rdoc/RubyXL/CellConvenienceMethods.html +1077 -0
- data/rdoc/RubyXL/CellExt.html +99 -0
- data/rdoc/RubyXL/CellSmartTag.html +99 -0
- data/rdoc/RubyXL/CellSmartTagProperty.html +99 -0
- data/rdoc/RubyXL/CellSmartTags.html +99 -0
- data/rdoc/RubyXL/CellStyle.html +99 -0
- data/rdoc/RubyXL/CellStyleXFs.html +138 -0
- data/rdoc/RubyXL/CellStyles.html +138 -0
- data/rdoc/RubyXL/CellValue.html +139 -0
- data/rdoc/RubyXL/CellWatch.html +99 -0
- data/rdoc/RubyXL/CellWatches.html +99 -0
- data/rdoc/RubyXL/CellXFs.html +139 -0
- data/rdoc/RubyXL/ChartColorsFile.html +108 -0
- data/rdoc/RubyXL/ChartFile.html +160 -0
- data/rdoc/RubyXL/ChartStyleFile.html +108 -0
- data/rdoc/RubyXL/ChartUserShapesFile.html +108 -0
- data/rdoc/RubyXL/Chartsheet.html +213 -0
- data/rdoc/RubyXL/ChartsheetPageSetup.html +99 -0
- data/rdoc/RubyXL/ChartsheetProperties.html +99 -0
- data/rdoc/RubyXL/ChartsheetProtection.html +99 -0
- data/rdoc/RubyXL/ChartsheetView.html +99 -0
- data/rdoc/RubyXL/ChartsheetViews.html +99 -0
- data/rdoc/RubyXL/Color.html +151 -0
- data/rdoc/RubyXL/ColorConvenienceClasses/HlsColor.html +246 -0
- data/rdoc/RubyXL/ColorConvenienceClasses/RgbColor.html +285 -0
- data/rdoc/RubyXL/ColorConvenienceClasses.html +91 -0
- data/rdoc/RubyXL/ColorConvenienceMethods.html +139 -0
- data/rdoc/RubyXL/ColorFilter.html +99 -0
- data/rdoc/RubyXL/ColorScale.html +99 -0
- data/rdoc/RubyXL/ColorSet.html +99 -0
- data/rdoc/RubyXL/Colors.html +99 -0
- data/rdoc/RubyXL/ColumnRange.html +230 -0
- data/rdoc/RubyXL/ColumnRanges.html +237 -0
- data/rdoc/RubyXL/Comment.html +99 -0
- data/rdoc/RubyXL/CommentList.html +99 -0
- data/rdoc/RubyXL/CommentsFile.html +165 -0
- data/rdoc/RubyXL/ConditionalFormatValue.html +99 -0
- data/rdoc/RubyXL/ConditionalFormatting.html +99 -0
- data/rdoc/RubyXL/ConditionalFormattingRule.html +99 -0
- 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 +149 -0
- data/rdoc/RubyXL/ContentTypeDefault.html +97 -0
- data/rdoc/RubyXL/ContentTypeOverride.html +97 -0
- data/rdoc/RubyXL/ContentTypes.html +211 -0
- data/rdoc/RubyXL/ControlPropertiesFile.html +108 -0
- data/rdoc/RubyXL/CorePropertiesFile.html +355 -0
- data/rdoc/RubyXL/CustomColor.html +99 -0
- data/rdoc/RubyXL/CustomColorList.html +99 -0
- data/rdoc/RubyXL/CustomFilter.html +99 -0
- data/rdoc/RubyXL/CustomFilters.html +99 -0
- data/rdoc/RubyXL/CustomGeometry.html +99 -0
- data/rdoc/RubyXL/CustomProperties.html +99 -0
- data/rdoc/RubyXL/CustomPropertiesFile.html +108 -0
- data/rdoc/RubyXL/CustomProperty.html +99 -0
- data/rdoc/RubyXL/CustomPropertyFile.html +108 -0
- data/rdoc/RubyXL/CustomSheetView.html +99 -0
- data/rdoc/RubyXL/CustomSheetViews.html +99 -0
- data/rdoc/RubyXL/CustomWorkbookView.html +99 -0
- data/rdoc/RubyXL/CustomWorkbookViews.html +99 -0
- data/rdoc/RubyXL/CustomXMLFile.html +106 -0
- data/rdoc/RubyXL/DXF.html +99 -0
- data/rdoc/RubyXL/DXFs.html +99 -0
- data/rdoc/RubyXL/DataBar.html +99 -0
- data/rdoc/RubyXL/DataConsolidate.html +99 -0
- data/rdoc/RubyXL/DataConsolidationReference.html +99 -0
- data/rdoc/RubyXL/DataConsolidationReferences.html +99 -0
- data/rdoc/RubyXL/DataType.html +114 -0
- data/rdoc/RubyXL/DataValidation.html +99 -0
- data/rdoc/RubyXL/DataValidations.html +99 -0
- data/rdoc/RubyXL/DateGroupItem.html +99 -0
- data/rdoc/RubyXL/DefinedName.html +99 -0
- data/rdoc/RubyXL/DefinedNameExt.html +99 -0
- data/rdoc/RubyXL/DefinedNames.html +99 -0
- data/rdoc/RubyXL/DefinedNamesExt.html +99 -0
- data/rdoc/RubyXL/DocumentPropertiesFile.html +213 -0
- data/rdoc/RubyXL/DrawingFile.html +159 -0
- data/rdoc/RubyXL/DynamicFilter.html +99 -0
- data/rdoc/RubyXL/EmbeddedControl.html +99 -0
- data/rdoc/RubyXL/EmbeddedControls.html +99 -0
- data/rdoc/RubyXL/Extension.html +99 -0
- data/rdoc/RubyXL/ExtensionStorageArea.html +99 -0
- data/rdoc/RubyXL/Extents.html +99 -0
- data/rdoc/RubyXL/ExternalBook.html +99 -0
- data/rdoc/RubyXL/ExternalLinksFile.html +155 -0
- data/rdoc/RubyXL/ExternalReference.html +99 -0
- data/rdoc/RubyXL/ExternalReferences.html +99 -0
- data/rdoc/RubyXL/ExtraColorSchemeList.html +99 -0
- data/rdoc/RubyXL/FieldItem.html +99 -0
- data/rdoc/RubyXL/FileRecoveryProperties.html +99 -0
- data/rdoc/RubyXL/FileSharing.html +99 -0
- data/rdoc/RubyXL/FileVersion.html +99 -0
- data/rdoc/RubyXL/Fill.html +138 -0
- data/rdoc/RubyXL/Fills.html +138 -0
- data/rdoc/RubyXL/FilterContainer.html +99 -0
- data/rdoc/RubyXL/FloatNode.html +97 -0
- data/rdoc/RubyXL/FloatValue.html +97 -0
- data/rdoc/RubyXL/Font.html +148 -0
- data/rdoc/RubyXL/FontConvenienceMethods.html +442 -0
- data/rdoc/RubyXL/FontScheme.html +99 -0
- data/rdoc/RubyXL/Fonts.html +138 -0
- data/rdoc/RubyXL/Formula.html +99 -0
- data/rdoc/RubyXL/FunctionGroup.html +99 -0
- data/rdoc/RubyXL/FunctionGroups.html +99 -0
- data/rdoc/RubyXL/GenericStorageObject.html +241 -0
- data/rdoc/RubyXL/GradientFill.html +99 -0
- data/rdoc/RubyXL/HeaderFooterSettings.html +99 -0
- data/rdoc/RubyXL/Hyperlink.html +99 -0
- data/rdoc/RubyXL/HyperlinkRelFile.html +106 -0
- data/rdoc/RubyXL/Hyperlinks.html +99 -0
- data/rdoc/RubyXL/IconFilter.html +99 -0
- data/rdoc/RubyXL/IconSet.html +99 -0
- data/rdoc/RubyXL/IgnoredError.html +99 -0
- data/rdoc/RubyXL/IgnoredErrors.html +99 -0
- data/rdoc/RubyXL/IndexedColors.html +99 -0
- data/rdoc/RubyXL/InputCells.html +99 -0
- data/rdoc/RubyXL/IntegerNode.html +97 -0
- data/rdoc/RubyXL/IntegerValue.html +97 -0
- data/rdoc/RubyXL/LegacyCell.html +130 -0
- data/rdoc/RubyXL/LegacyWorksheet.html +306 -0
- data/rdoc/RubyXL/MRUColors.html +99 -0
- data/rdoc/RubyXL/MacrosFile.html +108 -0
- data/rdoc/RubyXL/MergedCell.html +99 -0
- data/rdoc/RubyXL/MergedCells.html +99 -0
- data/rdoc/RubyXL/NumFmt.html +99 -0
- data/rdoc/RubyXL/NumberFormat.html +139 -0
- data/rdoc/RubyXL/NumberFormats.html +147 -0
- data/rdoc/RubyXL/OLEObject.html +99 -0
- data/rdoc/RubyXL/OLEObjectFile.html +108 -0
- data/rdoc/RubyXL/OLEObjects.html +99 -0
- data/rdoc/RubyXL/OLESize.html +99 -0
- data/rdoc/RubyXL/OOXMLContainerObject.html +309 -0
- data/rdoc/RubyXL/OOXMLIgnored.html +167 -0
- data/rdoc/RubyXL/OOXMLObject.html +107 -0
- data/rdoc/RubyXL/OOXMLObjectClassMethods.html +455 -0
- data/rdoc/RubyXL/OOXMLObjectInstanceMethods.html +442 -0
- data/rdoc/RubyXL/OOXMLRelationshipsFile.html +470 -0
- data/rdoc/RubyXL/OOXMLTopLevelObject.html +297 -0
- data/rdoc/RubyXL/OdbcOleDbProperties.html +99 -0
- data/rdoc/RubyXL/Offset.html +99 -0
- 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 +99 -0
- data/rdoc/RubyXL/PageMargins.html +99 -0
- data/rdoc/RubyXL/PageSetup.html +99 -0
- data/rdoc/RubyXL/PageSetupProperties.html +99 -0
- data/rdoc/RubyXL/Pane.html +99 -0
- data/rdoc/RubyXL/Parser.html +174 -0
- data/rdoc/RubyXL/PatternFill.html +99 -0
- data/rdoc/RubyXL/PersonMetadata.html +108 -0
- data/rdoc/RubyXL/PhoneticProperties.html +99 -0
- data/rdoc/RubyXL/PhoneticRun.html +99 -0
- data/rdoc/RubyXL/PivotArea.html +99 -0
- data/rdoc/RubyXL/PivotCache.html +99 -0
- data/rdoc/RubyXL/PivotCacheDefinitionFile.html +116 -0
- data/rdoc/RubyXL/PivotCacheRecordsFile.html +108 -0
- data/rdoc/RubyXL/PivotCaches.html +99 -0
- data/rdoc/RubyXL/PivotReference.html +99 -0
- data/rdoc/RubyXL/PivotReferences.html +99 -0
- data/rdoc/RubyXL/PivotTableFile.html +116 -0
- data/rdoc/RubyXL/PivotTableSelection.html +99 -0
- data/rdoc/RubyXL/PresetGeometry.html +99 -0
- data/rdoc/RubyXL/PrintOptions.html +99 -0
- data/rdoc/RubyXL/PrinterSettingsFile.html +108 -0
- data/rdoc/RubyXL/ProtectedRange.html +99 -0
- data/rdoc/RubyXL/ProtectedRanges.html +99 -0
- data/rdoc/RubyXL/Protection.html +99 -0
- data/rdoc/RubyXL/QueryParameter.html +99 -0
- data/rdoc/RubyXL/QueryParameters.html +99 -0
- data/rdoc/RubyXL/QueryTable.html +157 -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 +97 -0
- data/rdoc/RubyXL/RawOOXML.html +187 -0
- data/rdoc/RubyXL/Reference.html +510 -0
- data/rdoc/RubyXL/Relationship.html +97 -0
- data/rdoc/RubyXL/RelationshipSupport/ClassMehods.html +131 -0
- data/rdoc/RubyXL/RelationshipSupport.html +336 -0
- data/rdoc/RubyXL/RevisionPointer.html +99 -0
- data/rdoc/RubyXL/RichText.html +141 -0
- data/rdoc/RubyXL/RichTextRun.html +138 -0
- data/rdoc/RubyXL/Row.html +357 -0
- data/rdoc/RubyXL/RowExt.html +99 -0
- data/rdoc/RubyXL/RunProperties.html +99 -0
- data/rdoc/RubyXL/Scenario.html +99 -0
- data/rdoc/RubyXL/Scenarios.html +99 -0
- data/rdoc/RubyXL/Selection.html +146 -0
- data/rdoc/RubyXL/ShapeGuide.html +99 -0
- data/rdoc/RubyXL/ShapeTextRectangle.html +99 -0
- data/rdoc/RubyXL/SharedStringsTable.html +328 -0
- data/rdoc/RubyXL/Sheet.html +99 -0
- data/rdoc/RubyXL/SheetCalculationProperties.html +99 -0
- data/rdoc/RubyXL/SheetData.html +162 -0
- data/rdoc/RubyXL/SheetDataExt.html +99 -0
- data/rdoc/RubyXL/SheetDataSet.html +99 -0
- data/rdoc/RubyXL/SheetMetadata.html +108 -0
- data/rdoc/RubyXL/SheetName.html +99 -0
- data/rdoc/RubyXL/SheetNames.html +99 -0
- data/rdoc/RubyXL/Sheets.html +99 -0
- data/rdoc/RubyXL/SlicerCacheFile.html +108 -0
- data/rdoc/RubyXL/SlicerFile.html +108 -0
- data/rdoc/RubyXL/SmartTagProperties.html +99 -0
- data/rdoc/RubyXL/SmartTagType.html +99 -0
- data/rdoc/RubyXL/SmartTagTypes.html +99 -0
- data/rdoc/RubyXL/SmartTags.html +99 -0
- data/rdoc/RubyXL/SortCondition.html +99 -0
- data/rdoc/RubyXL/SortState.html +99 -0
- data/rdoc/RubyXL/Sqref.html +167 -0
- data/rdoc/RubyXL/Stop.html +99 -0
- data/rdoc/RubyXL/StringNode.html +97 -0
- data/rdoc/RubyXL/StringNodeW3C.html +167 -0
- data/rdoc/RubyXL/StringValue.html +97 -0
- data/rdoc/RubyXL/Stylesheet.html +281 -0
- data/rdoc/RubyXL/TableFile.html +108 -0
- data/rdoc/RubyXL/TableParts.html +97 -0
- data/rdoc/RubyXL/TableStyle.html +99 -0
- data/rdoc/RubyXL/TableStyles.html +99 -0
- data/rdoc/RubyXL/Text.html +175 -0
- data/rdoc/RubyXL/TextImportSettings.html +99 -0
- data/rdoc/RubyXL/Theme.html +535 -0
- data/rdoc/RubyXL/ThemeElements.html +99 -0
- data/rdoc/RubyXL/ThumbnailFile.html +108 -0
- data/rdoc/RubyXL/Top10.html +99 -0
- data/rdoc/RubyXL/VMLDrawingFile.html +116 -0
- data/rdoc/RubyXL/Variant.html +99 -0
- data/rdoc/RubyXL/Vector.html +142 -0
- data/rdoc/RubyXL/VectorValue.html +97 -0
- data/rdoc/RubyXL/VisualProperties.html +99 -0
- data/rdoc/RubyXL/WebPublishObject.html +99 -0
- data/rdoc/RubyXL/WebPublishObjects.html +99 -0
- data/rdoc/RubyXL/WebPublishingItem.html +99 -0
- data/rdoc/RubyXL/WebPublishingItems.html +99 -0
- data/rdoc/RubyXL/WebPublishingProperties.html +99 -0
- data/rdoc/RubyXL/WebQueryProperties.html +99 -0
- data/rdoc/RubyXL/Workbook.html +948 -0
- data/rdoc/RubyXL/WorkbookConvenienceMethods.html +596 -0
- data/rdoc/RubyXL/WorkbookProperties.html +99 -0
- data/rdoc/RubyXL/WorkbookProtection.html +99 -0
- data/rdoc/RubyXL/WorkbookRoot.html +325 -0
- data/rdoc/RubyXL/WorkbookView.html +99 -0
- data/rdoc/RubyXL/WorkbookViews.html +99 -0
- data/rdoc/RubyXL/Worksheet.html +418 -0
- data/rdoc/RubyXL/WorksheetConvenienceMethods.html +2205 -0
- data/rdoc/RubyXL/WorksheetDimensions.html +99 -0
- data/rdoc/RubyXL/WorksheetFormatProperties.html +97 -0
- data/rdoc/RubyXL/WorksheetProperties.html +99 -0
- data/rdoc/RubyXL/WorksheetProtection.html +99 -0
- data/rdoc/RubyXL/WorksheetView.html +99 -0
- data/rdoc/RubyXL/WorksheetViews.html +99 -0
- data/rdoc/RubyXL/XF.html +99 -0
- data/rdoc/RubyXL.html +338 -0
- data/rdoc/created.rid +45 -0
- data/rdoc/css/fonts.css +167 -0
- data/rdoc/css/rdoc.css +687 -0
- data/rdoc/fonts/Lato-Light.ttf +0 -0
- data/rdoc/fonts/Lato-LightItalic.ttf +0 -0
- data/rdoc/fonts/Lato-Regular.ttf +0 -0
- data/rdoc/fonts/Lato-RegularItalic.ttf +0 -0
- data/rdoc/fonts/SourceCodePro-Bold.ttf +0 -0
- data/rdoc/fonts/SourceCodePro-Regular.ttf +0 -0
- data/rdoc/images/add.png +0 -0
- data/rdoc/images/arrow_up.png +0 -0
- data/rdoc/images/brick.png +0 -0
- data/rdoc/images/brick_link.png +0 -0
- data/rdoc/images/bug.png +0 -0
- data/rdoc/images/bullet_black.png +0 -0
- data/rdoc/images/bullet_toggle_minus.png +0 -0
- data/rdoc/images/bullet_toggle_plus.png +0 -0
- data/rdoc/images/date.png +0 -0
- data/rdoc/images/delete.png +0 -0
- data/rdoc/images/find.png +0 -0
- data/rdoc/images/loadingAnimation.gif +0 -0
- data/rdoc/images/macFFBgHack.png +0 -0
- data/rdoc/images/package.png +0 -0
- data/rdoc/images/page_green.png +0 -0
- data/rdoc/images/page_white_text.png +0 -0
- data/rdoc/images/page_white_width.png +0 -0
- data/rdoc/images/plugin.png +0 -0
- data/rdoc/images/ruby.png +0 -0
- data/rdoc/images/tag_blue.png +0 -0
- data/rdoc/images/tag_green.png +0 -0
- data/rdoc/images/transparent.png +0 -0
- data/rdoc/images/wrench.png +0 -0
- data/rdoc/images/wrench_orange.png +0 -0
- data/rdoc/images/zoom.png +0 -0
- data/rdoc/index.html +477 -0
- data/rdoc/js/darkfish.js +97 -0
- data/rdoc/js/navigation.js +105 -0
- data/rdoc/js/navigation.js.gz +0 -0
- data/rdoc/js/search.js +110 -0
- data/rdoc/js/search_index.js +1 -0
- data/rdoc/js/search_index.js.gz +0 -0
- data/rdoc/js/searcher.js +229 -0
- data/rdoc/js/searcher.js.gz +0 -0
- data/rdoc/table_of_contents.html +3021 -0
- data/rubyXL.gemspec +521 -60
- data/spec/lib/cell_spec.rb +386 -143
- data/spec/lib/color_spec.rb +11 -4
- data/spec/lib/parser_spec.rb +90 -38
- data/spec/lib/reference_spec.rb +64 -0
- data/spec/lib/rgb_color_spec.rb +29 -0
- data/spec/lib/stylesheet_spec.rb +27 -0
- data/spec/lib/text_spec.rb +27 -0
- data/spec/lib/workbook_spec.rb +168 -22
- data/spec/lib/worksheet_spec.rb +1207 -1220
- data/spec/spec_helper.rb +13 -0
- data/test/input/.gitkeep +0 -0
- data/test/output/.gitkeep +0 -0
- data/test/test_parse_write.rb +15 -0
- data/tmp/.gitignore +1 -0
- metadata +634 -168
- data/Gemfile.lock +0 -34
- data/lib/.DS_Store +0 -0
- data/lib/rubyXL/Hash.rb +0 -60
- data/lib/rubyXL/color.rb +0 -14
- data/lib/rubyXL/private_class.rb +0 -265
- data/lib/rubyXL/workbook.rb +0 -450
- data/lib/rubyXL/writer/app_writer.rb +0 -62
- data/lib/rubyXL/writer/calc_chain_writer.rb +0 -33
- data/lib/rubyXL/writer/content_types_writer.rb +0 -77
- data/lib/rubyXL/writer/core_writer.rb +0 -51
- data/lib/rubyXL/writer/root_rels_writer.rb +0 -25
- data/lib/rubyXL/writer/shared_strings_writer.rb +0 -30
- data/lib/rubyXL/writer/styles_writer.rb +0 -407
- data/lib/rubyXL/writer/theme_writer.rb +0 -343
- data/lib/rubyXL/writer/workbook_rels_writer.rb +0 -59
- data/lib/rubyXL/writer/workbook_writer.rb +0 -77
- data/lib/rubyXL/writer/worksheet_writer.rb +0 -230
- data/lib/rubyXL/zip.rb +0 -20
- data/spec/lib/hash_spec.rb +0 -28
metadata
CHANGED
@@ -1,218 +1,684 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubyXL
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
prerelease: false
|
6
|
-
segments:
|
7
|
-
- 1
|
8
|
-
- 2
|
9
|
-
- 10
|
10
|
-
segments_generated: true
|
11
|
-
version: 1.2.10
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 3.4.33
|
12
5
|
platform: ruby
|
13
|
-
authors:
|
6
|
+
authors:
|
14
7
|
- Vivek Bhagwat
|
8
|
+
- Wesha
|
15
9
|
autorequire:
|
16
10
|
bindir: bin
|
17
11
|
cert_chain: []
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
12
|
+
date: 2024-12-20 00:00:00.000000000 Z
|
13
|
+
dependencies:
|
14
|
+
- !ruby/object:Gem::Dependency
|
15
|
+
name: nokogiri
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
17
|
+
requirements:
|
18
|
+
- - ">="
|
19
|
+
- !ruby/object:Gem::Version
|
20
|
+
version: 1.10.8
|
21
|
+
type: :runtime
|
23
22
|
prerelease: false
|
24
|
-
version_requirements:
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
type: :
|
37
|
-
- !ruby/object:Gem::Dependency
|
23
|
+
version_requirements: !ruby/object:Gem::Requirement
|
24
|
+
requirements:
|
25
|
+
- - ">="
|
26
|
+
- !ruby/object:Gem::Version
|
27
|
+
version: 1.10.8
|
28
|
+
- !ruby/object:Gem::Dependency
|
29
|
+
name: rubyzip
|
30
|
+
requirement: !ruby/object:Gem::Requirement
|
31
|
+
requirements:
|
32
|
+
- - ">="
|
33
|
+
- !ruby/object:Gem::Version
|
34
|
+
version: 1.3.0
|
35
|
+
type: :runtime
|
38
36
|
prerelease: false
|
39
|
-
version_requirements:
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
segments:
|
46
|
-
- 1
|
47
|
-
- 0
|
48
|
-
- 0
|
49
|
-
segments_generated: true
|
50
|
-
version: 1.0.0
|
37
|
+
version_requirements: !ruby/object:Gem::Requirement
|
38
|
+
requirements:
|
39
|
+
- - ">="
|
40
|
+
- !ruby/object:Gem::Version
|
41
|
+
version: 1.3.0
|
42
|
+
- !ruby/object:Gem::Dependency
|
51
43
|
name: bundler
|
52
|
-
requirement:
|
44
|
+
requirement: !ruby/object:Gem::Requirement
|
45
|
+
requirements:
|
46
|
+
- - ">="
|
47
|
+
- !ruby/object:Gem::Version
|
48
|
+
version: '0'
|
53
49
|
type: :development
|
54
|
-
- !ruby/object:Gem::Dependency
|
55
50
|
prerelease: false
|
56
|
-
version_requirements:
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
version:
|
68
|
-
name: jeweler
|
69
|
-
requirement: *id003
|
51
|
+
version_requirements: !ruby/object:Gem::Requirement
|
52
|
+
requirements:
|
53
|
+
- - ">="
|
54
|
+
- !ruby/object:Gem::Version
|
55
|
+
version: '0'
|
56
|
+
- !ruby/object:Gem::Dependency
|
57
|
+
name: rake
|
58
|
+
requirement: !ruby/object:Gem::Requirement
|
59
|
+
requirements:
|
60
|
+
- - ">="
|
61
|
+
- !ruby/object:Gem::Version
|
62
|
+
version: '0'
|
70
63
|
type: :development
|
71
|
-
- !ruby/object:Gem::Dependency
|
72
64
|
prerelease: false
|
73
|
-
version_requirements:
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
65
|
+
version_requirements: !ruby/object:Gem::Requirement
|
66
|
+
requirements:
|
67
|
+
- - ">="
|
68
|
+
- !ruby/object:Gem::Version
|
69
|
+
version: '0'
|
70
|
+
- !ruby/object:Gem::Dependency
|
71
|
+
name: juwelier
|
72
|
+
requirement: !ruby/object:Gem::Requirement
|
73
|
+
requirements:
|
74
|
+
- - ">="
|
75
|
+
- !ruby/object:Gem::Version
|
76
|
+
version: '0'
|
85
77
|
type: :development
|
86
|
-
- !ruby/object:Gem::Dependency
|
87
78
|
prerelease: false
|
88
|
-
version_requirements:
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
version:
|
100
|
-
name: nokogiri
|
101
|
-
requirement: *id005
|
79
|
+
version_requirements: !ruby/object:Gem::Requirement
|
80
|
+
requirements:
|
81
|
+
- - ">="
|
82
|
+
- !ruby/object:Gem::Version
|
83
|
+
version: '0'
|
84
|
+
- !ruby/object:Gem::Dependency
|
85
|
+
name: rspec
|
86
|
+
requirement: !ruby/object:Gem::Requirement
|
87
|
+
requirements:
|
88
|
+
- - ">="
|
89
|
+
- !ruby/object:Gem::Version
|
90
|
+
version: '0'
|
102
91
|
type: :development
|
103
|
-
- !ruby/object:Gem::Dependency
|
104
92
|
prerelease: false
|
105
|
-
version_requirements:
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
version: 0
|
117
|
-
name: rubyzip
|
118
|
-
requirement: *id006
|
93
|
+
version_requirements: !ruby/object:Gem::Requirement
|
94
|
+
requirements:
|
95
|
+
- - ">="
|
96
|
+
- !ruby/object:Gem::Version
|
97
|
+
version: '0'
|
98
|
+
- !ruby/object:Gem::Dependency
|
99
|
+
name: simplecov
|
100
|
+
requirement: !ruby/object:Gem::Requirement
|
101
|
+
requirements:
|
102
|
+
- - ">="
|
103
|
+
- !ruby/object:Gem::Version
|
104
|
+
version: '0'
|
119
105
|
type: :development
|
120
|
-
- !ruby/object:Gem::Dependency
|
121
106
|
prerelease: false
|
122
|
-
version_requirements:
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
version:
|
134
|
-
|
135
|
-
|
107
|
+
version_requirements: !ruby/object:Gem::Requirement
|
108
|
+
requirements:
|
109
|
+
- - ">="
|
110
|
+
- !ruby/object:Gem::Version
|
111
|
+
version: '0'
|
112
|
+
- !ruby/object:Gem::Dependency
|
113
|
+
name: ruby-prof
|
114
|
+
requirement: !ruby/object:Gem::Requirement
|
115
|
+
requirements:
|
116
|
+
- - ">="
|
117
|
+
- !ruby/object:Gem::Version
|
118
|
+
version: '0'
|
119
|
+
type: :development
|
120
|
+
prerelease: false
|
121
|
+
version_requirements: !ruby/object:Gem::Requirement
|
122
|
+
requirements:
|
123
|
+
- - ">="
|
124
|
+
- !ruby/object:Gem::Version
|
125
|
+
version: '0'
|
126
|
+
- !ruby/object:Gem::Dependency
|
127
|
+
name: rspec_junit_formatter
|
128
|
+
requirement: !ruby/object:Gem::Requirement
|
129
|
+
requirements:
|
130
|
+
- - ">="
|
131
|
+
- !ruby/object:Gem::Version
|
132
|
+
version: '0'
|
133
|
+
type: :development
|
134
|
+
prerelease: false
|
135
|
+
version_requirements: !ruby/object:Gem::Requirement
|
136
|
+
requirements:
|
137
|
+
- - ">="
|
138
|
+
- !ruby/object:Gem::Version
|
139
|
+
version: '0'
|
140
|
+
- !ruby/object:Gem::Dependency
|
141
|
+
name: rubocop
|
142
|
+
requirement: !ruby/object:Gem::Requirement
|
143
|
+
requirements:
|
144
|
+
- - ">="
|
145
|
+
- !ruby/object:Gem::Version
|
146
|
+
version: '0'
|
136
147
|
type: :development
|
137
|
-
|
148
|
+
prerelease: false
|
149
|
+
version_requirements: !ruby/object:Gem::Requirement
|
150
|
+
requirements:
|
151
|
+
- - ">="
|
152
|
+
- !ruby/object:Gem::Version
|
153
|
+
version: '0'
|
154
|
+
description: rubyXL is a gem which allows the parsing, creation, and manipulation
|
155
|
+
of Microsoft Excel (.xlsx/.xlsm) Documents
|
138
156
|
email: bhagwat.vivek@gmail.com
|
139
157
|
executables: []
|
140
|
-
|
141
158
|
extensions: []
|
142
|
-
|
143
|
-
extra_rdoc_files:
|
159
|
+
extra_rdoc_files:
|
144
160
|
- LICENSE.txt
|
145
161
|
- README.rdoc
|
146
|
-
files:
|
162
|
+
files:
|
163
|
+
- ".circleci/config.yml"
|
164
|
+
- ".codeclimate.yml"
|
165
|
+
- ".rubocop.yml"
|
166
|
+
- CHANGELOG.md
|
147
167
|
- Gemfile
|
148
|
-
- Gemfile.lock
|
149
168
|
- LICENSE.txt
|
150
169
|
- README.rdoc
|
151
170
|
- Rakefile
|
152
171
|
- VERSION
|
153
|
-
- lib/.DS_Store
|
154
172
|
- lib/rubyXL.rb
|
155
|
-
- lib/rubyXL/Hash.rb
|
156
173
|
- lib/rubyXL/cell.rb
|
157
|
-
- lib/rubyXL/
|
174
|
+
- lib/rubyXL/convenience_methods.rb
|
175
|
+
- lib/rubyXL/convenience_methods/cell.rb
|
176
|
+
- lib/rubyXL/convenience_methods/color.rb
|
177
|
+
- lib/rubyXL/convenience_methods/font.rb
|
178
|
+
- lib/rubyXL/convenience_methods/workbook.rb
|
179
|
+
- lib/rubyXL/convenience_methods/worksheet.rb
|
180
|
+
- lib/rubyXL/objects/border.rb
|
181
|
+
- lib/rubyXL/objects/calculation_chain.rb
|
182
|
+
- lib/rubyXL/objects/cell_style.rb
|
183
|
+
- lib/rubyXL/objects/chartsheet.rb
|
184
|
+
- lib/rubyXL/objects/color.rb
|
185
|
+
- lib/rubyXL/objects/column_range.rb
|
186
|
+
- lib/rubyXL/objects/comments.rb
|
187
|
+
- lib/rubyXL/objects/connection.rb
|
188
|
+
- lib/rubyXL/objects/container_nodes.rb
|
189
|
+
- lib/rubyXL/objects/content_types.rb
|
190
|
+
- lib/rubyXL/objects/data_validation.rb
|
191
|
+
- lib/rubyXL/objects/document_properties.rb
|
192
|
+
- lib/rubyXL/objects/extensions.rb
|
193
|
+
- lib/rubyXL/objects/external_links.rb
|
194
|
+
- lib/rubyXL/objects/fill.rb
|
195
|
+
- lib/rubyXL/objects/filters.rb
|
196
|
+
- lib/rubyXL/objects/font.rb
|
197
|
+
- lib/rubyXL/objects/formula.rb
|
198
|
+
- lib/rubyXL/objects/ooxml_object.rb
|
199
|
+
- lib/rubyXL/objects/query_table.rb
|
200
|
+
- lib/rubyXL/objects/reference.rb
|
201
|
+
- lib/rubyXL/objects/relationships.rb
|
202
|
+
- lib/rubyXL/objects/root.rb
|
203
|
+
- lib/rubyXL/objects/shared_strings.rb
|
204
|
+
- lib/rubyXL/objects/sheet_common.rb
|
205
|
+
- lib/rubyXL/objects/sheet_data.rb
|
206
|
+
- lib/rubyXL/objects/simple_types.rb
|
207
|
+
- lib/rubyXL/objects/storage.rb
|
208
|
+
- lib/rubyXL/objects/stylesheet.rb
|
209
|
+
- lib/rubyXL/objects/text.rb
|
210
|
+
- lib/rubyXL/objects/theme.rb
|
211
|
+
- lib/rubyXL/objects/workbook.rb
|
212
|
+
- lib/rubyXL/objects/worksheet.rb
|
158
213
|
- lib/rubyXL/parser.rb
|
159
|
-
- lib/rubyXL/private_class.rb
|
160
|
-
- lib/rubyXL/workbook.rb
|
161
214
|
- lib/rubyXL/worksheet.rb
|
162
|
-
-
|
163
|
-
-
|
164
|
-
-
|
165
|
-
-
|
166
|
-
-
|
167
|
-
-
|
168
|
-
-
|
169
|
-
-
|
170
|
-
-
|
171
|
-
-
|
172
|
-
-
|
173
|
-
-
|
215
|
+
- rdoc/README_rdoc.html
|
216
|
+
- rdoc/RubyXL.html
|
217
|
+
- rdoc/RubyXL/AExtension.html
|
218
|
+
- rdoc/RubyXL/AExtensionStorageArea.html
|
219
|
+
- rdoc/RubyXL/ActiveX.html
|
220
|
+
- rdoc/RubyXL/ActiveXBinary.html
|
221
|
+
- rdoc/RubyXL/AdjustHandleList.html
|
222
|
+
- rdoc/RubyXL/Alignment.html
|
223
|
+
- rdoc/RubyXL/AlternateContent.html
|
224
|
+
- rdoc/RubyXL/AlternateUrls.html
|
225
|
+
- rdoc/RubyXL/Authors.html
|
226
|
+
- rdoc/RubyXL/AutoFilter.html
|
227
|
+
- rdoc/RubyXL/AutoFilterColumn.html
|
228
|
+
- rdoc/RubyXL/BinaryImageFile.html
|
229
|
+
- rdoc/RubyXL/BodyProperties.html
|
230
|
+
- rdoc/RubyXL/BooleanNode.html
|
231
|
+
- rdoc/RubyXL/BooleanValue.html
|
232
|
+
- rdoc/RubyXL/Border.html
|
233
|
+
- rdoc/RubyXL/BorderEdge.html
|
234
|
+
- rdoc/RubyXL/Borders.html
|
235
|
+
- rdoc/RubyXL/Break.html
|
236
|
+
- rdoc/RubyXL/BreakList.html
|
237
|
+
- rdoc/RubyXL/CT_AdjPoint2D.html
|
238
|
+
- rdoc/RubyXL/CT_AlphaBiLevelEffect.html
|
239
|
+
- rdoc/RubyXL/CT_AlphaModulateEffect.html
|
240
|
+
- rdoc/RubyXL/CT_AlphaModulateFixedEffect.html
|
241
|
+
- rdoc/RubyXL/CT_AlphaOutsetEffect.html
|
242
|
+
- rdoc/RubyXL/CT_AlphaReplaceEffect.html
|
243
|
+
- rdoc/RubyXL/CT_Backdrop.html
|
244
|
+
- rdoc/RubyXL/CT_Bevel.html
|
245
|
+
- rdoc/RubyXL/CT_BiLevelEffect.html
|
246
|
+
- rdoc/RubyXL/CT_BlendEffect.html
|
247
|
+
- rdoc/RubyXL/CT_Blip.html
|
248
|
+
- rdoc/RubyXL/CT_BlipFillProperties.html
|
249
|
+
- rdoc/RubyXL/CT_BlurEffect.html
|
250
|
+
- rdoc/RubyXL/CT_Camera.html
|
251
|
+
- rdoc/RubyXL/CT_Color.html
|
252
|
+
- rdoc/RubyXL/CT_ColorChangeEffect.html
|
253
|
+
- rdoc/RubyXL/CT_ColorMapping.html
|
254
|
+
- rdoc/RubyXL/CT_ColorScheme.html
|
255
|
+
- rdoc/RubyXL/CT_ColorSchemeAndMapping.html
|
256
|
+
- rdoc/RubyXL/CT_ConnectionSite.html
|
257
|
+
- rdoc/RubyXL/CT_ConnectionSiteList.html
|
258
|
+
- rdoc/RubyXL/CT_DashStop.html
|
259
|
+
- rdoc/RubyXL/CT_DashStopList.html
|
260
|
+
- rdoc/RubyXL/CT_DefaultShapeDefinition.html
|
261
|
+
- rdoc/RubyXL/CT_DuotoneEffect.html
|
262
|
+
- rdoc/RubyXL/CT_EffectContainer.html
|
263
|
+
- rdoc/RubyXL/CT_EffectList.html
|
264
|
+
- rdoc/RubyXL/CT_EffectReference.html
|
265
|
+
- rdoc/RubyXL/CT_EffectStyleItem.html
|
266
|
+
- rdoc/RubyXL/CT_EffectStyleList.html
|
267
|
+
- rdoc/RubyXL/CT_EmbeddedWAVAudioFile.html
|
268
|
+
- rdoc/RubyXL/CT_FillEffect.html
|
269
|
+
- rdoc/RubyXL/CT_FillOverlayEffect.html
|
270
|
+
- rdoc/RubyXL/CT_FillStyleList.html
|
271
|
+
- rdoc/RubyXL/CT_FlatText.html
|
272
|
+
- rdoc/RubyXL/CT_FontCollection.html
|
273
|
+
- rdoc/RubyXL/CT_FontReference.html
|
274
|
+
- rdoc/RubyXL/CT_GeomGuideList.html
|
275
|
+
- rdoc/RubyXL/CT_GlowEffect.html
|
276
|
+
- rdoc/RubyXL/CT_GradientFillProperties.html
|
277
|
+
- rdoc/RubyXL/CT_GradientStop.html
|
278
|
+
- rdoc/RubyXL/CT_GradientStopList.html
|
279
|
+
- rdoc/RubyXL/CT_HSLEffect.html
|
280
|
+
- rdoc/RubyXL/CT_HslColor.html
|
281
|
+
- rdoc/RubyXL/CT_Hyperlink.html
|
282
|
+
- rdoc/RubyXL/CT_InnerShadowEffect.html
|
283
|
+
- rdoc/RubyXL/CT_LightRig.html
|
284
|
+
- rdoc/RubyXL/CT_LineEndProperties.html
|
285
|
+
- rdoc/RubyXL/CT_LineJoinMiterProperties.html
|
286
|
+
- rdoc/RubyXL/CT_LineProperties.html
|
287
|
+
- rdoc/RubyXL/CT_LineStyleList.html
|
288
|
+
- rdoc/RubyXL/CT_LinearShadeProperties.html
|
289
|
+
- rdoc/RubyXL/CT_LuminanceEffect.html
|
290
|
+
- rdoc/RubyXL/CT_ObjectStyleDefaults.html
|
291
|
+
- rdoc/RubyXL/CT_OuterShadowEffect.html
|
292
|
+
- rdoc/RubyXL/CT_Path2D.html
|
293
|
+
- rdoc/RubyXL/CT_Path2DArcTo.html
|
294
|
+
- rdoc/RubyXL/CT_Path2DCubicBezierTo.html
|
295
|
+
- rdoc/RubyXL/CT_Path2DList.html
|
296
|
+
- rdoc/RubyXL/CT_Path2DQuadBezierTo.html
|
297
|
+
- rdoc/RubyXL/CT_Path2DTo.html
|
298
|
+
- rdoc/RubyXL/CT_PathShadeProperties.html
|
299
|
+
- rdoc/RubyXL/CT_PatternFillProperties.html
|
300
|
+
- rdoc/RubyXL/CT_Point3D.html
|
301
|
+
- rdoc/RubyXL/CT_PolarAdjustHandle.html
|
302
|
+
- rdoc/RubyXL/CT_PresetColor.html
|
303
|
+
- rdoc/RubyXL/CT_PresetLineDashProperties.html
|
304
|
+
- rdoc/RubyXL/CT_PresetShadowEffect.html
|
305
|
+
- rdoc/RubyXL/CT_PresetTextShape.html
|
306
|
+
- rdoc/RubyXL/CT_ReflectionEffect.html
|
307
|
+
- rdoc/RubyXL/CT_RelativeOffsetEffect.html
|
308
|
+
- rdoc/RubyXL/CT_RelativeRect.html
|
309
|
+
- rdoc/RubyXL/CT_SRgbColor.html
|
310
|
+
- rdoc/RubyXL/CT_ScRgbColor.html
|
311
|
+
- rdoc/RubyXL/CT_Scene3D.html
|
312
|
+
- rdoc/RubyXL/CT_SchemeColor.html
|
313
|
+
- rdoc/RubyXL/CT_Shape3D.html
|
314
|
+
- rdoc/RubyXL/CT_ShapeStyle.html
|
315
|
+
- rdoc/RubyXL/CT_SoftEdgesEffect.html
|
316
|
+
- rdoc/RubyXL/CT_SphereCoords.html
|
317
|
+
- rdoc/RubyXL/CT_StretchInfoProperties.html
|
318
|
+
- rdoc/RubyXL/CT_StyleMatrix.html
|
319
|
+
- rdoc/RubyXL/CT_StyleMatrixReference.html
|
320
|
+
- rdoc/RubyXL/CT_SupplementalFont.html
|
321
|
+
- rdoc/RubyXL/CT_SystemColor.html
|
322
|
+
- rdoc/RubyXL/CT_TextAutonumberBullet.html
|
323
|
+
- rdoc/RubyXL/CT_TextBlipBullet.html
|
324
|
+
- rdoc/RubyXL/CT_TextCharBullet.html
|
325
|
+
- rdoc/RubyXL/CT_TextCharacterProperties.html
|
326
|
+
- rdoc/RubyXL/CT_TextFont.html
|
327
|
+
- rdoc/RubyXL/CT_TextListStyle.html
|
328
|
+
- rdoc/RubyXL/CT_TextNormalAutofit.html
|
329
|
+
- rdoc/RubyXL/CT_TextParagraphProperties.html
|
330
|
+
- rdoc/RubyXL/CT_TextSpacing.html
|
331
|
+
- rdoc/RubyXL/CT_TextTabStop.html
|
332
|
+
- rdoc/RubyXL/CT_TextTabStopList.html
|
333
|
+
- rdoc/RubyXL/CT_TileInfoProperties.html
|
334
|
+
- rdoc/RubyXL/CT_TintEffect.html
|
335
|
+
- rdoc/RubyXL/CT_Transform2D.html
|
336
|
+
- rdoc/RubyXL/CT_TransformEffect.html
|
337
|
+
- rdoc/RubyXL/CT_Vector3D.html
|
338
|
+
- rdoc/RubyXL/CT_XYAdjustHandle.html
|
339
|
+
- rdoc/RubyXL/CalculationChain.html
|
340
|
+
- rdoc/RubyXL/CalculationChainCell.html
|
341
|
+
- rdoc/RubyXL/CalculationProperties.html
|
342
|
+
- rdoc/RubyXL/Cell.html
|
343
|
+
- rdoc/RubyXL/CellConvenienceMethods.html
|
344
|
+
- rdoc/RubyXL/CellExt.html
|
345
|
+
- rdoc/RubyXL/CellSmartTag.html
|
346
|
+
- rdoc/RubyXL/CellSmartTagProperty.html
|
347
|
+
- rdoc/RubyXL/CellSmartTags.html
|
348
|
+
- rdoc/RubyXL/CellStyle.html
|
349
|
+
- rdoc/RubyXL/CellStyleXFs.html
|
350
|
+
- rdoc/RubyXL/CellStyles.html
|
351
|
+
- rdoc/RubyXL/CellValue.html
|
352
|
+
- rdoc/RubyXL/CellWatch.html
|
353
|
+
- rdoc/RubyXL/CellWatches.html
|
354
|
+
- rdoc/RubyXL/CellXFs.html
|
355
|
+
- rdoc/RubyXL/ChartColorsFile.html
|
356
|
+
- rdoc/RubyXL/ChartFile.html
|
357
|
+
- rdoc/RubyXL/ChartStyleFile.html
|
358
|
+
- rdoc/RubyXL/ChartUserShapesFile.html
|
359
|
+
- rdoc/RubyXL/Chartsheet.html
|
360
|
+
- rdoc/RubyXL/ChartsheetPageSetup.html
|
361
|
+
- rdoc/RubyXL/ChartsheetProperties.html
|
362
|
+
- rdoc/RubyXL/ChartsheetProtection.html
|
363
|
+
- rdoc/RubyXL/ChartsheetView.html
|
364
|
+
- rdoc/RubyXL/ChartsheetViews.html
|
365
|
+
- rdoc/RubyXL/Color.html
|
366
|
+
- rdoc/RubyXL/ColorConvenienceClasses.html
|
367
|
+
- rdoc/RubyXL/ColorConvenienceClasses/HlsColor.html
|
368
|
+
- rdoc/RubyXL/ColorConvenienceClasses/RgbColor.html
|
369
|
+
- rdoc/RubyXL/ColorConvenienceMethods.html
|
370
|
+
- rdoc/RubyXL/ColorFilter.html
|
371
|
+
- rdoc/RubyXL/ColorScale.html
|
372
|
+
- rdoc/RubyXL/ColorSet.html
|
373
|
+
- rdoc/RubyXL/Colors.html
|
374
|
+
- rdoc/RubyXL/ColumnRange.html
|
375
|
+
- rdoc/RubyXL/ColumnRanges.html
|
376
|
+
- rdoc/RubyXL/Comment.html
|
377
|
+
- rdoc/RubyXL/CommentList.html
|
378
|
+
- rdoc/RubyXL/CommentsFile.html
|
379
|
+
- rdoc/RubyXL/ConditionalFormatValue.html
|
380
|
+
- rdoc/RubyXL/ConditionalFormatting.html
|
381
|
+
- rdoc/RubyXL/ConditionalFormattingRule.html
|
382
|
+
- rdoc/RubyXL/Connection.html
|
383
|
+
- rdoc/RubyXL/ConnectionTable.html
|
384
|
+
- rdoc/RubyXL/ConnectionTables.html
|
385
|
+
- rdoc/RubyXL/ConnectionTextField.html
|
386
|
+
- rdoc/RubyXL/ConnectionTextFields.html
|
387
|
+
- rdoc/RubyXL/Connections.html
|
388
|
+
- rdoc/RubyXL/ContentTypeDefault.html
|
389
|
+
- rdoc/RubyXL/ContentTypeOverride.html
|
390
|
+
- rdoc/RubyXL/ContentTypes.html
|
391
|
+
- rdoc/RubyXL/ControlPropertiesFile.html
|
392
|
+
- rdoc/RubyXL/CorePropertiesFile.html
|
393
|
+
- rdoc/RubyXL/CustomColor.html
|
394
|
+
- rdoc/RubyXL/CustomColorList.html
|
395
|
+
- rdoc/RubyXL/CustomFilter.html
|
396
|
+
- rdoc/RubyXL/CustomFilters.html
|
397
|
+
- rdoc/RubyXL/CustomGeometry.html
|
398
|
+
- rdoc/RubyXL/CustomProperties.html
|
399
|
+
- rdoc/RubyXL/CustomPropertiesFile.html
|
400
|
+
- rdoc/RubyXL/CustomProperty.html
|
401
|
+
- rdoc/RubyXL/CustomPropertyFile.html
|
402
|
+
- rdoc/RubyXL/CustomSheetView.html
|
403
|
+
- rdoc/RubyXL/CustomSheetViews.html
|
404
|
+
- rdoc/RubyXL/CustomWorkbookView.html
|
405
|
+
- rdoc/RubyXL/CustomWorkbookViews.html
|
406
|
+
- rdoc/RubyXL/CustomXMLFile.html
|
407
|
+
- rdoc/RubyXL/DXF.html
|
408
|
+
- rdoc/RubyXL/DXFs.html
|
409
|
+
- rdoc/RubyXL/DataBar.html
|
410
|
+
- rdoc/RubyXL/DataConsolidate.html
|
411
|
+
- rdoc/RubyXL/DataConsolidationReference.html
|
412
|
+
- rdoc/RubyXL/DataConsolidationReferences.html
|
413
|
+
- rdoc/RubyXL/DataType.html
|
414
|
+
- rdoc/RubyXL/DataValidation.html
|
415
|
+
- rdoc/RubyXL/DataValidations.html
|
416
|
+
- rdoc/RubyXL/DateGroupItem.html
|
417
|
+
- rdoc/RubyXL/DefinedName.html
|
418
|
+
- rdoc/RubyXL/DefinedNameExt.html
|
419
|
+
- rdoc/RubyXL/DefinedNames.html
|
420
|
+
- rdoc/RubyXL/DefinedNamesExt.html
|
421
|
+
- rdoc/RubyXL/DocumentPropertiesFile.html
|
422
|
+
- rdoc/RubyXL/DrawingFile.html
|
423
|
+
- rdoc/RubyXL/DynamicFilter.html
|
424
|
+
- rdoc/RubyXL/EmbeddedControl.html
|
425
|
+
- rdoc/RubyXL/EmbeddedControls.html
|
426
|
+
- rdoc/RubyXL/Extension.html
|
427
|
+
- rdoc/RubyXL/ExtensionStorageArea.html
|
428
|
+
- rdoc/RubyXL/Extents.html
|
429
|
+
- rdoc/RubyXL/ExternalBook.html
|
430
|
+
- rdoc/RubyXL/ExternalLinksFile.html
|
431
|
+
- rdoc/RubyXL/ExternalReference.html
|
432
|
+
- rdoc/RubyXL/ExternalReferences.html
|
433
|
+
- rdoc/RubyXL/ExtraColorSchemeList.html
|
434
|
+
- rdoc/RubyXL/FieldItem.html
|
435
|
+
- rdoc/RubyXL/FileRecoveryProperties.html
|
436
|
+
- rdoc/RubyXL/FileSharing.html
|
437
|
+
- rdoc/RubyXL/FileVersion.html
|
438
|
+
- rdoc/RubyXL/Fill.html
|
439
|
+
- rdoc/RubyXL/Fills.html
|
440
|
+
- rdoc/RubyXL/FilterContainer.html
|
441
|
+
- rdoc/RubyXL/FloatNode.html
|
442
|
+
- rdoc/RubyXL/FloatValue.html
|
443
|
+
- rdoc/RubyXL/Font.html
|
444
|
+
- rdoc/RubyXL/FontConvenienceMethods.html
|
445
|
+
- rdoc/RubyXL/FontScheme.html
|
446
|
+
- rdoc/RubyXL/Fonts.html
|
447
|
+
- rdoc/RubyXL/Formula.html
|
448
|
+
- rdoc/RubyXL/FunctionGroup.html
|
449
|
+
- rdoc/RubyXL/FunctionGroups.html
|
450
|
+
- rdoc/RubyXL/GenericStorageObject.html
|
451
|
+
- rdoc/RubyXL/GradientFill.html
|
452
|
+
- rdoc/RubyXL/HeaderFooterSettings.html
|
453
|
+
- rdoc/RubyXL/Hyperlink.html
|
454
|
+
- rdoc/RubyXL/HyperlinkRelFile.html
|
455
|
+
- rdoc/RubyXL/Hyperlinks.html
|
456
|
+
- rdoc/RubyXL/IconFilter.html
|
457
|
+
- rdoc/RubyXL/IconSet.html
|
458
|
+
- rdoc/RubyXL/IgnoredError.html
|
459
|
+
- rdoc/RubyXL/IgnoredErrors.html
|
460
|
+
- rdoc/RubyXL/IndexedColors.html
|
461
|
+
- rdoc/RubyXL/InputCells.html
|
462
|
+
- rdoc/RubyXL/IntegerNode.html
|
463
|
+
- rdoc/RubyXL/IntegerValue.html
|
464
|
+
- rdoc/RubyXL/LegacyCell.html
|
465
|
+
- rdoc/RubyXL/LegacyWorksheet.html
|
466
|
+
- rdoc/RubyXL/MRUColors.html
|
467
|
+
- rdoc/RubyXL/MacrosFile.html
|
468
|
+
- rdoc/RubyXL/MergedCell.html
|
469
|
+
- rdoc/RubyXL/MergedCells.html
|
470
|
+
- rdoc/RubyXL/NumFmt.html
|
471
|
+
- rdoc/RubyXL/NumberFormat.html
|
472
|
+
- rdoc/RubyXL/NumberFormats.html
|
473
|
+
- rdoc/RubyXL/OLEObject.html
|
474
|
+
- rdoc/RubyXL/OLEObjectFile.html
|
475
|
+
- rdoc/RubyXL/OLEObjects.html
|
476
|
+
- rdoc/RubyXL/OLESize.html
|
477
|
+
- rdoc/RubyXL/OOXMLContainerObject.html
|
478
|
+
- rdoc/RubyXL/OOXMLIgnored.html
|
479
|
+
- rdoc/RubyXL/OOXMLObject.html
|
480
|
+
- rdoc/RubyXL/OOXMLObjectClassMethods.html
|
481
|
+
- rdoc/RubyXL/OOXMLObjectInstanceMethods.html
|
482
|
+
- rdoc/RubyXL/OOXMLRelationshipsFile.html
|
483
|
+
- rdoc/RubyXL/OOXMLTopLevelObject.html
|
484
|
+
- rdoc/RubyXL/OdbcOleDbProperties.html
|
485
|
+
- rdoc/RubyXL/Offset.html
|
486
|
+
- rdoc/RubyXL/OlapProperties.html
|
487
|
+
- rdoc/RubyXL/OleItem.html
|
488
|
+
- rdoc/RubyXL/OleItems.html
|
489
|
+
- rdoc/RubyXL/OleLink.html
|
490
|
+
- rdoc/RubyXL/OutlineProperties.html
|
491
|
+
- rdoc/RubyXL/PageMargins.html
|
492
|
+
- rdoc/RubyXL/PageSetup.html
|
493
|
+
- rdoc/RubyXL/PageSetupProperties.html
|
494
|
+
- rdoc/RubyXL/Pane.html
|
495
|
+
- rdoc/RubyXL/Parser.html
|
496
|
+
- rdoc/RubyXL/PatternFill.html
|
497
|
+
- rdoc/RubyXL/PersonMetadata.html
|
498
|
+
- rdoc/RubyXL/PhoneticProperties.html
|
499
|
+
- rdoc/RubyXL/PhoneticRun.html
|
500
|
+
- rdoc/RubyXL/PivotArea.html
|
501
|
+
- rdoc/RubyXL/PivotCache.html
|
502
|
+
- rdoc/RubyXL/PivotCacheDefinitionFile.html
|
503
|
+
- rdoc/RubyXL/PivotCacheRecordsFile.html
|
504
|
+
- rdoc/RubyXL/PivotCaches.html
|
505
|
+
- rdoc/RubyXL/PivotReference.html
|
506
|
+
- rdoc/RubyXL/PivotReferences.html
|
507
|
+
- rdoc/RubyXL/PivotTableFile.html
|
508
|
+
- rdoc/RubyXL/PivotTableSelection.html
|
509
|
+
- rdoc/RubyXL/PresetGeometry.html
|
510
|
+
- rdoc/RubyXL/PrintOptions.html
|
511
|
+
- rdoc/RubyXL/PrinterSettingsFile.html
|
512
|
+
- rdoc/RubyXL/ProtectedRange.html
|
513
|
+
- rdoc/RubyXL/ProtectedRanges.html
|
514
|
+
- rdoc/RubyXL/Protection.html
|
515
|
+
- rdoc/RubyXL/QueryParameter.html
|
516
|
+
- rdoc/RubyXL/QueryParameters.html
|
517
|
+
- rdoc/RubyXL/QueryTable.html
|
518
|
+
- rdoc/RubyXL/QueryTableDeletedField.html
|
519
|
+
- rdoc/RubyXL/QueryTableDeletedFields.html
|
520
|
+
- rdoc/RubyXL/QueryTableField.html
|
521
|
+
- rdoc/RubyXL/QueryTableFields.html
|
522
|
+
- rdoc/RubyXL/QueryTableRefresh.html
|
523
|
+
- rdoc/RubyXL/RID.html
|
524
|
+
- rdoc/RubyXL/RawOOXML.html
|
525
|
+
- rdoc/RubyXL/Reference.html
|
526
|
+
- rdoc/RubyXL/Relationship.html
|
527
|
+
- rdoc/RubyXL/RelationshipSupport.html
|
528
|
+
- rdoc/RubyXL/RelationshipSupport/ClassMehods.html
|
529
|
+
- rdoc/RubyXL/RevisionPointer.html
|
530
|
+
- rdoc/RubyXL/RichText.html
|
531
|
+
- rdoc/RubyXL/RichTextRun.html
|
532
|
+
- rdoc/RubyXL/Row.html
|
533
|
+
- rdoc/RubyXL/RowExt.html
|
534
|
+
- rdoc/RubyXL/RunProperties.html
|
535
|
+
- rdoc/RubyXL/Scenario.html
|
536
|
+
- rdoc/RubyXL/Scenarios.html
|
537
|
+
- rdoc/RubyXL/Selection.html
|
538
|
+
- rdoc/RubyXL/ShapeGuide.html
|
539
|
+
- rdoc/RubyXL/ShapeTextRectangle.html
|
540
|
+
- rdoc/RubyXL/SharedStringsTable.html
|
541
|
+
- rdoc/RubyXL/Sheet.html
|
542
|
+
- rdoc/RubyXL/SheetCalculationProperties.html
|
543
|
+
- rdoc/RubyXL/SheetData.html
|
544
|
+
- rdoc/RubyXL/SheetDataExt.html
|
545
|
+
- rdoc/RubyXL/SheetDataSet.html
|
546
|
+
- rdoc/RubyXL/SheetMetadata.html
|
547
|
+
- rdoc/RubyXL/SheetName.html
|
548
|
+
- rdoc/RubyXL/SheetNames.html
|
549
|
+
- rdoc/RubyXL/Sheets.html
|
550
|
+
- rdoc/RubyXL/SlicerCacheFile.html
|
551
|
+
- rdoc/RubyXL/SlicerFile.html
|
552
|
+
- rdoc/RubyXL/SmartTagProperties.html
|
553
|
+
- rdoc/RubyXL/SmartTagType.html
|
554
|
+
- rdoc/RubyXL/SmartTagTypes.html
|
555
|
+
- rdoc/RubyXL/SmartTags.html
|
556
|
+
- rdoc/RubyXL/SortCondition.html
|
557
|
+
- rdoc/RubyXL/SortState.html
|
558
|
+
- rdoc/RubyXL/Sqref.html
|
559
|
+
- rdoc/RubyXL/Stop.html
|
560
|
+
- rdoc/RubyXL/StringNode.html
|
561
|
+
- rdoc/RubyXL/StringNodeW3C.html
|
562
|
+
- rdoc/RubyXL/StringValue.html
|
563
|
+
- rdoc/RubyXL/Stylesheet.html
|
564
|
+
- rdoc/RubyXL/TableFile.html
|
565
|
+
- rdoc/RubyXL/TableParts.html
|
566
|
+
- rdoc/RubyXL/TableStyle.html
|
567
|
+
- rdoc/RubyXL/TableStyles.html
|
568
|
+
- rdoc/RubyXL/Text.html
|
569
|
+
- rdoc/RubyXL/TextImportSettings.html
|
570
|
+
- rdoc/RubyXL/Theme.html
|
571
|
+
- rdoc/RubyXL/ThemeElements.html
|
572
|
+
- rdoc/RubyXL/ThumbnailFile.html
|
573
|
+
- rdoc/RubyXL/Top10.html
|
574
|
+
- rdoc/RubyXL/VMLDrawingFile.html
|
575
|
+
- rdoc/RubyXL/Variant.html
|
576
|
+
- rdoc/RubyXL/Vector.html
|
577
|
+
- rdoc/RubyXL/VectorValue.html
|
578
|
+
- rdoc/RubyXL/VisualProperties.html
|
579
|
+
- rdoc/RubyXL/WebPublishObject.html
|
580
|
+
- rdoc/RubyXL/WebPublishObjects.html
|
581
|
+
- rdoc/RubyXL/WebPublishingItem.html
|
582
|
+
- rdoc/RubyXL/WebPublishingItems.html
|
583
|
+
- rdoc/RubyXL/WebPublishingProperties.html
|
584
|
+
- rdoc/RubyXL/WebQueryProperties.html
|
585
|
+
- rdoc/RubyXL/Workbook.html
|
586
|
+
- rdoc/RubyXL/WorkbookConvenienceMethods.html
|
587
|
+
- rdoc/RubyXL/WorkbookProperties.html
|
588
|
+
- rdoc/RubyXL/WorkbookProtection.html
|
589
|
+
- rdoc/RubyXL/WorkbookRoot.html
|
590
|
+
- rdoc/RubyXL/WorkbookView.html
|
591
|
+
- rdoc/RubyXL/WorkbookViews.html
|
592
|
+
- rdoc/RubyXL/Worksheet.html
|
593
|
+
- rdoc/RubyXL/WorksheetConvenienceMethods.html
|
594
|
+
- rdoc/RubyXL/WorksheetDimensions.html
|
595
|
+
- rdoc/RubyXL/WorksheetFormatProperties.html
|
596
|
+
- rdoc/RubyXL/WorksheetProperties.html
|
597
|
+
- rdoc/RubyXL/WorksheetProtection.html
|
598
|
+
- rdoc/RubyXL/WorksheetView.html
|
599
|
+
- rdoc/RubyXL/WorksheetViews.html
|
600
|
+
- rdoc/RubyXL/XF.html
|
601
|
+
- rdoc/created.rid
|
602
|
+
- rdoc/css/fonts.css
|
603
|
+
- rdoc/css/rdoc.css
|
604
|
+
- rdoc/fonts/Lato-Light.ttf
|
605
|
+
- rdoc/fonts/Lato-LightItalic.ttf
|
606
|
+
- rdoc/fonts/Lato-Regular.ttf
|
607
|
+
- rdoc/fonts/Lato-RegularItalic.ttf
|
608
|
+
- rdoc/fonts/SourceCodePro-Bold.ttf
|
609
|
+
- rdoc/fonts/SourceCodePro-Regular.ttf
|
610
|
+
- rdoc/images/add.png
|
611
|
+
- rdoc/images/arrow_up.png
|
612
|
+
- rdoc/images/brick.png
|
613
|
+
- rdoc/images/brick_link.png
|
614
|
+
- rdoc/images/bug.png
|
615
|
+
- rdoc/images/bullet_black.png
|
616
|
+
- rdoc/images/bullet_toggle_minus.png
|
617
|
+
- rdoc/images/bullet_toggle_plus.png
|
618
|
+
- rdoc/images/date.png
|
619
|
+
- rdoc/images/delete.png
|
620
|
+
- rdoc/images/find.png
|
621
|
+
- rdoc/images/loadingAnimation.gif
|
622
|
+
- rdoc/images/macFFBgHack.png
|
623
|
+
- rdoc/images/package.png
|
624
|
+
- rdoc/images/page_green.png
|
625
|
+
- rdoc/images/page_white_text.png
|
626
|
+
- rdoc/images/page_white_width.png
|
627
|
+
- rdoc/images/plugin.png
|
628
|
+
- rdoc/images/ruby.png
|
629
|
+
- rdoc/images/tag_blue.png
|
630
|
+
- rdoc/images/tag_green.png
|
631
|
+
- rdoc/images/transparent.png
|
632
|
+
- rdoc/images/wrench.png
|
633
|
+
- rdoc/images/wrench_orange.png
|
634
|
+
- rdoc/images/zoom.png
|
635
|
+
- rdoc/index.html
|
636
|
+
- rdoc/js/darkfish.js
|
637
|
+
- rdoc/js/navigation.js
|
638
|
+
- rdoc/js/navigation.js.gz
|
639
|
+
- rdoc/js/search.js
|
640
|
+
- rdoc/js/search_index.js
|
641
|
+
- rdoc/js/search_index.js.gz
|
642
|
+
- rdoc/js/searcher.js
|
643
|
+
- rdoc/js/searcher.js.gz
|
644
|
+
- rdoc/table_of_contents.html
|
174
645
|
- rubyXL.gemspec
|
175
646
|
- spec/lib/cell_spec.rb
|
176
647
|
- spec/lib/color_spec.rb
|
177
|
-
- spec/lib/hash_spec.rb
|
178
648
|
- spec/lib/parser_spec.rb
|
649
|
+
- spec/lib/reference_spec.rb
|
650
|
+
- spec/lib/rgb_color_spec.rb
|
651
|
+
- spec/lib/stylesheet_spec.rb
|
652
|
+
- spec/lib/text_spec.rb
|
179
653
|
- spec/lib/workbook_spec.rb
|
180
654
|
- spec/lib/worksheet_spec.rb
|
181
|
-
|
655
|
+
- spec/spec_helper.rb
|
656
|
+
- test/input/.gitkeep
|
657
|
+
- test/output/.gitkeep
|
658
|
+
- test/test_parse_write.rb
|
659
|
+
- tmp/.gitignore
|
182
660
|
homepage: http://github.com/gilt/rubyXL
|
183
|
-
licenses:
|
661
|
+
licenses:
|
184
662
|
- MIT
|
663
|
+
metadata: {}
|
185
664
|
post_install_message:
|
186
665
|
rdoc_options: []
|
187
|
-
|
188
|
-
require_paths:
|
666
|
+
require_paths:
|
189
667
|
- lib
|
190
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
191
|
-
|
192
|
-
requirements:
|
668
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
669
|
+
requirements:
|
193
670
|
- - ">="
|
194
|
-
- !ruby/object:Gem::Version
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
segments_generated: true
|
199
|
-
version: "0"
|
200
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
201
|
-
none: false
|
202
|
-
requirements:
|
671
|
+
- !ruby/object:Gem::Version
|
672
|
+
version: '0'
|
673
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
674
|
+
requirements:
|
203
675
|
- - ">="
|
204
|
-
- !ruby/object:Gem::Version
|
205
|
-
|
206
|
-
segments:
|
207
|
-
- 0
|
208
|
-
segments_generated: true
|
209
|
-
version: "0"
|
676
|
+
- !ruby/object:Gem::Version
|
677
|
+
version: '0'
|
210
678
|
requirements: []
|
211
|
-
|
212
|
-
rubyforge_project:
|
213
|
-
rubygems_version: 1.3.7
|
679
|
+
rubygems_version: 3.1.6
|
214
680
|
signing_key:
|
215
|
-
specification_version:
|
216
|
-
summary: rubyXL is a gem which allows the parsing, creation, and manipulation of Microsoft
|
681
|
+
specification_version: 4
|
682
|
+
summary: rubyXL is a gem which allows the parsing, creation, and manipulation of Microsoft
|
683
|
+
Excel (.xlsx/.xlsm) Documents
|
217
684
|
test_files: []
|
218
|
-
|