View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Boris Glazyrin Boris Glazyrin is offline
external usenet poster
 
Posts: 3
Default Is it possible to import XML with master-detail data into Excel 2003?

Hello!

Our application generates Excel report with lot of master-detail
information. Something like this:



Department1 info

Employer1 of dept 1

Employer2 of dept 1

Employer3 of dept 1



Department2 info

Employer1 of dept 2

Employer2 of dept 2

Employer3 of dept 2

:

Previously we did it using VBA. Now we are thinking about using new XML
features of Excel 2003. I read many articles on MSDN, but now I understand
how to import simple list using XML. But I have no idea, how to import
repeating Master-Detail list. I am new to XML so may be don't understand
something simple.



Is it possible to such things?



Thank You in advance

Boris