How can I send an HTTP POST request to a server from Excel using VBA?

前端 未结 6 1986
执笔经年
执笔经年 2020-11-22 08:01

What VBA code is required to perform an HTTP POST from an Excel spreadsheet?

6条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-22 08:18

    I did this before using the MSXML library and then using the XMLHttpRequest object, see here.

提交回复
热议问题