# xlsx2docx **Repository Path**: wangkunhg/xlsx2docx ## Basic Information - **Project Name**: xlsx2docx - **Description**: No description available - **Primary Language**: Python - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-20 - **Last Updated**: 2021-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 1、包安装方法 ### 1、whl包 执行: ```sh pip install ./Pillow-8.1.2-cp37-cp37m-win_amd64.whl ``` ### 2、源码包 执行: ```sh python.exe ./setup.py install ``` ### 3、需要安装的包 - openyxl - python-docx - pillow - pypiwin32 ## 目录说明 - src:存放python代码 - test:存放测试数据 - package:存放运行过程中需要的软件包