# to_excel **Repository Path**: samge007/to_excel ## Basic Information - **Project Name**: to_excel - **Description**: 将文件夹中的图片批量插入excel文件中 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2020-10-20 - **Last Updated**: 2021-11-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### 一、介绍 - 将文件夹中的图片批量插入excel文件中 - 1、创建虚拟环境并安装项目依赖 ``` pip install -r requirements.txt ``` - 2、运行 ``` python pic_into_excel.py ```
#### 二、其他说明 - 1、本demo默认读取input_image目录下的图片,可修改 configs.NEED_CUSTOM_PIC_PATH 接收其他图片文件目录 - 2、控制输出的图片size,可在configs文件中修改