# dongyuan_study **Repository Path**: hubu8/dongyuan_study ## Basic Information - **Project Name**: dongyuan_study - **Description**: - excel 保护移除,取消密码 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-03-04 - **Last Updated**: 2025-11-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 这是一个学习仓库 ### 目录分类 python:主要是python日常学习的一些代码 Java:。。。 ### python removeExcelProtection:去除excel单元格保护,py文件是原始的python文件,dist目录下有编译好的exe文件,可开箱即用 编译命令: **pyinstaller --onefile .\removeProtection.py** ### Java 有待补充