OLEKit | Swift support for Microsoft OLE2

 by   CoreOffice Swift Version: 0.3.1 License: Non-SPDX

kandi X-RAY | OLEKit Summary

kandi X-RAY | OLEKit Summary

OLEKit is a Swift library. OLEKit has no bugs, it has no vulnerabilities and it has low support. However OLEKit has a Non-SPDX License. You can download it from GitHub.

Swift support for Microsoft OLE2 format, also known as Structured Storage, Compound File Binary Format or Compound Document File Format.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              OLEKit has a low active ecosystem.
              It has 8 star(s) with 2 fork(s). There are 1 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 0 open issues and 3 have been closed. On average issues are closed in 2 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of OLEKit is 0.3.1

            kandi-Quality Quality

              OLEKit has 0 bugs and 0 code smells.

            kandi-Security Security

              OLEKit has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              OLEKit code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              OLEKit has a Non-SPDX License.
              Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.

            kandi-Reuse Reuse

              OLEKit releases are available to install and integrate.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of OLEKit
            Get all kandi verified functions for this library.

            OLEKit Key Features

            No Key Features are available at this moment for OLEKit.

            OLEKit Examples and Code Snippets

            OLEKit,Example
            Swiftdot img1Lines of Code : 23dot img1License : Non-SPDX (NOASSERTION)
            copy iconCopy
            import OLEKit
            
            let filepath = "./categories.xlsx"
            let entryName = "EncryptionInfo"
            
            let ole = try OLEFile(filepath)
            guard
              let infoEntry = oleFile.root.children.first(where: { $0.name == entryName })
            else { fatalError("entry \(entryName) not found i  
            OLEKit,Installation,Swift Package Manager
            Swiftdot img2Lines of Code : 6dot img2License : Non-SPDX (NOASSERTION)
            copy iconCopy
            dependencies: [
              .package(
                url: "https://github.com/CoreOffice/OLEKit.git",
                .upToNextMinor(from: "0.2.0")
              )
            ]
              
            Coding Style
            Swiftdot img3Lines of Code : 2dot img3License : Non-SPDX (NOASSERTION)
            copy iconCopy
            brew bundle # installs SwiftLint, SwiftFormat and pre-commit
            pre-commit install # installs pre-commit hook to run checks before you commit
              

            Community Discussions

            No Community Discussions are available at this moment for OLEKit.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install OLEKit

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/CoreOffice/OLEKit.git

          • CLI

            gh repo clone CoreOffice/OLEKit

          • sshUrl

            git@github.com:CoreOffice/OLEKit.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link