Download the PHP package spaghetti/xlsx-parser without Composer
On this page you can find all versions of the php package spaghetti/xlsx-parser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download spaghetti/xlsx-parser
More information about spaghetti/xlsx-parser
Files in spaghetti/xlsx-parser
Download spaghetti/xlsx-parser
More information about spaghetti/xlsx-parser
Files in spaghetti/xlsx-parser
Vendor spaghetti
Package xlsx-parser
Short Description Very simple to implement xlsx parser to extract data from spreadsheets
License MIT
Package xlsx-parser
Short Description Very simple to implement xlsx parser to extract data from spreadsheets
License MIT
Please rate this library. Is it a good library?
Informations about the package xlsx-parser
XLSX Parser
Very simple to implement xlsx parser to extract data from spreadsheets for php 8.1+
What is it?
XLSXParser is blazingly fast xlsx parser for php 8.1+. It is made as a simple tool to get job done. No fancy options of any kind
and no need for any extra libraries other than need for zip
and xmlreader
php extensions.
- Initialize class.
- Open workbook.
- Choose worksheet.
- And iterate through receiving each row as an array.
Installation
The recommended way to install is via Composer:
Usage
All versions of xlsx-parser with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1.0
ext-xmlreader Version *
ext-zip Version *
ext-xmlreader Version *
ext-zip Version *
The package spaghetti/xlsx-parser contains the following files
Loading the files please wait ....