View Single Post
  #1   Report Post  
Posted to microsoft.public.scripting.vbscript,microsoft.public.excel.programming
James Whitlow James Whitlow is offline
external usenet poster
 
Posts: 2
Default Reading Excel XML spreadsheet via VBScript using MSXML.DOMDocument

I am looking for some resource, samples or guidance in reading data from
Excel spreadsheets saved in XML format using VBScript, but using the
'MSXML.DOMDocument' object instead of the 'Excel.Application' object.

My goal is to do my updating to the table in a nicely formatted Excel
document instead of a unformatted CSV file, but have the script still work
on computers that do not have Excel installed.

I have quite limited experience with working with XML documents, so if
someone has some simple examples they can post or link to that I could
analyze and learn from, it would be greatly appreciated.