如何安装maatwebsite/excel?

这篇具有很好参考价值的文章主要介绍了如何安装maatwebsite/excel?。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

背景

项目要下载内容,那最好是用扩展了,常用的也就是maatwebsite/excel,但是今天安装的提示异常

错误如下:

  Problem 1
    - maatwebsite/excel[3.1.28, ..., 3.1.30] require phpoffice/phpspreadsheet 1.16.* -> satisfiable by phpoffice/phpspreadsheet[1.16.0].
    - maatwebsite/excel[3.1.31, ..., 3.1.x-dev] require phpoffice/phpspreadsheet ^1.18 -> satisfiable by phpoffice/phpspreadsheet[1.18.0, ..., 1.29.0].
    - maatwebsite/excel 3.1.27 requires phpoffice/phpspreadsheet ^1.16 -> satisfiable by phpoffice/phpspreadsheet[1.16.0, ..., 1.29.0].
    - maatwebsite/excel 3.1.26 requires phpoffice/phpspreadsheet ^1.15 -> satisfiable by phpoffice/phpspreadsheet[1.15.0, ..., 1.29.0].
    - maatwebsite/excel[3.1.22, ..., 3.1.25] require phpoffice/phpspreadsheet ^1.14 -> satisfiable by phpoffice/phpspreadsheet[1.14.0, ..., 1.29.0].
    - phpoffice/phpspreadsheet[1.14.0, ..., 1.28.0] require maennchen/zipstream-php ^2.1 -> satisfiable by maennchen/zipstream-php[2.1.0, ..., v2.x-dev].
    - phpoffice/phpspreadsheet 1.29.0 requires maennchen/zipstream-php ^2.1 || ^3.0 -> satisfiable by maennchen/zipstream-php[2.1.0, ..., v2.x-dev, 3.0.0-beta.1, ..., 3.1.0].
    - maatwebsite/excel 3.1.0 requires illuminate/support ^5.5 -> found illuminate/support[v5.5.0, ..., 5.8.x-dev] but these were not loaded, likely because it conflicts with another require.
    - maatwebsite/excel[3.1.1, ..., 3.1.6] require illuminate/support 5.5.* || 5.6.* || 5.7.* -> found illuminate/support[v5.5.0, ..., 5.7.x-dev] but these were not loaded, likely because it conflicts with another require.
    - maatwebsite/excel[3.1.7, ..., 3.1.15] require illuminate/support 5.5.*|5.6.*|5.7.*|5.8.* -> found illuminate/support[v5.5.0, ..., 5.8.x-dev] but these were not loaded, likely because it conflicts with another require.
    - maatwebsite/excel[3.1.16, ..., 3.1.18] require illuminate/support 5.5.*|5.6.*|5.7.*|5.8.*|^6.0 -> found illuminate/support[v5.5.0, ..., 5.8.x-dev, v6.0.0, ..., 6.x-dev] but these were not loaded, likely because it conflicts with another require.
    - maatwebsite/excel[3.1.19, ..., 3.1.21] require illuminate/support 5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0 -> found illuminate/support[v5.5.0, ..., 5.8.x-dev, v6.0.0, ..., 6.x-dev, v7.0.0, ..., 7.x-dev] but these were not loaded, likely because it conflicts with another require.
    - maennchen/zipstream-php[2.2.0, ..., v2.x-dev] require php ^8.0 -> your php version (7.4.14) does not satisfy that requirement.
    - maennchen/zipstream-php[2.1.0, ..., 2.2.6] require psr/http-message ^1.0 -> found psr/http-message[1.0, 1.0.1, 1.1] but the package is fixed to 2.0 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
    - maennchen/zipstream-php[3.0.0-beta.1, ..., 3.1.0] require php-64bit ^8.1 -> your php-64bit version (7.4.14) does not satisfy that requirement.
    - Root composer.json requires maatwebsite/excel ^3.1 -> satisfiable by maatwebsite/excel[3.1.0, ..., 3.1.x-dev].

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

解决之路

看到报错,错误的发生是因为composer无法加载phpoffice/phpspreadsheet包。正常情况下,composer能够安装依赖项,现手动试试让它安装的时候自动安装依赖项,

composer require maatwebsite/excel --update-with-dependencies

然后就正常了哈

导出excel时单元格内换行的问题,请点击这里查看文章来源地址https://www.toymoban.com/news/detail-712466.html

到了这里,关于如何安装maatwebsite/excel?的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!

领支付宝红包 赞助服务器费用

