.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 againmy 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
Post a Comment