Microsoft.Office.Interop.Excel in the Component Name list is missing on the Assemblies page.
I need to include that:
using Microsoft.Office.Interop.Excel;
But it throws error: The type or namespace name 'Office' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
And I can't find it in References either.