I know that Microsoft’s OpenXML SDK is for .NET 3.5. I am looking for a .NET 2.0 library that could manage xlsx, docx formats. And can change the office format properties.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no library for 2.0. What you’ll need to do is manually work with Open XML. First you’ll need an unpacking/repacking function (not sure if WindowsBase which hosts
System.IO.Packagingis available for 2.0, but you can use other zip utilities).