Archsheerary 1.0.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Archsheerary --version 1.0.0
NuGet\Install-Package Archsheerary -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Archsheerary" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Archsheerary --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Archsheerary, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Archsheerary as a Cake Addin #addin nuget:?package=Archsheerary&version=1.0.0 // Install Archsheerary as a Cake Tool #tool nuget:?package=Archsheerary&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Archive Spreadsheets Library
What is Archsheerary
Archsheerary is a C# implementation of Open XML SDK and Excel Interop created as a library for purposes of digital archiving of spreadsheets. You can use the Archsheerary library to create your own applications for archiving of spreadsheets through workflows or single-use purposes.
How to use
You can implement your own applications using Archsheerary through methods such as:
Change
ExcelInterop.Change.ActivateFirstSheet()
ExcelInterop.Change.XLSXConformanceToTransitional()
ExcelInterop.Change.XLSXConformanceToStrict()
OOXML.Change.ActivateFirstSheet()
Check
ExcelInterop.Check.ActiveSheet()
ExcelInterop.Check.DataConnections()
ExcelInterop.Check.ExternalCellReferences()
ExcelInterop.Check.FilePropertyInformation()
ExcelInterop.Check.RTDFunctions()
OOXML.Check.AbsolutePath()
OOXML.Check.ActiveSheet()
OOXML.Check.CellValues()
OOXML.Check.Conformance()
OOXML.Check.DataConnections()
OOXML.Check.EmbeddedObjects()
OOXML.Check.ExternalCellReferences()
OOXML.Check.ExternalObjects()
OOXML.Check.FilePropertyInformation()
OOXML.Check.Hyperlinks()
OOXML.Check.PrinterSettings()
OOXML.Check.RTDFunctions()
Convert
ExcelInterop.ToAnyFileFormat()
ExcelInterop.ToODS()
ExcelInterop.ToXLSXTransitional()
ExcelInterop.ToXLSXStrict()
OOXML.Convert.ToXLSXTransitioanl()
OpenDocument.LibreOffice.ToAnyFileFormat()
OpenDocument.LibreOffice.ToODS()
OpenDocument.LibreOffice.ToXLSXTransitional()
Remove
ExcelInterop.Remove.DataConnections()
ExcelInterop.Remove.ExternalCellReferences()
ExcelInterop.Remove.FilePropertyInformation()
ExcelInterop.Remove.RTDFunctions()
OOXML.Remove.AbsolutePath()
OOXML.Remove.DataConnections()
OOXML.Remove.ExternalCellReferences()
OOXML.Remove.ExternalObjects()
OOXML.Remove.EmbeddedObjects()
OOXML.Remove.Hyperlinks()
OOXML.Remove.PrinterSettings()
OOXML.Remove.RTDFunctions()
Repair
OOXML.Repair()
Validate
OOXML.Validate.Policy()
OOXML.Validate.Standard()
OpenDocument.Validate.Standard()
Other
Other.Checksum.MD5Hash()
Other.Compare.Spreadsheets()
Other.Count.Spreadsheets()
Other.Enumerate.Folder()
Other.FileFormats.FileFormatsIndex()
Other.FileFormats.ConformanceNamespacesIndex()
Software & packages
The following software and packages are used under license.
- Beyond Compare 4, Copyright (c) 2022 Scooter Software, Inc.
- LibreOffice, Mozilla Public License v2.0
- Microsoft Excel, Copyright (c) Microsoft Corporation
- ODF Validator 0.10.0, Apache License, copyright info
- Open XML SDK, MIT License, Copyright (c) Microsoft Corporation
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net6.0
- DocumentFormat.OpenXml (>= 2.18.0)
- Microsoft.Office.Interop.Excel (>= 15.0.4795.1001)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.