Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Importing XML into Excel 2003 from a URL

I wondered if you could help me, I want to create a spreadsheet that
is updated vie a link to a standard web XML file. All the discussions
I've seen are regarding importing from a SQL server or a static file
but how would you import from (for example) www.example.com/file.xml
or file.aspx??

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9,101
Default Importing XML into Excel 2003 from a URL

SQL files have standard format while XML files very a lot. I would start by
saving the XML file on your PC and then look at the text with Notepad. You
can write a script that reads the text file and then extracts the data you
want. Later you can automat fully by geting the XML file from the internet.

XML files are hypertext ascii files.they would look like this

<textOne line of Text<end text

<text and <end Text are tags. In a XML file there will be header tags,
fiormat tags, and data tags. to extract the datq you need you'll have to
search the tags and only get the tags you need to complete your task.

the best way tosee how complicated the job would be is to look a the file
with NotePad or we you are looking the page with the internet explorer View
Source in the Page Menu.

"BigAndy" wrote:

I wondered if you could help me, I want to create a spreadsheet that
is updated vie a link to a standard web XML file. All the discussions
I've seen are regarding importing from a SQL server or a static file
but how would you import from (for example) www.example.com/file.xml
or file.aspx??


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Importing web data to Excel 2003 JohnB Excel Discussion (Misc queries) 1 December 7th 09 04:59 PM
importing/linking data from an Access 2003 Query to an Excel 2003 PerryK Excel Discussion (Misc queries) 2 August 24th 09 07:06 PM
Importing data in excel 2003 kate_gaz Excel Discussion (Misc queries) 1 August 28th 07 08:02 AM
importing into excel 2003 from web mikeh6805 Excel Discussion (Misc queries) 1 August 17th 07 10:04 AM
Importing Text file into Excel 2003 Ray[_13_] Excel Programming 2 October 13th 04 08:34 PM


All times are GMT +1. The time now is 12:24 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"