awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ClosedXML avatar

ClosedXML/ClosedXML

0
View on GitHub↗
5,630 stars·929 forks·C#·MIT·2 vues

ClosedXML

ClosedXML est une bibliothèque de tableur .NET open-source et un wrapper utilisé pour lire et écrire des fichiers Excel. Il fournit une interface orientée objet pour manipuler les structures de classeurs et les données de cellules au sein des fichiers .xlsx et .xlsm en utilisant le standard OpenXML.

La bibliothèque abstrait la complexité du SDK OpenXML, permettant aux développeurs de générer et de modifier des feuilles de calcul par programmation sans nécessiter l'installation de Microsoft Office sur le système.

Elle couvre une gamme de capacités de gestion de feuilles de calcul, incluant la génération de classeurs, le chargement de fichiers et l'extraction de données. L'ensemble d'outils prend en charge les mises à jour programmatiques des mises en page de feuilles de calcul et la création de rapports formatés à partir des données d'application.

Features

  • Excel Automation - Provides comprehensive tools for programmatically generating and modifying Excel spreadsheet files without requiring Microsoft Office.
  • OpenXML Spreadsheet Writers - Uses the official Microsoft OpenXML SDK as the underlying engine to read and write Excel files.
  • Automated Spreadsheet Report Generators - Enables the programmatic generation of formatted Excel reports from application data.
  • Excel Spreadsheet Management - Offers a simplified interface for modifying spreadsheet content, layouts, and cell structures.
  • Workbook Lifecycle Management - Enables the creation of new workbooks and the definition of their structural organization.
  • Spreadsheet Data Extractors - Provides utilities for reading and extracting data from specific cell ranges and worksheets.
  • XLSX Read and Write Support - Provides full lifecycle support for reading from and writing to XLSX spreadsheet files.
  • Excel File Parsers - Provides a set of tools for reading and writing to modify workbook structures and cell data.
  • Excel Processing Libraries - Serves as a dedicated .NET library for the programmatic reading and writing of Excel files.
  • OOXML Specifications - Implements mappings between C# objects and the Open XML spreadsheet standard to ensure file compatibility.
  • Cell State Tracking - Tracks changes to cells and styles in memory to ensure consistency when updating the compressed XML package.
  • Object-Oriented API Wrappers - Provides an object-oriented wrapper around the complex OpenXML SDK for a more intuitive developer experience.
  • Spreadsheet Abstractions - Acts as an abstraction layer that decouples high-level spreadsheet operations from the underlying OpenXML SDK.
  • Spreadsheet Document Models - Provides an in-memory structured representation of spreadsheet workbooks, sheets, and cells for programmatic manipulation.
  • Office Automation - Library for creating and editing Excel 2007/2010 files.

Historique des stars

Graphique de l'historique des stars pour closedxml/closedxmlGraphique de l'historique des stars pour closedxml/closedxml

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à ClosedXML

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec ClosedXML.
  • haris-musa/excel-mcp-serverAvatar de haris-musa

    haris-musa/excel-mcp-server

    3,940Voir sur GitHub↗

    This project is a Model Context Protocol server that provides an interface for AI agents to programmatically create, read, and modify Excel workbooks. It serves as a bridge that enables large language models to perform spreadsheet automation and data visualization. The server allows AI agents to generate native Excel charts and pivot tables from raw data, transforming structured information into visual summaries. It provides a mechanism for remote spreadsheet management through a protocol-based connectivity layer. The system covers a broad range of spreadsheet manipulation capabilities, incl

    Python
    Voir sur GitHub↗3,940
  • phpoffice/phpexcelAvatar de PHPOffice

    PHPOffice/PHPExcel

    11,379Voir sur GitHub↗

    PHPExcel is a PHP spreadsheet library used for programmatically reading and writing spreadsheet files in various formats. It utilizes an in-memory spreadsheet model that maps spreadsheet structures to a hierarchy of objects for programmatic manipulation. The library functions as an Office Open XML processor for generating and manipulating XLSX documents and serves as a reader for extracting data and structure from legacy binary XLS files. It also includes tools for CSV data integration and importing. The project provides capabilities for automated report generation and spreadsheet data extra

    PHP
    Voir sur GitHub↗11,379
  • negokaz/excel-mcp-serverAvatar de negokaz

    negokaz/excel-mcp-server

    973Voir sur GitHub↗

    This project is a Model Context Protocol server that enables artificial intelligence assistants to interact directly with Microsoft Excel files. It functions as a bridge, allowing external systems to read, write, and modify spreadsheet data through a standardized interface. By supporting both direct file manipulation and headless application automation, the server provides a comprehensive utility for programmatic workbook management. The server distinguishes itself by combining data processing capabilities with a visual rendering pipeline. It can generate image snapshots of specific spreadshe

    Go
    Voir sur GitHub↗973
  • jankallman/epplusAvatar de JanKallman

    JanKallman/EPPlus

    3,775Voir sur GitHub↗

    EPPlus is a .NET library designed for programmatically creating, manipulating, and styling Excel files using the Open XML format. It functions as an office file manipulator and spreadsheet processor that allows for the generation and modification of workbooks without requiring the local installation of office productivity software. The library enables the creation of complex workbooks featuring charts, pivot tables, and conditional formatting for automated reporting. It includes an internal calculation engine to execute embedded formulas and spreadsheet logic, and provides security features s

    C#dotnetexcelooxml
    Voir sur GitHub↗3,775
Voir les 30 alternatives à ClosedXML→

Questions fréquentes

Que fait closedxml/closedxml ?

ClosedXML est une bibliothèque de tableur .NET open-source et un wrapper utilisé pour lire et écrire des fichiers Excel. Il fournit une interface orientée objet pour manipuler les structures de classeurs et les données de cellules au sein des fichiers .xlsx et .xlsm en utilisant le standard OpenXML.

Quelles sont les fonctionnalités principales de closedxml/closedxml ?

Les fonctionnalités principales de closedxml/closedxml sont : Excel Automation, OpenXML Spreadsheet Writers, Automated Spreadsheet Report Generators, Excel Spreadsheet Management, Workbook Lifecycle Management, Spreadsheet Data Extractors, XLSX Read and Write Support, Excel File Parsers.

Quelles sont les alternatives open-source à closedxml/closedxml ?

Les alternatives open-source à closedxml/closedxml incluent : haris-musa/excel-mcp-server — This project is a Model Context Protocol server that provides an interface for AI agents to programmatically create,… phpoffice/phpexcel — PHPExcel is a PHP spreadsheet library used for programmatically reading and writing spreadsheet files in various… negokaz/excel-mcp-server — This project is a Model Context Protocol server that enables artificial intelligence assistants to interact directly… jankallman/epplus — EPPlus is a .NET library designed for programmatically creating, manipulating, and styling Excel files using the Open… nissl-lab/npoi — NPOI is a pure .NET library for reading and writing Microsoft Office files in both legacy binary (.xls) and modern… apache/fesod — Apache Fesod is a lightweight Java library that wraps Apache POI to provide a streaming API for reading and writing…