Orbyss.Localization.Formats 0.1.1

dotnet add package Orbyss.Localization.Formats --version 0.1.1
                    
NuGet\Install-Package Orbyss.Localization.Formats -Version 0.1.1
                    
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="Orbyss.Localization.Formats" Version="0.1.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Orbyss.Localization.Formats" Version="0.1.1" />
                    
Directory.Packages.props
<PackageReference Include="Orbyss.Localization.Formats" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Orbyss.Localization.Formats --version 0.1.1
                    
#r "nuget: Orbyss.Localization.Formats, 0.1.1"
                    
#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.
#:package Orbyss.Localization.Formats@0.1.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Orbyss.Localization.Formats&version=0.1.1
                    
Install as a Cake Addin
#tool nuget:?package=Orbyss.Localization.Formats&version=0.1.1
                    
Install as a Cake Tool

Orbyss.Localization.Formats

Bounded, mutation-free adapters for CSV, Orbyss Localization JSON, XLSX, XLIFF 2.1, and GNU PO imports and exports.

Each adapter converts untrusted bytes into the provider-neutral LocalizationImportDocument. Catalog mutation remains the responsibility of the preview/apply coordinator, so parsing a file can never bypass hash binding, optimistic concurrency, validation, review, or authorization.

Exports use deterministic ordering and content digests. CSV and XLSX carry structured scope columns; JSON carries the complete provider-neutral entry contract. PO and XLIFF exports require one explicit scope and one target locale so repeated keys cannot become ambiguous. XLSX emits text-only cells and never formulas or active content.

CSV is a lossless machine-interchange representation; spreadsheet software can interpret leading characters as formulas when opening CSV directly. Use the XLSX exporter for human spreadsheet workflows because it writes every cell explicitly as text.

XLSX support uses the platform ZIP/XML readers and does not execute formulas, macros, external relationships, links, or embedded objects. Consumers register only the adapter instances they want.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Orbyss.Localization.Formats:

Package Downloads
Orbyss.Localization.Management

Provider-neutral localization authoring, validation, import, lifecycle, publication, and query orchestration.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.1 122 9/8/2026
0.1.0 120 9/8/2026