Skip to content

boedyirh/php-ext-xlsxread

 
 

Repository files navigation

XlsxRead PHP Extension

Build Status

Install

git clone git@github.com:viest/php-ext-xlsxread.git

phpize && ./configure --with-php-config=path/php-config && make && make install

Depend

  • expat
  • libzip

Document

$fileObject = new \Xlsx\Read('path/file.xlsx');

$allData = $fileObject->openSheet('Sheet1')
    ->data();

$rowData = $fileObject->openSheet('Sheet1')
    ->nextRow()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 94.6%
  • PHP 2.7%
  • M4 2.0%
  • Other 0.7%