PHPackages                             linio/spreadsheet-parser - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [PDF &amp; Document Generation](/categories/documents)
4. /
5. linio/spreadsheet-parser

ActiveLibrary[PDF &amp; Document Generation](/categories/documents)

linio/spreadsheet-parser
========================

Allows you to parse and import spreadsheet data files

1.0.2(3y ago)82.3k2[1 issues](https://github.com/LinioIT/spreadsheet-parser/issues)[2 PRs](https://github.com/LinioIT/spreadsheet-parser/pulls)BSD-3-ClausePHPPHP &gt;=7.1

Since Mar 16Pushed 3y ago52 watchersCompare

[ Source](https://github.com/LinioIT/spreadsheet-parser)[ Packagist](https://packagist.org/packages/linio/spreadsheet-parser)[ RSS](/packages/linio-spreadsheet-parser/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (4)Used By (0)

Linio Spreadsheet Parser
========================

[](#linio-spreadsheet-parser)

[![Latest Stable Version](https://camo.githubusercontent.com/dbb66c0f8885cf530cfd9b70d003b1c17b55a7e1b4fd7e6db17e4c8e1a3ac3f8/68747470733a2f2f706f7365722e707567782e6f72672f6c696e696f2f73707265616473686565742d7061727365722f762f737461626c652e737667)](https://packagist.org/packages/linio/spreadsheet-parser) [![License](https://camo.githubusercontent.com/4ca5bfd3201f0d4c0362890f47c2bfa389b6b4a58f6851c40c971f9ae7a11a74/68747470733a2f2f706f7365722e707567782e6f72672f6c696e696f2f73707265616473686565742d7061727365722f6c6963656e73652e737667)](https://packagist.org/packages/linio/spreadsheet-parser) [![Build Status](https://camo.githubusercontent.com/2d81d2be87de628022da0f9d62e877dec706175fed3844b77a3154fb668c7e24/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f4c696e696f49542f73707265616473686565742d7061727365722e706e67)](http://travis-ci.org/LinioIT/spreadsheet-parser) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/a0d2a786f984d55dce5238d08c4ff42825bd15efc0660d6ca8cc77aac5964e1c/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f4c696e696f49542f73707265616473686565742d7061727365722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/LinioIT/spreadsheet-parser/?branch=master)

Linio Spreadsheet Parser allows you to parse and import data files. This component supports both text and binary file formats.

Install
-------

[](#install)

The recommended way to install Linio Spreadsheet Parser is [through composer](http://getcomposer.org).

```
$ composer install linio/spreadsheet-parser
```

Tests
-----

[](#tests)

To run the test suite, you need install the dependencies via composer, then run PHPUnit.

```
$ composer install
$ vendor/bin/phpunit

```

Usage
-----

[](#usage)

There are two ways of using the parser: standalone or as a service.

### Standalone

[](#standalone)

```
