CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 14 of 14

Threaded View

  1. #13
    Join Date
    Feb 2013
    Location
    Canada
    Posts
    52

    Re: visual basic express read/write to excel question

    It's pretty simple with the Microsoft Office Interop namespaces... http://msdn.microsoft.com/en-US/libr...=vs.80%29.aspx

    Why are you using Excel though? Just to see if you can input the data to a spreadsheet? :S The calculation part of it can be done with functions in Excel directly.

    If you don't want to do it the COM way, then you could attempt uncompressing the archive (compressed with the DEFLATE/Base64 method like most zip archives) to reveal all of the XML files that are used for the spreadsheet, and edit those.
    Last edited by AceInfinity; February 3rd, 2013 at 07:43 PM.
    [sigpic][/sigpic]
    Microsoft MVP .NET Programming (2012 - Present)
    ®Crestron DMC-T Certified Automation Programmer

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured