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
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
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.
Here you can find how to transform xmla to .cub. If your task is to generate cub files from your application, it can be a good solution. There is much more information on xmla (standard) format than on proprietary .cub. Xmla is a standard and there are opensource implementations - olap4j, mondrian.