相关文章

  • mysql_2.4——安装常见问题

    1. 将MySQL添加到环境变量 将 mysql 的 bin 目录地址添加到 系统环境变量 -- PATH 中 2. 将MySQL添加到服务 以管理员的方式启动 cmd (命令提示窗口),使用命令进入到 ` [mysql]bin ` ,执行如下命 令。 删除服务命令是: 3. mysql端口被占用解决 在 cmd 窗口下执行如下命令: 查找正在执行的

    2024年02月15日
    浏览(55)
  • Windows 安装 pycrypto 常见问题解决

    首先pycrypto 项目已经不在更新了,自己开发可以使用cryptography、pycryptodome https://pypi.org/project/cryptography/ https://pypi.org/project/pycryptodome/ 关于python使用Crypto.Cipher模块,安装pycrypto ,ImportError: No module named \\\'Crypto\\\'  常见问题及解决方案如下:   安装VC 只要版本大于等于Microsoft Visu

    2024年02月03日
    浏览(50)
  • 曙光超算平台如何使用以及常见问题

    目录  了解常用的E-shell命令 1. squeue: 查看目前提交作业的信息 2.  salloc :抢占计算资源命令 3.  hy-smi :查看DCU利用率 常见问题  1. 如何用 pip 安装工具包  2. pip 安装失败 3. 如何直接杀死进程 4. 如何用脚本提交作业?(sbatch) 官网登录网址: AC 官方操作细节参考链接如下,有需

    2024年02月05日
    浏览(93)
  • Hive安装与配置及常见问题解决

      目录 1.前期准备 2.安装HIVE并配置 2.1上传HIVE安装包 2.2添加Hive核心配置,选择远程MySQL模式  2.3给mysql赋予权限  2.4配置环境变量 2.5初始化Hive 3.常见问题 3.1配置 hive-env.sh 3.2配置hive-site.xml时 需要3台虚拟需要并安装好java 运行环境 JDK 需要搭建配置好Hadoop集群并启动同时需要

    2024年02月08日
    浏览(63)
  • 消息队列常见问题(1)-如何保障不丢消息

    目录 1. 为什么消息队列会丢消息? 2. 怎么保障消息可靠传递? 2.1 生产者不丢消息 2.2 服务端不丢消息 2.3 消费者不丢消息 3. 消息丢失如何快速止损? 3.1 完善监控 3.2 完善止损工具 现在主流的消息队列都会提供完善的高可用解决方案,但是我们依然会有多种原因导致消息丢

    2024年02月14日
    浏览(39)
  • 【Pytorch】torchtext终极安装方法及常见问题

    简介 在学习沐神的深度学习的课程时,发现没有安装torchtext,遂直接尝试pip install torchtext 命令安装,但是安装失败,上网搜索时发现并没这么简单,经过多种方法尝试后,最终安装成功。 先说成功安装的方法 经尝试发现,torchtext需要和pytorch/python版本严格对应,不能随意安

    2023年04月22日
    浏览(47)
  • MacOS系统 安装ZooKeeper 和常见问题解决

    ZooKeeper 是一个分布式的开源协调服务,用于构建分布式应用程序。 使用 Homebrew 安装,如果没有的话,强烈推荐 Homebrew,安装命令参考如下: 安装 ZooKeeper: 启动 ZooKeeper 服务: 停止 ZooKeeper 服务 : 测试 ZooKeeper 是否正常启动 : 2.1 配置文件在哪? 使用 Homebrew 安装,一般会

    2024年01月18日
    浏览(48)
  • 如何提高数据质量?数据常见问题以及根因分析

    在数据平台建设过程中,经常遇到需求难以管控,数据准确性不高等各种问题,今天将我们建立中台过程中遇到的数据问题以及通过什么方法去解决的做个总结 数据开发层面 数据开发没有可视化的开发平台,导致数据同步流程 数据任务没有很好地进行管理,任务的调度,资

    2024年01月21日
    浏览(45)
  • seatunnel及web安装常见问题与解决方法

    seatunnel及web的正常安装流程见 Seatunnel及web搭建流程-CSDN博客 一步一步按照以上博客流程进行安装,正常情况下能顺利跑通seatunnel及web的demo。 此博客为安装过程中遇到的一些棘手问题总结。 正常安装后,都会遇到报错,下面是总结的一些常见的异常问题 主要原因是,hadoop相

    2024年02月03日
    浏览(43)
  • Android Studio安装过程中的常见问题

    1、关于下载地址的问题 https://developer.android.google.cn/ https://www.androiddevtools.cn/ 2、关于版本的问题 与操作系统位数一致 3、是安装版还是解压版 安装版能自动安装AS软件组件,同时还能配置系统的环境变量。解压版还要自己配置环境变量,比较麻烦。 4、AS的几个重要组件 AS的开

    2024年02月05日
    浏览(50)

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

请作者喝杯咖啡吧~博客赞助

支付宝扫一扫领取红包,优惠每天领

二维码1

领取红包

二维码2

领红包