• <legend id='MzHqi'><style id='MzHqi'><dir id='MzHqi'><q id='MzHqi'></q></dir></style></legend>

          <bdo id='MzHqi'></bdo><ul id='MzHqi'></ul>

        <i id='MzHqi'><tr id='MzHqi'><dt id='MzHqi'><q id='MzHqi'><span id='MzHqi'><b id='MzHqi'><form id='MzHqi'><ins id='MzHqi'></ins><ul id='MzHqi'></ul><sub id='MzHqi'></sub></form><legend id='MzHqi'></legend><bdo id='MzHqi'><pre id='MzHqi'><center id='MzHqi'></center></pre></bdo></b><th id='MzHqi'></th></span></q></dt></tr></i><div id='MzHqi'><tfoot id='MzHqi'></tfoot><dl id='MzHqi'><fieldset id='MzHqi'></fieldset></dl></div>
      1. <small id='MzHqi'></small><noframes id='MzHqi'>

      2. <tfoot id='MzHqi'></tfoot>

        在 Excel 中访问数据 - 来自 python 的路透社

        时间:2023-09-11

        1. <legend id='IETpz'><style id='IETpz'><dir id='IETpz'><q id='IETpz'></q></dir></style></legend>

            • <tfoot id='IETpz'></tfoot>
                <bdo id='IETpz'></bdo><ul id='IETpz'></ul>

                <small id='IETpz'></small><noframes id='IETpz'>

                  <tbody id='IETpz'></tbody>
                  <i id='IETpz'><tr id='IETpz'><dt id='IETpz'><q id='IETpz'><span id='IETpz'><b id='IETpz'><form id='IETpz'><ins id='IETpz'></ins><ul id='IETpz'></ul><sub id='IETpz'></sub></form><legend id='IETpz'></legend><bdo id='IETpz'><pre id='IETpz'><center id='IETpz'></center></pre></bdo></b><th id='IETpz'></th></span></q></dt></tr></i><div id='IETpz'><tfoot id='IETpz'></tfoot><dl id='IETpz'><fieldset id='IETpz'></fieldset></dl></div>
                • 本文介绍了在 Excel 中访问数据 - 来自 python 的路透社的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  我正在使用 Excel 中集成的路透社来检索市场数据.对于任务自动化,我目前使用 VBA,但现在我想切换到 python.pyxll这个包没有多大帮助,因为原理和VBA一样(我需要在Excel里面点击RUN按钮...)所以我正在考虑使用 win32com 从外部通过 COM 对象访问 Excel.但是,当我这样做时:

                  I'm using Reuters integrated in Excel to retrieve market data. For task automation , I currently use VBA but now I want to switch to python. The package pyxll does not help much because the principle is the same as VBA (I need to be inside Excel and click on the RUN button...) So I'm considering using win32com to access to Excel from outside with COM object. However, when I do:

                  from win32com.client import Dispatch 
                  xlApp = Dispatch("Excel.Application")
                  

                  此代码打开一个新的 Excel 实例,其中没有 Reuter 插件(因此我无法使用 Reuter 函数检索数据).我不知道如何从 python 访问 Excel-with-Reuter 实例?我查看了 Com Explorer 来探索该服务,除了 Excel 之外我没有看到任何其他服务

                  This code opens a new instance of Excel that does not have Reuter add-in in there (thus I can't use the Reuter function to retrieve data). I don't know how to access to Excel-with-Reuter instance from python? I've taken a look at Com Explorer to explore the service and I didn't see any other service than Excel

                  推荐答案

                  试试这个 -

                  import os
                  from win32com.client import GetObject
                  
                  os.startfile(r'C:path	oReutersExcel.exe')
                  xlApp = GetObject(None, 'Excel.Application')
                  

                  这篇关于在 Excel 中访问数据 - 来自 python 的路透社的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:如何在 Python 中导入 COM 对象命名空间/枚举? 下一篇:如何隐藏从 Python 调度的 COM 对象

                  相关文章

                  最新文章

                  <legend id='je74D'><style id='je74D'><dir id='je74D'><q id='je74D'></q></dir></style></legend>

                  1. <i id='je74D'><tr id='je74D'><dt id='je74D'><q id='je74D'><span id='je74D'><b id='je74D'><form id='je74D'><ins id='je74D'></ins><ul id='je74D'></ul><sub id='je74D'></sub></form><legend id='je74D'></legend><bdo id='je74D'><pre id='je74D'><center id='je74D'></center></pre></bdo></b><th id='je74D'></th></span></q></dt></tr></i><div id='je74D'><tfoot id='je74D'></tfoot><dl id='je74D'><fieldset id='je74D'></fieldset></dl></div>
                  2. <tfoot id='je74D'></tfoot>

                    1. <small id='je74D'></small><noframes id='je74D'>

                        <bdo id='je74D'></bdo><ul id='je74D'></ul>