Hi,
Hi,
Thanks for considering Aspose.Cells for .NET.
Aspose.Cells allows you to access worksheet data. Since, your Pivot Table data is in Ms-Access database, so you will have to use Ole Ms-Access Data Reader to access your data.
You can search on internet how to access your Ms-Access data using C# and convert it into a DataTable or DataSet.
Once, you access your data from your database, you can then import the data into your worksheet.
Please see the following topic for your help.