本文介绍了如何将数据从Excel中的单元格复制到网页文本字段?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想开发一些可以直接复制和粘贴Excel单元格内容到特定网页的文本框的工具。
I want to develop some tool which will directly copy and paste contents of an Excel cell to a text field of a particular webpage.
我没有任何关于计算机编程的想法我有一点了解Excel VBA。
I don't have any idea about computer programming. I have a little knowledge of Excel VBA.
请指导我在以下几个方面:
Please guide me in following aspects:
- 如何打开特定网页从按钮点击Excel。
- 如何将数据自动填充到网页的文本字段?
- 如何自动按网页上的按钮Excel。
请注意,我没有关于该网页的任何细节。
Please note I don't have any details about that webpage.
推荐答案
我建议使用现有的工具,例如。两者都可用于获取和发布数据到网站,并且它们与脚本一起工作。
I suggest using an existing tool such as curl or wget. Both can be used to fetch and post data to websites and they work great with scripts.
这篇关于如何将数据从Excel中的单元格复制到网页文本字段?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!