User Profile

Collapse

Profile Sidebar

Collapse
tochins
tochins
Last Activity: Sep 7 '10, 07:18 PM
Joined: May 20 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • tochins
    started a topic Parse large xml file into excel using vba

    Parse large xml file into excel using vba

    Hello,

    I have a code with which I can parse a file of around 1MB. However I am looking to parse an xml file of about 128MB.

    Below is my code

    Code:
    Dim xml_doc As New DOMDocument
    Dim brtn As Boolean
    
    Dim xnode As IXMLDOMElement
    Dim snode As IXMLDOMElement
    
    Dim intr As Long
    Dim tmp As Long
    
     
    
    Sheet1.Cells.Clear
    ...
    See more | Go to post
    Last edited by MMcCarthy; Jun 17 '10, 09:52 PM. Reason: added code tags - see # button on posting window

  • tochins
    started a topic Help with xml to excel using C#.NET
    in .NET

    Help with xml to excel using C#.NET

    Hello all,

    I am new to this group as well as programming world.

    I want to convert a xml file to excel using c#.net. The catch is i can convert it with normal elements , however what i am looking for is to convert xml attributes to excel spreadsheet. Do any of you have any code or resource for the same?

    Any help will be appreciated...

    Thank you

    chins
    See more | Go to post
No activity results to display
Show More
Working...