Fusion-Excel-Series

From Fusion Registry Wiki
Revision as of 04:31, 28 July 2020 by Mnelson (talk | contribs) (Created page with "Category:SdmxDataFormat =Overview= The Fusion-Excel-Series format is not an official SDMX format. It has a similar layout to the Fusion-CSV-Series format, in that a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Overview

The Fusion-Excel-Series format is not an official SDMX format. It has a similar layout to the Fusion-CSV-Series format, in that a Series is output per Column. The series can iterate values over time, or any other designated dimension to be at the observation level.

The advantages over CSV is that Excel provides a few additional features which are now possible in CSV, these are:

* The ability to slice the data over a Dimension to output a worksheet per Dimension value, e.g slice by FREQ would output Annual Data in one worksheet, Monthly data in another, and so on.
* The ability to promote fixed values to a header.  Similar to the Fusion_Excel_Data format, reported values which are the same for the whole worksheet can be reported once in a header section
* Excel's freeze pane feature is used to make the inner table scrollable while keeping the column and row headers in place
* The use of colour to style the output, making the data easier to read 

Fusion-Excel-Series is an export format only, supported by Fusion Registry, Fusion Edge Server and Fusion Data Browser.

Formatting Using Query Parameters

The following URL parameters can be used in a RESTful query for to get data in Excel format.

  • format=excel-series

Example

https://demo.metadatatechnology.com/FusionRegistry/ws/public/sdmxapi/rest/data/WB,GCI,1.0/GHA.GCI..?format=excel-series

Note: The same formatting can be applied using HTTP Accept Headers as opposed to query parameters.

Fusion Excel Series with header section and tabs
Fusion Excel Series with tabs