officer包是否支持老格式的PPT文件(Window97-2003)
Does officer package support old format of PPT files (Window 97-2003)
R Officer 软件包无法读取 Windows Presentation 97-2003 类型的旧 PPT 文件。它给出以下错误。
zip::unzip(zipfile = newfile, exdir = folder) 中的简单错误:zip 错误:Cannot open zip file
C:\Users\user1\AppData\Local\Temp\RtmpeYD5pQ\file41fc3c39b6.pptfor reading
文件 zip.c:238
>
下面是示例代码
content <- read_pptx(fileName)
data <- pptx_summary(content)
内容对象应该returnrpptx对象。
不可以,officer 包只支持 *.docx
和 *.pptx
文件。有关详细信息,请参阅 https://davidgohel.github.io/officer/
R Officer 软件包无法读取 Windows Presentation 97-2003 类型的旧 PPT 文件。它给出以下错误。
zip::unzip(zipfile = newfile, exdir = folder) 中的简单错误:zip 错误:Cannot open zip file
C:\Users\user1\AppData\Local\Temp\RtmpeYD5pQ\file41fc3c39b6.pptfor reading
文件 zip.c:238
>
下面是示例代码
content <- read_pptx(fileName)
data <- pptx_summary(content)
内容对象应该returnrpptx对象。
不可以,officer 包只支持 *.docx
和 *.pptx
文件。有关详细信息,请参阅 https://davidgohel.github.io/officer/