eclipse打开excel文件出错

发布于 2024-09-01 14:38:33 字数 196 浏览 5 评论 0原文

我收到以下错误

无法创建就地编辑器

这可能是因为没有 针对类型注册的 OLE 编辑器 您尝试打开的文件的名称。 创建 Ole 客户端失败。结果= -2147417851

我有MS Office 2007,Excel文件存储为“另存为2003版本”。

I am getting following error on

Cannot create the in-place editor

This is probably because there is no
OLE editor registered against the type
of file you were trying to open.
Failed to create Ole Client. result =
-2147417851

I have MS office 2007,and the excel file is stored as "save as 2003 version".

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

堇年纸鸢 2024-09-08 14:38:33

我使用的是 3.5,所以情况可能会有所不同。窗口->首选项->常规->编辑器->文件关联。

添加 *.xls 并添加关联编辑器(从这个窗口中您可以选择要打开的外部程序)

我认为您应该能够在 eclipse 编辑器中打开 excel 文件,但它看起来像 OLE由于某种原因无法在您的系统上运行。

I'm using 3.5 so things could be different. Window->Preferences->General->Editors->File Associations.

Add *.xls and add Associated Editor (from this window you can select external programs to open with)

I think you should be able to open the excel file inside and eclipse editor, but it looks like the OLE is not working on your system for some reason.

旧时模样 2024-09-08 14:38:33

首先检查系统编辑器是否可用。
如果可用,右键单击 xls 文件,然后单击“使用系统编辑器打开”。
如果不可用,请按照以下步骤操作。

eclipse-->帮助-->安装新软件-->搜索编辑器并下载并重新启动eclipse。重新启动 Eclipse 后,右键单击 xls 文件,然后单击“使用系统编辑器打开”。

first check the system editor available or not.
if available right click on xls file and click on open with system editor.
if not available follow bellow steps.

eclipse-->help-->Install new software-->search for editor and download and restart the eclipse. After restart the eclipse right click on xls file and click on open with system editor.

温柔戏命师 2024-09-08 14:38:33

右键单击文件>选择“打开方式”>选择“其他”>单击“内部编辑器”>并选择“文本编辑器”并勾选“将其用于所有 *.csv 文件”

注意:您可以选择不同的编辑器来查看文件。

解决方案仅适用于 Eclipse

Right Click on the file > select 'Open With' > select 'Other' > Click 'Internal editors' > and select 'Text editor' and Tick 'Use it for all *.csv file'

Note: You can select different editors to view the file.

Solution is for Eclipse only

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文