精选分类

Web

文章列表

# 前言 在早期的实习中,我所在的项目中需要将 Excel 文件导入到数据库中,并将数据库中的数据导出到 Excel 文件中。由于项目中使用的数据库为 MySQL,因此需要使用 PHP 对 Excel 文件进行导入和导出。 # 准备工作 # 初识 PhpSpreadsheet PhpSpreadsheet 是一个开源的 PHP 库,可以用来处理各种电子表格文件,包括 Excel、CSV、ODS 等。 官网:https://phpspreadsheet.readthedocs.io/en/stable/ # 安装 PhpSpreadsheet 使用 Composer 安装...

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. # Quick Start # Create a new post h$ hexo new "My New Post"More info: Writing # Run server h$...