View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
detritus detritus is offline
external usenet poster
 
Posts: 2
Default XML Import too slow (More detail)

Dear All,

I see this strange behaviour while importing an XML file. Let's say I've a
file with 12.000 records in it. If I import this file, it takes around 5
minutes.

But if I split this file into 12 pieces (1.000 records each) and import
these in order with Override option as False, it takes around 24 seconds
(every 1.000 records took 2 seconds) and the result dataset is same as 12.000
records import case.

Now, is there some option I need to turn off or is this a bug?

Thanks in advance.