I'm encountering some issues with Posting/Uploading an excel file of Requirements which contains corresponding attachments. The HP Excel Add In does not accomplish the entire task, so I've opted to write my own. I've written a VB script - Scans an excel spreadsheet of several rows of data, categorized by columns, labeled with the corresponding field tags found within an ALM Requirement template. Note these rows will include an 'Attachment' column header A utility has been written that will upload the entire file and open a new requirement for each record found in the spreadsheet. However this utility should attach the recorded attachment of requirement id that contains an attachment. The problems I'm facing is getting the file to upload and post along with the attachment. I can do all of this using the ALM Excel Add In, but this tool doesn't do everything we need. My script can also upload each item and open an associated requirement.
Any assistance would be greatly appreciated... : >