eclipse打开excel文件出错
我收到以下错误
无法创建就地编辑器
这可能是因为没有 针对类型注册的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我使用的是 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.
首先检查系统编辑器是否可用。
如果可用,右键单击 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.
右键单击文件>选择“打开方式”>选择“其他”>单击“内部编辑器”>并选择“文本编辑器”并勾选“将其用于所有 *.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