Are you trying to generate an Excel 2007 file programmatically from VB.NET?
If so, you can use ADO.NET to do so (requires only .NET Framework 2.0) or you can use the classes in the System.IO.Packaging namespace and then edit the xml files directly.
Let me know if this is what you're after and I'll provide links (or you can also Google it)