# TencentDocDownload **Repository Path**: chriscentos/TencentDocDownload ## Basic Information - **Project Name**: TencentDocDownload - **Description**: 腾讯文档下载 目前只支持excel文档 - **Primary Language**: Python - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-01-04 - **Last Updated**: 2023-10-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TencentDocDownload 腾讯文档下载 目前只支持excel文档 ## 安装依赖 ```shell pip3 install -r requirements.txt ``` ## 运行 ```shell python3 excel.py URL_OF_WORK_SHEET ```