gpt4 book ai didi

python - 如何读取excel中嵌入的excel并将嵌入文件中的信息存储在主excel文件中?

转载 作者:太空宇宙 更新时间:2023-11-03 15:03:19 24 4
gpt4 key购买 nike

我有一个 Excel 文件,其中包含名为“ worker 详细信息”的列,其中的单元格中嵌入了另一个 Excel 文件。

A snipshot of the excel file

我有超过 500 行公司,每行在“ worker 详细信息”下都有一个嵌入的 Excel 文件。 如何访问嵌入的 Excel 并将其内容存储到主 Excel 文件中,如下所示? 任何帮助将不胜感激!

How I want to store the embedded file inside the master file

最佳答案

你可以做一些事情来解决这个问题

Sub GET_EXCEL()

Dim o As OLEObject
Dim e As Excel.Workbook

Set o = ActiveSheet.OLEObjects(1)
Set e = o.Object

Debug.Print e.Sheets(1).Range("e10").Value

End Sub

关于python - 如何读取excel中嵌入的excel并将嵌入文件中的信息存储在主excel文件中?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44882148/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com