2017 © Pedro PelĂĄez
 

magento2-module magento2-module-spreadsheet

Magento 2 Module for parsing xlsx, xlsm and csv files from Excel

image

staempfli/magento2-module-spreadsheet

Magento 2 Module for parsing xlsx, xlsm and csv files from Excel

  • Monday, November 7, 2016
  • by mhauri
  • Repository
  • 7 Watchers
  • 5 Stars
  • 251 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Magento 2 Spreadsheet Parser

Facts

Parse XLSX, XLSM and CSV Files from Excel, (*1)

Requirements

  • PHP >= 7.0.*
  • Magento >= 2.1.*

Compatibility

  • Magento >= 2.1

Usage

Load Uploader and Parser via DI, so they can be used in your method., (*2)

$file = $this->uploader->upload(['fileId' => \Magento\ImportExport\Model\Import::FIELD_NAME_SOURCE_FILE]);
$data = $this->parser->readFile($file);
foreach ($data as $index => $values) {
    var_dump($index, $values);
}

Support

If you have any issues with this extension, open an issue on GitHub., (*3)

Contribution

Any contribution is highly appreciated. The best way to contribute code is to open a pull request on GitHub., (*4)

Developer

Staempfli Webteam and all other contributors, (*5)

License

Open Software License ("OSL") v. 3.0, (*6)

(c) 2016, StÀmpfli AG, (*7)

The Versions

07/11 2016

dev-master

9999999-dev

Magento 2 Module for parsing xlsx, xlsm and csv files from Excel

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

 

by Marcel Hauri

07/11 2016

dev-develop

dev-develop

Magento 2 Module for parsing xlsx, xlsm and csv files from Excel

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

 

by Marcel Hauri

07/11 2016

1.0.0

1.0.0.0

Magento 2 Module for parsing xlsx, xlsm and csv files from Excel

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

 

by Marcel Hauri