Skip to content

Instantly share code, notes, and snippets.

@garethhayter
garethhayter / ExcelHelper.cs
Created April 19, 2016 03:08
Get version, filepath, bitness of installed versions of Excel
/**** Requires PeHeaderReader to determine bitness: http://code.cheesydesign.com/?p=572 ****/
using Microsoft.Win32;
using System;
using System.Collections.Generic;
using System.IO;
using System.Security.AccessControl;
/// <summary>
/// See: http://support.microsoft.com/kb/240794