# Python_SQLServerToExcel **Repository Path**: cjfjack/Python_SQLServerToExcel ## Basic Information - **Project Name**: Python_SQLServerToExcel - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Python_SQLServerToExcel 将sql查询得到的内容保存到excel中 # 使用方法 1. 填入正确的数据库连接地址,注意主机名与端口之间使用冒号隔开 2. 填入连接数据库账号及密码 3. 填入需要查询的数据库名 4. 填入excel表文件名及sheet名 5. 将确保正确无误的sql语句填入example中的sql参数中