The System.IO.Packaging namespace - Añadir Referencia a Windowsbase.dll
Necesario para crear y modificar archivos de Office 2007 con NET 2005 solamente con el Framework 3.0 y sin Office
The System.IO.Packaging namespace
Since I went to Devdays in Ghent, I wanted to make a xlsx (excel 2007) file. An excel 2007 file is just a zip container with a bunch of xml files.
Using the System.IO.Packaging namespace you can make such a package file.
Just add a reference to the windowsbase.dll assembly located in C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0 directory.
Comentarios