Author Topic: ClosedXml  (Read 4346 times)

0 Members and 1 Guest are viewing this topic.

Jeff H

  • Needs a day job
  • Posts: 6150
ClosedXml
« on: January 05, 2015, 01:43:28 PM »
I remember MexicanCustard suggesting a API for dealing with excel a couple of times so I did a search and dug it which was ClosedXml and glad he did because I probably would of used OpenXml but this API is easy, quick and useful.

Thanks again MexicanCustard a very useful library.




Keith Brown

  • Swamp Rat
  • Posts: 601
Re: ClosedXml
« Reply #1 on: January 05, 2015, 01:46:15 PM »
http://spreadsheetlight.com/ is also very good.
Keith Brown | AutoCAD MEP Blog | RSS Feed
AutoCAD MEP 2014 / Revit MEP 2014 / EastCoast CAD/CAM addon / Visual Studio 2013

MexicanCustard

  • Swamp Rat
  • Posts: 705
Re: ClosedXml
« Reply #2 on: January 05, 2015, 04:07:41 PM »
 :wink: NP.
Revit 2019, AMEP 2019 64bit Win 10

jhsct

  • Mosquito
  • Posts: 5
Re: ClosedXml
« Reply #3 on: January 05, 2015, 05:22:39 PM »
Try Gembox Software.  http://www.gemboxsoftware.com/spreadsheet/overview

It's the best I've used.

Keith Brown

  • Swamp Rat
  • Posts: 601
Re: ClosedXml
« Reply #4 on: January 05, 2015, 05:43:22 PM »
Try Gembox Software.  http://www.gemboxsoftware.com/spreadsheet/overview

It's the best I've used.

That one is not free.  The two mentioned above do not cost anything and have most features that I will need.
Keith Brown | AutoCAD MEP Blog | RSS Feed
AutoCAD MEP 2014 / Revit MEP 2014 / EastCoast CAD/CAM addon / Visual Studio 2013

Chumplybum

  • Newt
  • Posts: 97
Re: ClosedXml
« Reply #5 on: January 05, 2015, 05:52:12 PM »
i've used EPPlus before for reading / writing excel files with .net, http://epplus.codeplex.com/

Keith Brown

  • Swamp Rat
  • Posts: 601
Re: ClosedXml
« Reply #6 on: January 09, 2015, 01:34:09 PM »
XLSIO is now free if you download the Syncfusion Community Edition which is free for small companies and individual users.


https://www.syncfusion.com/products/communitylicense
Keith Brown | AutoCAD MEP Blog | RSS Feed
AutoCAD MEP 2014 / Revit MEP 2014 / EastCoast CAD/CAM addon / Visual Studio 2013

MexicanCustard

  • Swamp Rat
  • Posts: 705
Re: ClosedXml
« Reply #7 on: January 12, 2015, 08:33:06 AM »
XLSIO is now free if you download the Syncfusion Community Edition which is free for small companies and individual users.


https://www.syncfusion.com/products/communitylicense

Yeah, with Syncfusion going the free route I'm going to try their version. I'm also going to try switching from iTextSharp to Syncfusion's PDF version too.
Revit 2019, AMEP 2019 64bit Win 10

CADbloke

  • Bull Frog
  • Posts: 344
  • Crash Test Dummy
Re: ClosedXml
« Reply #8 on: April 06, 2015, 06:42:30 PM »
I'm about to put together a project which has a fair bit of Excel stuff so I've been looking into this, so far Epplus looks like the front-runner. As much as I'd like to try the Syncfusion tool I really like having the source code for the library available so I can see what it is doing and fix and issues I find (and submit them back, of course). Epplus also supports Linq, which is nice.

If you're using Epplus, http://www.paragon-inc.com/resources/blogs-posts/easy_excel_interaction_pt8 has a couple of interesting gotchyas. There other posts in that series are pretty good too.

I'll let you know how I go...