How to PowerPivot outlook data (*.ost or *.pst) data in Microsoft Office Excel 2010
First I extracted some data from the outlook inbox with C# to a CSV file: using System; using System.Collections.Generic; using System.Linq; using System.Text; using Microsoft.Office.Interop.Outlook; using System.IO; namespace Common { public class Generator { const…