Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Offline OLAP cube file format

Tags:

olap

In Excel pivot table you can request the generation of a offline OLAP cube : i.e., a file with the .cub extension. Does anybody know or have any pointer about this file format ?

Thanks, _marc

like image 318
Marc Polizzi Avatar asked Dec 27 '10 06:12

Marc Polizzi


People also ask

What is offline OLAP?

The Offline OLAP feature basically snapshots a version of the cube into a local cube file which can be used by Pivot Tables.

What is a .CUB file?

Data file created by Analysis Services, a component of Microsoft SQL Server; stores a "cube," which is a collection of structured data exported from a data source; includes the data schema as well as the data itself; often used for performing Online Analytical Processing (OLAP) analysis.

How are OLAP cubes stored?

These cubes are stored in SQL Server Analysis Services (SSAS). Self-service business intelligence tools such as Excel and SQL Server Reporting Services (SSRS) can target these cubes in SSAS, and you can use them to analyze the data from multiple perspectives.

How do I open a .CUB file in Excel?

cub file rather than open it directly via File > Open. Please try going to Insert > PivotTable, select Use an external data source, click Choose Connection, hit Browse for More..., choose the . cub file: Hope the above information can be helpful.


1 Answers

I think all of the information you need to create them is here, but according to this post, you can only edit them with SSMS.

EDIT: A C#-only approach is laid out here.

like image 68
Chris Shain Avatar answered Jan 04 '23 14:01

Chris Shain