I need to generate Excel files using C#; I'm using Visual Studio 2013. To acquaint myself with how it's done, I'm working through the tutorial here.
It says to add a reference for "Microsoft Excel 12.0 Object Library"
I couldn't find it right off, so I got impatient and searched on "Excel 12". I got two results from that search, namely:
Microsoft Excel 12.0 Object Library (from MS, version 1.6)
-and
Visual Studio Tools for Office Design-Time Adaptor for Excel 12.0 Type Library (also from MS, version 12.0)
Do I just need the first one (the one mentioned in the tutorial), or is the second one complementary, or does the second one replace/obviate the first one?
vs2013 excel excel12obj vstoolsforoffice designtimeadaptor c#