OLEKit | Swift support for Microsoft OLE2
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.
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
Support
OLEKit has a low active ecosystem.
It has 8 star(s) with 2 fork(s). There are 1 watchers for this library.
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
Quality
OLEKit has 0 bugs and 0 code smells.
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.
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.
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
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of OLEKit
OLEKit Key Features
No Key Features are available at this moment for OLEKit.
OLEKit Examples and Code Snippets
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
dependencies: [
.package(
url: "https://github.com/CoreOffice/OLEKit.git",
.upToNextMinor(from: "0.2.0")
)
]
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:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page