Skip to content

This repository contains the code for Excel POST, a series of self-service macros in Excel VBA that allows a user to submit spreadsheet data to a system's web form via HTTP POST requests.

License

Notifications You must be signed in to change notification settings

madison-e/excel-post

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Excel POST

This repository contains the code for Excel POST, a series of self-service macros in Excel VBA that allows a user to submit spreadsheet data to a system's web form via HTTP POST requests.

  • Developer: Madison Eichberg
  • License: MIT Licensing (Open Source)
  • Language: VBA
  • Latest Version: 02/20/2020

Setup the file once with a few quick steps:

  1. Change Excel settings to allow you to read/write macros
  2. Setup your spreadsheet's column headers for easy posting
  3. Configure your POST URL so that it points to your system's form and retrieves entered data
  4. Update your security settings (optional)

After setup, a user can run the following commands via a click of a button:

  • Reset the spreadsheet back to its startup settings
  • Construct URLs based on entered spreadsheet data
  • POST the URLs to a designated system
  • Stop the code from running at the user's command

To get started, download Excel POST and see configuration instructions.

Happy POSTing!

About

This repository contains the code for Excel POST, a series of self-service macros in Excel VBA that allows a user to submit spreadsheet data to a system's web form via HTTP POST requests.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published