Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Cannot use phpoffice/phpspreadsheet's latest version 1.28.0 as it requires ext-zip * which is missing from your platform

Yeshua Vazquez Chavez answered on March 17, 2023 Popularity 8/10 Helpfulness 7/10

Contents


More Related Answers

  • phpoffice/phpspreadsheet[1.1.0, ..., 1.15.0] require ext-gd * -> it is missing from your system. Install or enable PHP's gd extension
  • phpoffice/phpspreadsheet is locked to version 1.10.1 and an update of this package was not requested. - phpoffice/phpspreadsheet 1.10.1 requires ext-dom * -> it is missing from your system. Install or enable PHP's dom extension.

  • Cannot use phpoffice/phpspreadsheet's latest version 1.28.0 as it requires ext-zip * which is missing from your platform

    1

    If you can't find the "extension=php_zip.dll" line in the "php.ini" file, you'll need to add it manually. Here are the steps:

    Open the "php.ini" file located in the folder where PHP is installed (for example, "C:\PHP\php.ini") with a text editor.

    Add the line "extension=php_zip.dll" at the end of the file, without the semicolon ";" at the beginning.

    Save the "php.ini" file and close it.

    Restart the web server or PHP service for the changes to take effect.

    After adding the "extension=php_zip.dll" line to the "php.ini" file and restarting the web server or PHP service, you should be able to run the "composer require phpoffice/phpspreadsheet" command without any problems. 

    Popularity 8/10 Helpfulness 7/10 Language php
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Mar 17 2023
    Yeshua Vazquez Chavez
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.