Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Transforming Excel 2010 documents?

Tags:

c#

.net

excel

I am interested in writing an application that will take in an excel document of a specific format, massage the data and create a new Excel document that has different formatting.

I am curious if anyone can recommend a good place to start on this.

My first thought was to write something my self in C#. I came across this tool on codeplex:

http://excelwrapperdotnet.codeplex.com/wikipage?title=Usage%20-%20Example&referringTitle=Documentation

But it appears to only be for Excel 2007.

Is there a best practice for doing this type of thing for Excel 2010 documents? Do I even need to program something custom to do this or does Excel offer something that might handle this?

like image 445
Abe Miessler Avatar asked Apr 15 '26 19:04

Abe Miessler


1 Answers

Another nice library to modify Excel 2007/2010 documents (.xlsx) is EPPlus. It gives you a nice object model on your spreadsheets.

like image 194
Carles Company Avatar answered Apr 18 '26 09:04

Carles Company



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!