Download the PHP package knackline/excel-to-x without Composer

On this page you can find all versions of the php package knackline/excel-to-x. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package excel-to-x

Laravel Excel to JSON / Collection / Array

This Laravel package provides utilities for converting Excel files to JSON format, Laravel Collections, or PHP Arrays. It also supports reading data from multiple sheets within an Excel file.

Installation

You can install the package via Composer:

Usage

JSON Conversion

To convert an Excel file to JSON format, use the json method of the ExcelTo class:

This will return a JSON-encoded string representing the Excel data. If the Excel file contains multiple sheets, the data will be organized by sheet names.

Collection Conversion

To convert an Excel file to a Laravel Collection, use the collection method of the ExcelTo class:

This will return a Laravel Collection containing the Excel data. When multiple sheets are present, each sheet's data will be a collection keyed by the sheet name.

Array Conversion

To convert an Excel file to a PHP Array, use the array method of the ExcelTo class:

This will return a PHP array containing the Excel data. Similar to JSON and Collection, multiple sheets will be keyed by their names.

Example

Requirements

Author

Contributing

Contributions are welcome! Feel free to submit pull requests or open an issue if you find any bugs or have any suggestions for improvements.

License

This package is open-source software licensed under the MIT license.

Key Updates:

  1. Support for Multiple Sheets:

    • Described how the package handles multiple sheets, with data organized by sheet names.
  2. Array Conversion:

    • Added a new section for array conversion, including an example of how to use the new array method.
  3. Clarified Output Format:
    • Explained the structure of the data returned by each method, emphasizing the handling of single vs. multiple sheets.

Feel free to modify any section further if you have additional details or preferences for the README content.


All versions of excel-to-x with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
phpoffice/phpspreadsheet Version ^1.29
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package knackline/excel-to-x contains the following files

Loading the files please wait ....