Convert Excel 2010 documents?

I am interested in writing an application that will receive an Excel document of a certain format, massage the data and create a new Excel document with various formatting.

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

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

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

But this is only for Excel 2007.

Is there a best practice for this type of Excel 2010 document? Should I even program something custom for this, or does Excel offer something that can handle this?

+3
source share
2

Excel 2007/2010 (.xlsx) - EPPlus. .

+2

Excel (.xslx) - XML . "Open XML", MICROSOFT Open XML

.

+1

All Articles