awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
officedev avatar

officedev/open-xml-sdk

0
View on GitHub↗
4,538 نجوم·598 تفرعات·C#·MIT·3 مشاهداتwww.nuget.org/packages/DocumentFormat.OpenXml/ ↗

Open Xml Sdk

هذا المشروع عبارة عن مكتبة ومولد مستندات Open XML يستخدم لإنشاء وتعديل ملفات Microsoft Office برمجياً. يمكن من إنتاج مستندات Word وExcel وPowerPoint عن طريق التلاعب بهيكل Open XML الأساسي.

توفر المكتبة إمكانيات لمعالجة مستندات Open XML، بما في ذلك التعديل التلقائي للملفات الموجودة وتوليد تقارير وجداول بيانات مكتبية منسقة للإنتاج من جانب الخادم.

Features

  • Open XML Libraries - Provides a comprehensive library for programmatically creating and modifying documents using the Open XML standard.
  • Office Document Generation - Enables programmatic creation of Word, Excel, and PowerPoint files from scratch.
  • Open XML Generation - Creates Office documents by manipulating the underlying Open XML structure.
  • Office Document Parsers - Provides a programmatic interface for modifying the content and structure of existing Office files.
  • Existing Document Modification - Updates the content and layout of existing Microsoft Office files programmatically.
  • Document Object Models - Represents Office document structures as a hierarchy of objects for programmatic manipulation.
  • Server-Side Document Generation - Generates formatted office reports and spreadsheets on a server for users to download.
  • Object-to-XML Mapping - Serializes the in-memory object model into XML for persistence in Open Packaging Conventions.
  • Schema-Driven Code Generators - Automatically generates strongly typed C# classes from XSD schemas to ensure XML compliance.
  • Namespace and Attribute Mappings - Maps XML namespaces and attributes to concrete C# types to prevent structural errors.
  • Office Automation - Official libraries for working with Open XML document formats.
  • Office Documents - SDK for working with Word, Excel, and PowerPoint files.

سجل النجوم

مخطط تاريخ النجوم لـ officedev/open-xml-sdkمخطط تاريخ النجوم لـ officedev/open-xml-sdk

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

الأسئلة الشائعة

ما هي وظيفة officedev/open-xml-sdk؟

هذا المشروع عبارة عن مكتبة ومولد مستندات Open XML يستخدم لإنشاء وتعديل ملفات Microsoft Office برمجياً. يمكن من إنتاج مستندات Word وExcel وPowerPoint عن طريق التلاعب بهيكل Open XML الأساسي.

ما هي الميزات الرئيسية لـ officedev/open-xml-sdk؟

الميزات الرئيسية لـ officedev/open-xml-sdk هي: Open XML Libraries, Office Document Generation, Open XML Generation, Office Document Parsers, Existing Document Modification, Document Object Models, Server-Side Document Generation, Object-to-XML Mapping.

ما هي البدائل مفتوحة المصدر لـ officedev/open-xml-sdk؟

تشمل البدائل مفتوحة المصدر لـ officedev/open-xml-sdk: python-openxml/python-docx — python-docx is an OOXML document manipulation library used for creating, reading, and updating Microsoft Word files.… dotnet/open-xml-sdk — Open-XML-SDK is a library for programmatically creating, modifying, and validating Office documents based on the Open… unidoc/unioffice — unioffice is a comprehensive document processing suite that provides a PDF document processor, an Open XML document… iofficeai/officecli — OfficeCLI is a headless office suite and automation tool designed for programmatically reading, editing, and… tonyqus/npoi — a .NET library that can read/write Office formats without Microsoft Office installed. No COM+, no interop. epplussoftware/epplus — EPPlus-Excel spreadsheets for .NET.

بدائل مفتوحة المصدر لـ Open Xml Sdk

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Open Xml Sdk.
  • python-openxml/python-docxالصورة الرمزية لـ python-openxml

    python-openxml/python-docx

    5,442عرض على GitHub↗

    python-docx is an OOXML document manipulation library used for creating, reading, and updating Microsoft Word files. It functions as a generator for building formatted documents and a parser for extracting text, metadata, and structural elements from existing files. The project provides a comprehensive style management system for defining and applying character, paragraph, and table styles within OpenXML documents. It allows for the programmatic control of document appearance through an object-oriented approach to the underlying XML schema. Capabilities cover a wide range of document generat

    Python
    عرض على GitHub↗5,442
  • unidoc/uniofficeالصورة الرمزية لـ unidoc

    unidoc/unioffice

    4,809عرض على GitHub↗

    unioffice is a comprehensive document processing suite that provides a PDF document processor, an Open XML document library, a document security toolkit, and a document content extractor. It is designed to programmatically create, read, and modify Word, Excel, and PowerPoint files, as well as generate and edit PDF documents. The project is distinguished by its native language implementation of the Open XML standard, which removes native binary dependencies to simplify container deployments. It features advanced capabilities for digital document security, including hardware-based PDF signing,

    Godocxecma-376excel
    عرض على GitHub↗4,809
  • dotnet/open-xml-sdkالصورة الرمزية لـ dotnet

    dotnet/Open-XML-SDK

    4,537عرض على GitHub↗

    Open-XML-SDK is a library for programmatically creating, modifying, and validating Office documents based on the Open XML standard. It functions as an office file generator and XML document parser, enabling the manipulation of word processing, spreadsheet, and presentation files. The library allows for the generation and updating of document content and structure without requiring the native office applications to be installed. It utilizes strongly typed classes and a schema-validated approach to ensure that created files remain compatible and correctly structured. The project provides capab

    C#docxofficeopenxml-format
    عرض على GitHub↗4,537
  • iofficeai/officecliالصورة الرمزية لـ iOfficeAI

    iOfficeAI/OfficeCLI

    8,092عرض على GitHub↗

    OfficeCLI is a headless office suite and automation tool designed for programmatically reading, editing, and generating Microsoft Office documents. It functions as an OOXML manipulation library and a document templating engine, providing a standalone binary that allows for the management of Word, Excel, and PowerPoint files without requiring a local installation of office software. The project distinguishes itself by exposing document operations as tools for AI agents via a JSON-RPC server and the Model Context Protocol. It enables advanced customization through raw XML manipulation using XPa

    C#
    عرض على GitHub↗8,092
  • عرض جميع البدائل الـ 30 لـ Open Xml Sdk→