{"id":28579038,"url":"https://github.com/dotnet-campus/documentformat.openxml.extensions","last_synced_at":"2025-06-11T01:37:58.940Z","repository":{"id":38209448,"uuid":"281848634","full_name":"dotnet-campus/DocumentFormat.OpenXml.Extensions","owner":"dotnet-campus","description":"The OpenXML SDK extensions. Including libraries and tools.","archived":false,"fork":false,"pushed_at":"2024-12-19T07:36:28.000Z","size":642,"stargazers_count":27,"open_issues_count":1,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-01T05:30:07.022Z","etag":null,"topics":["dotnet","dotnet-tool","dotnetcampus","maui","openxml-sdk","uno-platform","wpf-application"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dotnet-campus.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2020-07-23T04:17:16.000Z","updated_at":"2025-04-11T12:06:09.000Z","dependencies_parsed_at":"2024-03-25T09:27:41.060Z","dependency_job_id":"4c572bcf-628c-4e03-a078-33c5f1e62563","html_url":"https://github.com/dotnet-campus/DocumentFormat.OpenXml.Extensions","commit_stats":null,"previous_names":["dotnet-campus/dotnetcampus.officedocumentzipper"],"tags_count":31,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnet-campus%2FDocumentFormat.OpenXml.Extensions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnet-campus%2FDocumentFormat.OpenXml.Extensions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnet-campus%2FDocumentFormat.OpenXml.Extensions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnet-campus%2FDocumentFormat.OpenXml.Extensions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dotnet-campus","download_url":"https://codeload.github.com/dotnet-campus/DocumentFormat.OpenXml.Extensions/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnet-campus%2FDocumentFormat.OpenXml.Extensions/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259182499,"owners_count":22818108,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dotnet","dotnet-tool","dotnetcampus","maui","openxml-sdk","uno-platform","wpf-application"],"created_at":"2025-06-11T01:37:53.640Z","updated_at":"2025-06-11T01:37:58.921Z","avatar_url":"https://github.com/dotnet-campus.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DocumentFormat.OpenXml.Extensions\n\n[中文](README.zh-cn.md) | [English](README.md)\n\nThe OpenXML SDK extensions. Including libraries and tools.\n\n| Build |\n|--|\n|![](https://github.com/dotnet-campus/dotnetCampus.OfficeDocumentZipper/workflows/.NET%20Core/badge.svg)|\n\n# Tools\n\n## dotnetCampus.OfficeDocumentZipper\n\nA dotnet tool to assist in editing Office document files\n\n### Usage\n\n```\ndotnet tool update -g dotnetCampus.OfficeDocumentZipper\n\nOfficeDocumentZipper\n```\n\n### Feature\n\n- Unzip pptx docx xlsx file\n- Zip directory to pptx docx xlsx file\n- Convert OpenXML unit\n\n![](https://user-images.githubusercontent.com/16054566/91013976-2b1c4580-e61b-11ea-8ef2-044ea79ef31b.png)\n\n# Libraries\n\n| Name | NuGet|\n|--|--|\n|dotnetCampus.OpenXMLUnitConverter|[![](https://img.shields.io/nuget/v/dotnetCampus.OpenXMLUnitConverter.svg)](https://www.nuget.org/packages/dotnetCampus.OpenXMLUnitConverter)|\n|dotnetCampus.OpenXMLUnitConverter.Source|[![](https://img.shields.io/nuget/v/dotnetCampus.OpenXMLUnitConverter.Source.svg)](https://www.nuget.org/packages/dotnetCampus.OpenXMLUnitConverter.Source)|\n|dotnetCampus.DocumentFormat.OpenXml.Flatten|[![](https://img.shields.io/nuget/v/dotnetCampus.DocumentFormat.OpenXml.Flatten.svg)](https://www.nuget.org/packages/dotnetCampus.DocumentFormat.OpenXml.Flatten)|\n|dotnetCampus.DocumentFormat.OpenXml.Flatten.Source|[![](https://img.shields.io/nuget/v/dotnetCampus.DocumentFormat.OpenXml.Flatten.Source.svg)](https://www.nuget.org/packages/dotnetCampus.DocumentFormat.OpenXml.Flatten.Source)|\n\n## dotnetCampus.OpenXMLUnitConverter\n\nDefining units for OpenXml properties and the unit conversion function.\n\n### Install\n\nDLL Pakcage:\n\n```xml\n\u003cPackageReference Include=\"dotnetCampus.OpenXmlUnitConverter\" Version=\"1.9.0\" /\u003e\n```\n\n[SouceYard](https://github.com/dotnet-campus/SourceYard) Package:\n\n```xml\n\u003cPackageReference Include=\"dotnetCampus.OpenXmlUnitConverter.Source\" Version=\"1.9.0\"\u003e\n  \u003cPrivateAssets\u003eall\u003c/PrivateAssets\u003e\n  \u003cIncludeAssets\u003eruntime; build; native; contentfiles; analyzers\u003c/IncludeAssets\u003e\n\u003c/PackageReference\u003e\n```\n\n### Usage\n\nThe sample:\n\n```csharp\nvoid Foo(DocumentFormat.OpenXml.Drawing.Point2DType point)\n{\n    var x = new Emu(point.X);\n    var pixelValue = x.ToPixel();\n    var cmValue = x.ToCm();\n}\n```\n\n## DocumentFormat.OpenXml.Flatten\n\n### Install\n\nDLL Pakcage:\n\n```xml\n\u003cPackageReference Include=\"dotnetCampus.DocumentFormat.OpenXml.Flatten\" Version=\"2.0.0\" /\u003e\n```\n\n[SouceYard](https://github.com/dotnet-campus/SourceYard) Package:\n\n```xml\n\u003cPackageReference Include=\"dotnetCampus.DocumentFormat.OpenXml.Flatten.Source\" Version=\"2.0.0\"\u003e\n  \u003cPrivateAssets\u003eall\u003c/PrivateAssets\u003e\n  \u003cIncludeAssets\u003eruntime; build; native; contentfiles; analyzers\u003c/IncludeAssets\u003e\n\u003c/PackageReference\u003e\n```\n\n### Usage\n\nSee [DocumentFormat.OpenXml.Flatten README.md](src/DocumentFormat.OpenXml.Flatten/README.md) and the [Demo](demo).\n\n\n# Thanks\n\n- [OfficeDev/Open-XML-SDK: Open XML SDK by Microsoft](https://github.com/OfficeDev/Open-XML-SDK/ )\n- [ironfede/openmcdf: Microsoft Compound File .net component - pure C# - NET Standard 2.0](https://github.com/ironfede/openmcdf )\n\n# Contributing\n\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/dotnet-campus/DocumentFormat.OpenXml.Extensions/pulls)\n\nIf you would like to contribute, feel free to create a [Pull Request](https://github.com/dotnet-campus/DocumentFormat.OpenXml.Extensions/pulls), or give us [Bug Report](https://github.com/dotnet-campus/DocumentFormat.OpenXml.Extensions/issues/new).\n\n# License\n\n[![](https://img.shields.io/badge/License-MIT-blue?style=flat-square)](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotnet-campus%2Fdocumentformat.openxml.extensions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdotnet-campus%2Fdocumentformat.openxml.extensions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotnet-campus%2Fdocumentformat.openxml.extensions/lists"}