kuloPo / TencentDocDownload

腾讯文档下载 目前只支持excel文档 无法导出格式
GNU General Public License v3.0
53 stars 19 forks source link

修复丢失sheet页bug #3

Closed dayxin1 closed 2 years ago

dayxin1 commented 2 years ago

在sheet_content = sheet_json["data"]["initialAttributedText"]["text"][0][-1][0]["c"][1]中 sheet_content = sheet_json["data"]["initialAttributedText"]["text"][0]原来只取了-1,但是可能存在多个, 现在加个判断