awesome-repositories.com
Blog
MCP
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
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

Awesome GitHub RepositoriesFile Format Specifications

Defines a file type using extensions like pdf, docx, csv, or json.

Distinct from File Format Detectors: Distinct from File Format Detectors: focuses on specifying a file format for operations, not on detecting the format of an unknown file.

Explore 3 awesome GitHub repositories matching software engineering & architecture · File Format Specifications. Refine with filters or upvote what's useful.

Awesome File Format Specifications GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • 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

    Uses dedicated driver classes to handle the unique structural specifications of different spreadsheet file types.

    PHP
    Voir sur GitHub↗11,379
  • livebook-dev/livebookAvatar de livebook-dev

    livebook-dev/livebook

    5,805Voir sur GitHub↗

    Livebook is an interactive notebook platform for Elixir that provides a web-based environment for writing and running code cells alongside Markdown content, visualizations, and reproducible workflows. It serves as a multi-cloud auto-clustering tool that automatically discovers and joins Elixir nodes into clusters across Kubernetes, AWS ECS, and Fly.io for distributed execution, and also functions as a notebook deployment tool that packages notebooks into standalone web applications with authentication, secrets, and Docker support. The platform enables real-time collaborative editing, synchron

    Stores notebooks as .livemd files using a Markdown-based format with embedded code cell metadata.

    Elixirchartscollaborativedistributed-computing
    Voir sur GitHub↗5,805
  • quarto-dev/quarto-cliAvatar de quarto-dev

    quarto-dev/quarto-cli

    5,777Voir sur GitHub↗

    Quarto is an open-source scientific and technical publishing system built on Pandoc that converts Markdown and Jupyter notebooks into a wide range of output formats. It functions as a multi-format document converter, a reproducible research platform, a static site generator for technical content, and an interactive dashboard builder, all within a single framework. The system is distinguished by its ability to produce HTML, PDF, Word, ePub, and slide decks from a single Markdown source, while embedding executable code blocks in Python, R, Julia, or Observable for dynamic, reproducible document

    Transforms a notebook between .ipynb and .qmd representations using the convert command.

    JavaScript
    Voir sur GitHub↗5,777
  1. Home
  2. Software Engineering & Architecture
  3. Custom Log Formatting
  4. Automatic Format Detection
  5. File Format Detectors
  6. File Format Specifications

Explorer les sous-tags

  • Format-Specific DriversDedicated classes that implement the structural requirements of specific file formats. **Distinct from File Format Specifications:** Focuses on the driver implementation for handling formats, rather than just defining the specification of the format.
  • Notebook File Formats1 sous-tagFile formats that store interactive notebook content, combining markup text with executable code cells and metadata. **Distinct from File Format Specifications:** Distinct from File Format Specifications: specifically targets notebook document formats rather than general file type definitions.