Uploading and Processing an Excel File

unclepetecorner
I needed to upload and process an excel file via WebDev for a recent project. To accomplish the task, several concepts covered, so I figured it would make for a great “Uncle Pete’s Corner”

We will be covering:

  1. The WebDev Upload Control
  2. Drag and Drop File Uploading
  3. The Native Excel Commands
  4. Updating a progress bar from an AJAX process
  5. Using the same progress bar for both upload and processing status.

The WebDev Upload Control

If you click the small down arrow next to the upload control on the control toolbar you will see that WebDev offers you 3 different version of the Upload control. You can chose between a set of control for uploading a single file, a set of controls for uploading multiple files, or you can select Other and it will just give you an upload button and all the extra code you will need to do yourself. For this example, chose “Sending a Single File”

2013-05-17_0655_001

This will give you a total of 4 controls. The Upload button, a Static that is used for drag and drop target, a progress bar and a cell that holds the progress bar.. The cell is used so the progress bar can be shown via the CellDisplayDialog command.

 

 

Be sure to go over to wxLive.us and watch the Uncle Pete’s corner webinar that is the companion to this article.

Uncle Pete’s Corner is weekly webinar on all things WX every Friday 7:15 AM CST (5:15 PST), to watch the recorded version of this webinar, many other WX related webinars or to watch future ones live go to wxLive.us

[suffusion-the-author display=’author’]

Pete Halsted[suffusion-the-author display=’description’]

 

Leave a Reply

Please log in using one of these methods to post your comment:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s