dim a,text
Call Plugin.Office.OpenXls("E:\test.xlsx")
//ReadXls(Sheet,行,列)
text = Plugin.Office.ReadXls(1, 2, 1)//sheet,行,列
MessageBox "读出内容为:"&text
按键精灵之输出文本
最新推荐文章于 2025-11-02 10:53:35 发布
dim a,text
Call Plugin.Office.OpenXls("E:\test.xlsx")
//ReadXls(Sheet,行,列)
text = Plugin.Office.ReadXls(1, 2, 1)//sheet,行,列
MessageBox "读出内容为:"&text
379
6166

被折叠的 条评论
为什么被折叠?