Giter VIP home page Giter VIP logo

base_excel's People

Contributors

cjanody avatar franzholz avatar

Watchers

 avatar  avatar

Forkers

fsg-ulaval

base_excel's Issues

package generation failure

composer run-script extension-release
Does everything fine. However it fails at the end.

`Updating dependencies (including require-dev)
Package operations: 11 installs, 0 updates, 0 removals

  • Installing ezyang/htmlpurifier (v4.13.0): Downloading (100%)
  • Installing psr/http-message (1.0.1): Loading from cache
  • Installing psr/http-factory (1.0.1): Downloading (100%)
  • Installing psr/http-client (1.0.1): Loading from cache
  • Installing psr/simple-cache (1.0.1): Downloading (100%)
  • Installing markbaker/matrix (2.1.2): Downloading (100%)
  • Installing markbaker/complex (2.0.0): Downloading (100%)
  • Installing myclabs/php-enum (1.8.0): Downloading (100%)
  • Installing symfony/polyfill-mbstring (v1.22.1): Loading from cache
  • Installing maennchen/zipstream-php (2.1.0): Downloading (100%)
  • Installing phpoffice/phpspreadsheet (1.17.1): Downloading (100%)
    phpoffice/phpspreadsheet suggests installing mpdf/mpdf (Option for rendering PDF with PDF Writer)
    phpoffice/phpspreadsheet suggests installing dompdf/dompdf (Option for rendering PDF with PDF Writer (doesn't yet support PHP8))
    phpoffice/phpspreadsheet suggests installing tecnickcom/tcpdf (Option for rendering PDF with PDF Writer (doesn't yet support PHP8))
    phpoffice/phpspreadsheet suggests installing jpgraph/jpgraph (Option for rendering charts, or including charts with PDF or HTML Writers)
    Writing lock file
    Generating autoload files
    Generated optimized autoload files (authoritative) containing 573 classes

[ -f Libraries/phpoffice-phpspreadsheet.phar ] || $HOME/.composer/vendor/bin/phar-composer build Libraries/temp/ Libraries/phpoffice-phpspreadsheet.phar
sh: /home/franz/.composer/vendor/bin/phar-composer: No such file or directory
Script [ -f Libraries/phpoffice-phpspreadsheet.phar ] || $HOME/.composer/vendor/bin/phar-composer build Libraries/temp/ Libraries/phpoffice-phpspreadsheet.phar handling the extension-create-libs event returned with error code 127
Script @extension-create-libs was called via extension-build
Script @extension-build was called via extension-release
[franz@localhost base_excel]$ which composer
/usr/local/bin/composer
`

Class '_ZipStream_\Option\Archive' not found** error when loading Xlsx file

Hi! I'm getting a Class 'ZipStream\Option\Archive' not found error when loading Xlsx file (Xls files are working fine)., I have in fact installed the ZIP extension. This is actually working fine:

var_dump(extension_loaded('zip'));

...this produces bool(true)

The error gets procudes on the following line:

$options = new Archive(); in the file: /src/PhpSpreadsheet/Writer/Xlsx.php

When I use ZipArchive in my extensions myself, however, I always need to use \ZipArchive (with the backslash). Otherwise, it won't function. How can I solve this without needing to adjust all ZipArchive occurences in PhpSpreadSheet to \ZipArchive ? Or does this has to do with something else than ZipArchive? Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.