.net - How can I unzip Office Open XML file in C# and modify its data and re-zip again? -



.net - How can I unzip Office Open XML file in C# and modify its data and re-zip again? -

from console application written in c#, how can :

extract office open xml file, obtain info part of modify the info , re-zip again

my motivation save excel file formats , utilize populate cells via console application.

is possible achieve, need specific library provides excel files manipulation (unzipping it, modifying etc.)

for zip-unzip part think can find many examples here. edit excel file, i'd suggest have @ open xml sdk. it, can edit office files programmatically. hope helps

c# .net excel xlsx

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -