Stata:统计年鉴取消密码保护

统计年鉴数据的下载常会出现密码保护问题,在 Excel 里无法编辑,也无法导入 Stata。Stata 外部命令 dxlstxls 可以十分方便地对文件进行转换,转换速度也非常迅速。

统计年鉴下载的数据容易出现「密码保护」的问题
** 使用 dxls、txls 取消 Excel 文件的密码保护 **
net install dxls.pkg, from(https://gitee.com/kerrydu/clearpsdinexcel/raw/master)
net install txls.pkg, from(https://gitee.com/kerrydu/clearpsdinexcel/raw/master)
* 转换 "$DR" 目录下所有的文件,将新生成的文件存放在 "$DT/"
txls "$DR/", todir("$DT/")

推荐阅读: Stata 数据处理:批量处理被保护的年鉴数据-dxls-txls| 连享会主页

你可能感兴趣的:(Stata:统计年鉴取消密码保护)