如何在Linux、Nativly(Python、C、Java)下提取office嵌入的OLE文件?
我正在尝试提取嵌入在 Word 文档中的 Excel 文档作为 OLE,但它很难成功。
我需要将它放在服务器端脚本中,因此控制台或脚本是必要的。自动化 Open Office 非常消耗资源。
有没有任何工具或库可以做到这一点?请帮忙..
I am trying to extract Excel Documents which embedded inside word document as OLE but its failing hard.
I need to put it in server side script so console or script is necessary. And automating Open Office is very resource hungry ..
Is there any tool or libraries to do this ? Please help..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我构建了一个 python 模块来完成此操作,请在此处查看。 https://pypi.org/project/AttachmentsExtractor/ 该模块也可以在 Linux 操作系统上运行。
安装库后使用以下代码片段:
I built a python module to do exactly this check it out over here. https://pypi.org/project/AttachmentsExtractor/ also the module can be run on Linux os.
after installing the library use the following code snippet: