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
@@ -0,0 +1,572 @@
|
|
1
|
+
require 'date'
|
2
|
+
require 'rubyXL/objects/ooxml_object'
|
3
|
+
require 'rubyXL/objects/shared_strings'
|
4
|
+
require 'rubyXL/objects/stylesheet'
|
5
|
+
require 'rubyXL/objects/theme'
|
6
|
+
require 'rubyXL/objects/calculation_chain'
|
7
|
+
require 'rubyXL/objects/worksheet'
|
8
|
+
require 'rubyXL/objects/chartsheet'
|
9
|
+
require 'rubyXL/objects/connection'
|
10
|
+
require 'rubyXL/objects/relationships'
|
11
|
+
require 'rubyXL/objects/simple_types'
|
12
|
+
require 'rubyXL/objects/extensions'
|
13
|
+
require 'rubyXL/objects/external_links'
|
14
|
+
|
15
|
+
module RubyXL
|
16
|
+
# Eventually, the entire code for Workbook will be moved here.
|
17
|
+
|
18
|
+
# http://www.datypic.com/sc/ooxml/e-ssml_fileVersion-1.html
|
19
|
+
class FileVersion < OOXMLObject
|
20
|
+
define_attribute(:appName, :string)
|
21
|
+
define_attribute(:lastEdited, :string)
|
22
|
+
define_attribute(:lowestEdited, :string)
|
23
|
+
define_attribute(:rupBuild, :string)
|
24
|
+
define_attribute(:codeName, :string)
|
25
|
+
define_element_name 'fileVersion'
|
26
|
+
end
|
27
|
+
|
28
|
+
# http://www.datypic.com/sc/ooxml/e-ssml_fileSharing-1.html
|
29
|
+
class FileSharing < OOXMLObject
|
30
|
+
define_attribute(:readOnlyRecommended, :bool, :default => false)
|
31
|
+
define_attribute(:userName, :string)
|
32
|
+
define_attribute(:reservationPassword, RubyXL::ST_UnsignedShortHex)
|
33
|
+
define_element_name 'fileSharing'
|
34
|
+
end
|
35
|
+
|
36
|
+
# http://www.datypic.com/sc/ooxml/e-ssml_workbookPr-1.html
|
37
|
+
class WorkbookProperties < OOXMLObject
|
38
|
+
define_attribute(:date1904, :bool, :default => false)
|
39
|
+
define_attribute(:showObjects, RubyXL::ST_Objects, :default => 'all')
|
40
|
+
define_attribute(:showBorderUnselectedTables, :bool, :default => true)
|
41
|
+
define_attribute(:filterPrivacy, :bool, :default => false)
|
42
|
+
define_attribute(:promptedSolutions, :bool, :default => false)
|
43
|
+
define_attribute(:showInkAnnotation, :bool, :default => true)
|
44
|
+
define_attribute(:backupFile, :bool, :default => false)
|
45
|
+
define_attribute(:saveExternalLinkValues, :bool, :default => true)
|
46
|
+
define_attribute(:updateLinks, RubyXL::ST_UpdateLinks, :default => 'userSet')
|
47
|
+
define_attribute(:hidePivotFieldList, :bool, :default => false)
|
48
|
+
define_attribute(:showPivotChartFilter, :bool, :default => false)
|
49
|
+
define_attribute(:allowRefreshQuery, :bool, :default => false)
|
50
|
+
define_attribute(:publishItems, :bool, :default => false)
|
51
|
+
define_attribute(:checkCompatibility, :bool, :default => false)
|
52
|
+
define_attribute(:autoCompressPictures, :bool, :default => true)
|
53
|
+
define_attribute(:refreshAllConnections, :bool, :default => false)
|
54
|
+
define_attribute(:defaultThemeVersion, :int)
|
55
|
+
define_attribute(:codeName, :string)
|
56
|
+
define_element_name 'workbookPr'
|
57
|
+
end
|
58
|
+
|
59
|
+
# http://www.datypic.com/sc/ooxml/e-ssml_workbookProtection-1.html
|
60
|
+
class WorkbookProtection < OOXMLObject
|
61
|
+
define_attribute(:workbookPassword, RubyXL::ST_UnsignedShortHex)
|
62
|
+
define_attribute(:revisionsPassword, RubyXL::ST_UnsignedShortHex)
|
63
|
+
define_attribute(:lockStructure, :bool, :default => false)
|
64
|
+
define_attribute(:lockWindows, :bool, :default => false)
|
65
|
+
define_attribute(:lockRevision, :bool, :default => false)
|
66
|
+
define_element_name 'workbookProtection'
|
67
|
+
end
|
68
|
+
|
69
|
+
# http://www.datypic.com/sc/ooxml/e-ssml_workbookView-1.html
|
70
|
+
class WorkbookView < OOXMLObject
|
71
|
+
define_attribute(:visibility, RubyXL::ST_Visibility, :default => 'visible')
|
72
|
+
define_attribute(:minimized, :bool, :default => false)
|
73
|
+
define_attribute(:showHorizontalScroll, :bool, :default => true)
|
74
|
+
define_attribute(:showVerticalScroll, :bool, :default => true)
|
75
|
+
define_attribute(:showSheetTabs, :bool, :default => true)
|
76
|
+
define_attribute(:xWindow, :int)
|
77
|
+
define_attribute(:yWindow, :int)
|
78
|
+
define_attribute(:windowWidth, :int)
|
79
|
+
define_attribute(:windowHeight, :int)
|
80
|
+
define_attribute(:tabRatio, :int, :default => 600)
|
81
|
+
define_attribute(:firstSheet, :int, :default => 0)
|
82
|
+
define_attribute(:activeTab, :int, :default => 0)
|
83
|
+
define_attribute(:autoFilterDateGrouping, :bool, :default => true)
|
84
|
+
define_child_node(RubyXL::ExtensionStorageArea)
|
85
|
+
define_element_name 'workbookView'
|
86
|
+
end
|
87
|
+
|
88
|
+
# http://www.datypic.com/sc/ooxml/e-ssml_bookViews-1.html
|
89
|
+
class WorkbookViews < OOXMLContainerObject
|
90
|
+
define_child_node(RubyXL::WorkbookView, :collection => true)
|
91
|
+
define_element_name 'bookViews'
|
92
|
+
end
|
93
|
+
|
94
|
+
# http://www.datypic.com/sc/ooxml/e-ssml_sheet-1.html
|
95
|
+
class Sheet < OOXMLObject
|
96
|
+
define_attribute(:name, :string, :required => true)
|
97
|
+
define_attribute(:sheetId, :int, :required => true)
|
98
|
+
define_attribute(:state, RubyXL::ST_Visibility, :default => 'visible')
|
99
|
+
define_relationship(:required => true)
|
100
|
+
define_element_name 'sheet'
|
101
|
+
end
|
102
|
+
|
103
|
+
# http://www.datypic.com/sc/ooxml/e-ssml_sheets-1.html
|
104
|
+
class Sheets < OOXMLContainerObject
|
105
|
+
define_child_node(RubyXL::Sheet, :collection => true)
|
106
|
+
define_element_name 'sheets'
|
107
|
+
end
|
108
|
+
|
109
|
+
# http://www.datypic.com/sc/ooxml/e-ssml_externalReference-1.html
|
110
|
+
class ExternalReference < OOXMLObject
|
111
|
+
define_relationship(:required => true)
|
112
|
+
define_element_name 'externalReference'
|
113
|
+
end
|
114
|
+
|
115
|
+
# http://www.datypic.com/sc/ooxml/e-ssml_externalReferences-1.html
|
116
|
+
class ExternalReferences < OOXMLContainerObject
|
117
|
+
define_child_node(RubyXL::ExternalReference, :collection => true)
|
118
|
+
define_element_name 'externalReferences'
|
119
|
+
end
|
120
|
+
|
121
|
+
# http://www.datypic.com/sc/ooxml/e-ssml_definedName-2.html
|
122
|
+
class DefinedName < OOXMLObject
|
123
|
+
define_attribute(:name, :string, :required => true)
|
124
|
+
define_attribute(:comment, :string)
|
125
|
+
define_attribute(:customMenu, :string)
|
126
|
+
define_attribute(:description, :string)
|
127
|
+
define_attribute(:help, :string)
|
128
|
+
define_attribute(:statusBar, :string)
|
129
|
+
define_attribute(:localSheetId, :string)
|
130
|
+
|
131
|
+
define_attribute(:hidden, :bool, :default => false)
|
132
|
+
define_attribute(:function, :bool, :default => false)
|
133
|
+
define_attribute(:vbProcedure, :bool, :default => false)
|
134
|
+
define_attribute(:xlm, :bool, :default => false)
|
135
|
+
|
136
|
+
define_attribute(:functionGroupId, :int)
|
137
|
+
define_attribute(:shortcutKey, :string)
|
138
|
+
define_attribute(:publishToServer, :bool, :default => false)
|
139
|
+
define_attribute(:workbookParameter, :bool, :default => false)
|
140
|
+
|
141
|
+
define_attribute(:_, :string, :accessor => :reference)
|
142
|
+
define_element_name 'definedName'
|
143
|
+
end
|
144
|
+
|
145
|
+
# http://www.datypic.com/sc/ooxml/e-ssml_definedName-2.html
|
146
|
+
class DefinedNames < OOXMLContainerObject
|
147
|
+
define_child_node(RubyXL::DefinedName, :collection => true)
|
148
|
+
define_element_name 'definedNames'
|
149
|
+
end
|
150
|
+
|
151
|
+
# http://www.datypic.com/sc/ooxml/e-ssml_pivotCache-1.html
|
152
|
+
class PivotCache < OOXMLObject
|
153
|
+
define_attribute(:cacheId, :int, :required => true)
|
154
|
+
define_relationship(:required => true)
|
155
|
+
define_element_name 'pivotCache'
|
156
|
+
end
|
157
|
+
|
158
|
+
# http://www.datypic.com/sc/ooxml/e-ssml_pivotCaches-1.html
|
159
|
+
class PivotCaches < OOXMLContainerObject
|
160
|
+
define_child_node(RubyXL::PivotCache, :collection => true)
|
161
|
+
define_element_name 'pivotCaches'
|
162
|
+
end
|
163
|
+
|
164
|
+
# http://www.datypic.com/sc/ooxml/e-ssml_oleSize-1.html
|
165
|
+
class OLESize < OOXMLObject
|
166
|
+
define_attribute(:ref, :ref, :required => true)
|
167
|
+
define_element_name 'oleSize'
|
168
|
+
end
|
169
|
+
|
170
|
+
# http://www.datypic.com/sc/ooxml/e-ssml_fileRecoveryPr-1.html
|
171
|
+
class FileRecoveryProperties < OOXMLObject
|
172
|
+
define_attribute(:autoRecover, :bool, :default => true)
|
173
|
+
define_attribute(:crashSave, :bool, :default => false)
|
174
|
+
define_attribute(:dataExtractLoad, :bool, :default => false)
|
175
|
+
define_attribute(:repairLoad, :bool, :default => false)
|
176
|
+
define_element_name 'fileRecoveryPr'
|
177
|
+
end
|
178
|
+
|
179
|
+
# http://www.datypic.com/sc/ooxml/e-ssml_webPublishing-1.html
|
180
|
+
class WebPublishingProperties < OOXMLObject
|
181
|
+
define_attribute(:css, :bool, :default => true)
|
182
|
+
define_attribute(:thicket, :bool, :default => true)
|
183
|
+
define_attribute(:longFileNames, :bool, :default => true)
|
184
|
+
define_attribute(:vml, :bool, :default => false)
|
185
|
+
define_attribute(:allowPng, :bool, :default => false)
|
186
|
+
define_attribute(:targetScreenSize, RubyXL::ST_TargetScreenSize, :default => '800x600')
|
187
|
+
define_attribute(:dpi, :int, :default => 96)
|
188
|
+
define_attribute(:codePage, :int)
|
189
|
+
define_element_name 'webPublishing'
|
190
|
+
end
|
191
|
+
|
192
|
+
# http://www.datypic.com/sc/ooxml/e-ssml_calcPr-1.html
|
193
|
+
class CalculationProperties < OOXMLObject
|
194
|
+
define_attribute(:calcId, :int)
|
195
|
+
define_attribute(:calcMode, RubyXL::ST_CalcMode, :default => 'auto')
|
196
|
+
define_attribute(:fullCalcOnLoad, :bool, :default => false)
|
197
|
+
define_attribute(:refMode, RubyXL::ST_RefMode, :default => 'A1')
|
198
|
+
define_attribute(:iterate, :bool, :default => false)
|
199
|
+
define_attribute(:iterateCount, :int, :default => 100)
|
200
|
+
define_attribute(:iterateDelta, :double, :default => 0.001)
|
201
|
+
define_attribute(:fullPrecision, :bool, :default => true)
|
202
|
+
define_attribute(:calcCompleted, :bool, :default => true)
|
203
|
+
define_attribute(:calcOnSave, :bool, :default => true)
|
204
|
+
define_attribute(:concurrentCalc, :bool, :default => true)
|
205
|
+
define_attribute(:concurrentManualCount, :int)
|
206
|
+
define_attribute(:forceFullCalc, :bool)
|
207
|
+
define_element_name 'calcPr'
|
208
|
+
end
|
209
|
+
|
210
|
+
# http://www.datypic.com/sc/ooxml/e-ssml_webPublishObject-1.html
|
211
|
+
class WebPublishObject < OOXMLObject
|
212
|
+
define_attribute(:id, :int, :required => true)
|
213
|
+
define_attribute(:divId, :string, :required => true)
|
214
|
+
define_attribute(:sourceObject, :string)
|
215
|
+
define_attribute(:destinationFile, :string, :required => true)
|
216
|
+
define_attribute(:title, :string)
|
217
|
+
define_attribute(:autoRepublish, :bool, :default => false)
|
218
|
+
define_element_name 'webPublishObject'
|
219
|
+
end
|
220
|
+
|
221
|
+
# http://www.datypic.com/sc/ooxml/e-ssml_webPublishObjects-1.html
|
222
|
+
class WebPublishObjects < OOXMLContainerObject
|
223
|
+
define_child_node(RubyXL::WebPublishObject, :collection => :with_count)
|
224
|
+
define_element_name 'webPublishObjects'
|
225
|
+
end
|
226
|
+
|
227
|
+
# http://www.datypic.com/sc/ooxml/e-ssml_smartTagPr-1.html
|
228
|
+
class SmartTagProperties < OOXMLObject
|
229
|
+
define_attribute(:embed, :bool, :default => false)
|
230
|
+
define_attribute(:show, RubyXL::ST_SmartTagShow, :default => 'all')
|
231
|
+
define_element_name 'smartTagPr'
|
232
|
+
end
|
233
|
+
|
234
|
+
# http://www.datypic.com/sc/ooxml/e-ssml_smartTagType-1.html
|
235
|
+
class SmartTagType < OOXMLObject
|
236
|
+
define_attribute(:namespaceUri, :string)
|
237
|
+
define_attribute(:name, :string)
|
238
|
+
define_attribute(:url, :string)
|
239
|
+
define_element_name 'smartTagType'
|
240
|
+
end
|
241
|
+
|
242
|
+
# http://www.datypic.com/sc/ooxml/e-ssml_smartTagTypes-1.html
|
243
|
+
class SmartTagTypes < OOXMLContainerObject
|
244
|
+
define_child_node(RubyXL::SmartTagType, :collection => true)
|
245
|
+
define_element_name 'smartTagTypes'
|
246
|
+
end
|
247
|
+
|
248
|
+
# http://www.datypic.com/sc/ooxml/e-ssml_functionGroup-1.html
|
249
|
+
class FunctionGroup < OOXMLObject
|
250
|
+
define_attribute(:name, :string)
|
251
|
+
define_element_name 'functionGroup'
|
252
|
+
end
|
253
|
+
|
254
|
+
# http://www.datypic.com/sc/ooxml/e-ssml_functionGroups-1.html
|
255
|
+
class FunctionGroups < OOXMLContainerObject
|
256
|
+
define_attribute(:builtInGroupCountpi, :int, :default => 16)
|
257
|
+
define_child_node(RubyXL::FunctionGroup, :collection => true)
|
258
|
+
define_element_name 'functionGroups'
|
259
|
+
end
|
260
|
+
|
261
|
+
# http://www.datypic.com/sc/ooxml/e-ssml_customWorkbookView-1.html
|
262
|
+
class CustomWorkbookView < OOXMLObject
|
263
|
+
define_attribute(:name, :string, :required => true)
|
264
|
+
define_attribute(:guid, :string, :required => true)
|
265
|
+
define_attribute(:autoUpdate, :bool, :default => false)
|
266
|
+
define_attribute(:mergeInterval, :int)
|
267
|
+
define_attribute(:changesSavedWin, :bool, :default => false)
|
268
|
+
define_attribute(:onlySync, :bool, :default => false)
|
269
|
+
define_attribute(:personalView, :bool, :default => false)
|
270
|
+
define_attribute(:includePrintSettings, :bool, :default => true)
|
271
|
+
define_attribute(:includeHiddenRowCol, :bool, :default => true)
|
272
|
+
define_attribute(:maximized, :bool, :default => false)
|
273
|
+
define_attribute(:minimized, :bool, :default => false)
|
274
|
+
define_attribute(:showHorizontalScroll, :bool, :default => true)
|
275
|
+
define_attribute(:showVerticalScroll, :bool, :default => true)
|
276
|
+
define_attribute(:showSheetTabs, :bool, :default => true)
|
277
|
+
define_attribute(:xWindow, :int, :default => 0)
|
278
|
+
define_attribute(:yWindow, :int, :default => 0)
|
279
|
+
define_attribute(:windowWidth, :int)
|
280
|
+
define_attribute(:windowHeight, :int)
|
281
|
+
define_attribute(:tabRatio, :int, :default => 600)
|
282
|
+
define_attribute(:activeSheetId, :int)
|
283
|
+
define_attribute(:showFormulaBar, :bool, :default => true)
|
284
|
+
define_attribute(:showStatusbar, :bool, :default => true)
|
285
|
+
define_attribute(:showComments, RubyXL::ST_Comments, :default => 'commIndicator')
|
286
|
+
define_attribute(:showObjects, RubyXL::ST_Objects, :default => 'all')
|
287
|
+
define_child_node(RubyXL::ExtensionStorageArea)
|
288
|
+
define_element_name 'customWorkbookView'
|
289
|
+
end
|
290
|
+
|
291
|
+
# http://www.datypic.com/sc/ooxml/e-ssml_customWorkbookViews-1.html
|
292
|
+
class CustomWorkbookViews < OOXMLContainerObject
|
293
|
+
define_child_node(RubyXL::CustomWorkbookView, :collection => true)
|
294
|
+
define_element_name 'customWorkbookViews'
|
295
|
+
end
|
296
|
+
|
297
|
+
# http://www.datypic.com/sc/ooxml/e-ssml_workbook.html
|
298
|
+
class Workbook < OOXMLTopLevelObject
|
299
|
+
CONTENT_TYPE = 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml'.freeze
|
300
|
+
CONTENT_TYPE_TEMPLATE = 'application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml'.freeze
|
301
|
+
CONTENT_TYPE_TEMPLATE_WITH_MACROS = 'application/vnd.ms-excel.template.macroEnabled.main+xml'.freeze
|
302
|
+
CONTENT_TYPE_WITH_MACROS = 'application/vnd.ms-excel.sheet.macroEnabled.main+xml'.freeze
|
303
|
+
REL_TYPE = 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument'.freeze
|
304
|
+
|
305
|
+
# http://www.accountingweb.com/technology/excel/seven-characters-you-cant-use-in-worksheet-names
|
306
|
+
SHEET_NAME_FORBIDDEN_CHARS = %r{[/\\*\[\]:?]}
|
307
|
+
|
308
|
+
# https://answers.microsoft.com/en-us/msoffice/forum/all/excel-history-is-a-reserved-name-help/f8a398a4-b72c-48e3-82da-4f132c305e91
|
309
|
+
SHEET_NAME_FORBIDDEN_NAMES = [ 'History' ]
|
310
|
+
|
311
|
+
include RubyXL::RelationshipSupport
|
312
|
+
|
313
|
+
def content_type
|
314
|
+
content_type_name = 'CONTENT_TYPE'
|
315
|
+
content_type_name << '_TEMPLATE' if is_template
|
316
|
+
content_type_name << '_WITH_MACROS' if macros
|
317
|
+
self.class.const_get(content_type_name)
|
318
|
+
end
|
319
|
+
|
320
|
+
def related_objects
|
321
|
+
[ calculation_chain, stylesheet, theme, shared_strings_container, macros ] + @worksheets
|
322
|
+
end
|
323
|
+
|
324
|
+
define_relationship(RubyXL::SharedStringsTable, :shared_strings_container)
|
325
|
+
define_relationship(RubyXL::Stylesheet, :stylesheet)
|
326
|
+
define_relationship(RubyXL::Theme, :theme)
|
327
|
+
define_relationship(RubyXL::CalculationChain, :calculation_chain)
|
328
|
+
define_relationship(RubyXL::Worksheet, false)
|
329
|
+
define_relationship(RubyXL::Chartsheet, false)
|
330
|
+
define_relationship(RubyXL::Connections)
|
331
|
+
define_relationship(RubyXL::ExternalLinksFile)
|
332
|
+
define_relationship(RubyXL::PivotCacheDefinitionFile)
|
333
|
+
define_relationship(RubyXL::PivotCacheRecordsFile)
|
334
|
+
define_relationship(RubyXL::CustomXMLFile)
|
335
|
+
define_relationship(RubyXL::MacrosFile, :macros)
|
336
|
+
define_relationship(RubyXL::SlicerCacheFile)
|
337
|
+
define_relationship(RubyXL::PersonMetadata)
|
338
|
+
|
339
|
+
define_child_node(RubyXL::FileVersion)
|
340
|
+
define_child_node(RubyXL::FileSharing)
|
341
|
+
define_child_node(RubyXL::WorkbookProperties, :accessor => :workbook_properties)
|
342
|
+
define_child_node(RubyXL::RevisionPointer)
|
343
|
+
define_child_node(RubyXL::AlternateContent) # Somehow, order matters here
|
344
|
+
define_child_node(RubyXL::WorkbookProtection)
|
345
|
+
define_child_node(RubyXL::WorkbookViews)
|
346
|
+
define_child_node(RubyXL::Sheets)
|
347
|
+
define_child_node(RubyXL::FunctionGroups)
|
348
|
+
define_child_node(RubyXL::ExternalReferences)
|
349
|
+
define_child_node(RubyXL::DefinedNames)
|
350
|
+
define_child_node(RubyXL::CalculationProperties)
|
351
|
+
define_child_node(RubyXL::OLESize)
|
352
|
+
define_child_node(RubyXL::CustomWorkbookViews)
|
353
|
+
define_child_node(RubyXL::PivotCaches)
|
354
|
+
define_child_node(RubyXL::SmartTagProperties)
|
355
|
+
define_child_node(RubyXL::SmartTagTypes)
|
356
|
+
define_child_node(RubyXL::WebPublishingProperties)
|
357
|
+
define_child_node(RubyXL::FileRecoveryProperties)
|
358
|
+
define_child_node(RubyXL::WebPublishObjects)
|
359
|
+
define_child_node(RubyXL::ExtensionStorageArea)
|
360
|
+
|
361
|
+
define_element_name 'workbook'
|
362
|
+
set_namespaces('http://schemas.openxmlformats.org/spreadsheetml/2006/main' => nil,
|
363
|
+
'http://schemas.openxmlformats.org/officeDocument/2006/relationships' => 'r',
|
364
|
+
'http://schemas.openxmlformats.org/markup-compatibility/2006' => 'mc',
|
365
|
+
'http://schemas.microsoft.com/office/spreadsheetml/2010/11/main' => 'x15')
|
366
|
+
|
367
|
+
attr_accessor :worksheets, :is_template
|
368
|
+
|
369
|
+
def before_write_xml
|
370
|
+
max_sheet_id = worksheets.collect(&:sheet_id).compact.max || 0
|
371
|
+
|
372
|
+
self.sheets = RubyXL::Sheets.new
|
373
|
+
|
374
|
+
worksheets.each { |sheet, i|
|
375
|
+
rel = relationship_container.find_by_target(sheet.xlsx_path)
|
376
|
+
|
377
|
+
raise "Worksheet name '#{sheet.sheet_name}' contains forbidden characters" if sheet.sheet_name =~ SHEET_NAME_FORBIDDEN_CHARS
|
378
|
+
raise "Worksheet name '#{sheet.sheet_name}' is forbidden" if SHEET_NAME_FORBIDDEN_NAMES.include?(sheet.sheet_name)
|
379
|
+
|
380
|
+
sheets << RubyXL::Sheet.new(:name => sheet.sheet_name[0..30], # Max sheet name length is 31 char
|
381
|
+
:sheet_id => sheet.sheet_id || (max_sheet_id += 1),
|
382
|
+
:state => sheet.state,
|
383
|
+
:r_id => rel.id)
|
384
|
+
}
|
385
|
+
|
386
|
+
true
|
387
|
+
end
|
388
|
+
|
389
|
+
def xlsx_path
|
390
|
+
ROOT.join('xl', 'workbook.xml')
|
391
|
+
end
|
392
|
+
|
393
|
+
# Return the resulting XLSX file in a stream (useful for sending over HTTP)
|
394
|
+
def stream
|
395
|
+
root.stream
|
396
|
+
end
|
397
|
+
|
398
|
+
# Save the resulting XLSX file to the specified location
|
399
|
+
def save(dst_file_path = nil)
|
400
|
+
dst_file_path ||= root.source_file_path
|
401
|
+
|
402
|
+
extension = File.extname(dst_file_path)
|
403
|
+
unless %w{.xlsx .xlsm .xltx .xltm}.include?(extension.downcase)
|
404
|
+
raise "Unsupported extension: #{extension} (only .xlsx, .xlsm, .xltx and .xltm files are supported)."
|
405
|
+
end
|
406
|
+
|
407
|
+
File.open(dst_file_path, 'wb') { |output_file| FileUtils.copy_stream(root.stream, output_file) }
|
408
|
+
|
409
|
+
return dst_file_path
|
410
|
+
end
|
411
|
+
alias_method :write, :save
|
412
|
+
|
413
|
+
DATE1904 = DateTime.new(1904, 1, 1)
|
414
|
+
# Subtracting one day to accommodate for erroneous 1900 leap year compatibility only for 1900 based dates
|
415
|
+
DATE1899 = DateTime.new(1899, 12, 31) - 1
|
416
|
+
MARCH_1_1900 = 61
|
417
|
+
|
418
|
+
def base_date
|
419
|
+
workbook_properties&.date1904 ? DATE1904 : DATE1899
|
420
|
+
end
|
421
|
+
private :base_date
|
422
|
+
|
423
|
+
def date_to_num(date)
|
424
|
+
case date
|
425
|
+
when Date, DateTime then (date.ajd - base_date.ajd).to_f
|
426
|
+
when Time then ((date.to_r - base_date.to_time.to_r) / 86400).to_f
|
427
|
+
end
|
428
|
+
end
|
429
|
+
|
430
|
+
def num_to_date(num)
|
431
|
+
return nil if num.nil?
|
432
|
+
|
433
|
+
# Bug-for-bug Excel compatibility (https://support.microsoft.com/kb/214058/)
|
434
|
+
if num < MARCH_1_1900 then
|
435
|
+
num += 1 unless workbook_properties&.date1904
|
436
|
+
end
|
437
|
+
|
438
|
+
dateparts = num.divmod(1)
|
439
|
+
base_date + (dateparts[0] + ((dateparts[1] * 86400).round(6) / 86400))
|
440
|
+
end
|
441
|
+
|
442
|
+
include Enumerable
|
443
|
+
|
444
|
+
APPLICATION = 'Microsoft Macintosh Excel'
|
445
|
+
APPVERSION = '12.0000'
|
446
|
+
|
447
|
+
def initialize(worksheets = [], src_file_path = nil, creator = nil, modifier = nil, created_at = nil,
|
448
|
+
company = '', application = APPLICATION, appversion = APPVERSION, date1904 = 0,
|
449
|
+
is_template = false)
|
450
|
+
super()
|
451
|
+
|
452
|
+
# Order of sheets in the +worksheets+ array corresponds to the order of pages in Excel UI.
|
453
|
+
# SheetId's, rId's, etc. are completely unrelated to ordering.
|
454
|
+
@worksheets = worksheets
|
455
|
+
add_worksheet if @worksheets.empty?
|
456
|
+
|
457
|
+
@theme = RubyXL::Theme.default
|
458
|
+
@shared_strings_container = RubyXL::SharedStringsTable.new
|
459
|
+
@stylesheet = RubyXL::Stylesheet.default
|
460
|
+
@relationship_container = RubyXL::OOXMLRelationshipsFile.new
|
461
|
+
@root = RubyXL::WorkbookRoot.default
|
462
|
+
@root.workbook = self
|
463
|
+
@root.source_file_path = src_file_path
|
464
|
+
|
465
|
+
creation_time = DateTime.parse(created_at) rescue DateTime.now
|
466
|
+
self.created_at = creation_time
|
467
|
+
self.modified_at = creation_time
|
468
|
+
self.company = company
|
469
|
+
self.application = application
|
470
|
+
self.appversion = appversion
|
471
|
+
self.creator = creator
|
472
|
+
self.modifier = modifier
|
473
|
+
self.date1904 = date1904 > 0
|
474
|
+
self.is_template = is_template
|
475
|
+
end
|
476
|
+
|
477
|
+
SHEET_NAME_TEMPLATE = 'Sheet%d'
|
478
|
+
|
479
|
+
# Finds worksheet by its name or numerical index
|
480
|
+
def [](ind)
|
481
|
+
case ind
|
482
|
+
when Integer then worksheets[ind]
|
483
|
+
when String then worksheets.find { |ws| ws.sheet_name == ind }
|
484
|
+
end
|
485
|
+
end
|
486
|
+
|
487
|
+
# Create new simple worksheet and add it to the workbook worksheets
|
488
|
+
#
|
489
|
+
# @param [String] The name for the new worksheet
|
490
|
+
def add_worksheet(name = nil)
|
491
|
+
if name.nil? then
|
492
|
+
n = 0
|
493
|
+
|
494
|
+
begin
|
495
|
+
name = SHEET_NAME_TEMPLATE % (n += 1)
|
496
|
+
end until self[name].nil?
|
497
|
+
end
|
498
|
+
|
499
|
+
new_worksheet = Worksheet.new(:workbook => self, :sheet_name => name)
|
500
|
+
worksheets << new_worksheet
|
501
|
+
new_worksheet
|
502
|
+
end
|
503
|
+
|
504
|
+
def created_at
|
505
|
+
root.core_properties.created_at
|
506
|
+
end
|
507
|
+
|
508
|
+
def created_at=(v)
|
509
|
+
root.core_properties.created_at = v
|
510
|
+
end
|
511
|
+
|
512
|
+
def modified_at
|
513
|
+
root.core_properties.modified_at
|
514
|
+
end
|
515
|
+
|
516
|
+
def modified_at=(v)
|
517
|
+
root.core_properties.modified_at = v
|
518
|
+
end
|
519
|
+
|
520
|
+
def company
|
521
|
+
root.document_properties.company&.value
|
522
|
+
end
|
523
|
+
|
524
|
+
def company=(v)
|
525
|
+
root.document_properties.company ||= StringNode.new
|
526
|
+
root.document_properties.company.value = v
|
527
|
+
end
|
528
|
+
|
529
|
+
def application
|
530
|
+
root.document_properties.application&.value
|
531
|
+
end
|
532
|
+
|
533
|
+
def application=(v)
|
534
|
+
root.document_properties.application ||= StringNode.new
|
535
|
+
root.document_properties.application.value = v
|
536
|
+
end
|
537
|
+
|
538
|
+
def appversion
|
539
|
+
root.document_properties.app_version&.value
|
540
|
+
end
|
541
|
+
|
542
|
+
def appversion=(v)
|
543
|
+
root.document_properties.app_version ||= StringNode.new
|
544
|
+
root.document_properties.app_version.value = v
|
545
|
+
end
|
546
|
+
|
547
|
+
def creator
|
548
|
+
root.core_properties.creator
|
549
|
+
end
|
550
|
+
|
551
|
+
def creator=(v)
|
552
|
+
root.core_properties.creator = v
|
553
|
+
end
|
554
|
+
|
555
|
+
def modifier
|
556
|
+
root.core_properties.modifier
|
557
|
+
end
|
558
|
+
|
559
|
+
def modifier=(v)
|
560
|
+
root.core_properties.modifier = v
|
561
|
+
end
|
562
|
+
|
563
|
+
def date1904
|
564
|
+
workbook_properties&.date1904
|
565
|
+
end
|
566
|
+
|
567
|
+
def date1904=(v)
|
568
|
+
self.workbook_properties ||= RubyXL::WorkbookProperties.new
|
569
|
+
workbook_properties.date1904 = v
|
570
|
+
end
|
571
|
+
end
|
572
|
+
end
|