Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Parsing XML data into worksheets

Hi,
I work with XML files that have over 300 elements XL cannot placed them all
in columns, I think only about 255 columns are allowed. I am only interested
in part of the data in these XML files.

Q: How can I import sections of the XML into a worksheet?

Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 111
Default Parsing XML data into worksheets

Well....you can set a reference in code to the MSXML dll and use the
DOM (Document Object Model) to parse the XML into the sheet...don't
think it is especially easy tho'.......

hth,
OJ

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 94
Default Parsing XML data into worksheets

There is a control called "Microsoft Office Spreadsheet" in the toolbox. It
has a benefit that it can hold more columns (e.g. version9=702,
version10=18278, version11=18278) and more rows than the native MS Excel
spreadsheet. Potentially you could use this control as a container to hold
all of your data. Just a thought...

Troy

"Chelo" wrote in message
...
Hi,
I work with XML files that have over 300 elements XL cannot placed them
all
in columns, I think only about 255 columns are allowed. I am only
interested
in part of the data in these XML files.

Q: How can I import sections of the XML into a worksheet?

Thanks.



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
Parsing Data with Javier Excel Discussion (Misc queries) 0 June 27th 06 06:21 PM
Help With Parsing Data Saxman Excel Discussion (Misc queries) 5 December 27th 05 02:39 PM
Parsing Data Saxman Excel Discussion (Misc queries) 4 December 8th 05 08:31 AM
help with data parsing Param Dhillon Excel Programming 5 February 24th 05 03:29 AM
parsing data into worksheets pumba680 Excel Programming 1 May 26th 04 10:47 PM


All times are GMT +1. The time now is 08:36 PM.

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

About Us

"It's about Microsoft Excel"