How to PowerPivot outlook data (*.ost or *.pst) data in Microsoft Office Excel 2010

User Rating: 5 / 5

Star ActiveStar ActiveStar ActiveStar ActiveStar Active
 

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;
Read more...

Tags: connectivity, excel

 

2007-2015 VidasSoft Systems Inc.