This application updates a google sheet where DSI's salesmen can view their up-to-date sales performance.
GoogleSheet Class: an instance of this class has one public method (GenerateObjectDataAndUpdateGoogleSheet())which would retrive data from the dsi server, encapsilate the data and update the sales google spreadsheet
To run this code: de-comment the main method. To run the dll: Create an instance & call the method GenerateObjectDataAndUpdateGoogleSheet().