Add reference to open xml sdk 2.0

Discussion in 'ASP.NET / ASP.NET Core' started by lilb321, Mar 18, 2011.

  1. How do I add a reference to the open xml sdk 2.0? I can't find the reference in the GAC viewer. It should be under DocumentFormat.OpenXml.

    Thanks!
     
  2. RayH

    RayH DiscountASP.NET Lackey DiscountASP.NET Staff

    You can try adding the appropriate .dll files to the /bin directory of your application.
     
  3. Thanks a lot. It worked. I didn't know I could do that!
     

Share This Page