FXLData Refreshable Worksheet

From Fusion Registry Wiki
Jump to navigation Jump to search

Overview

Refreshable Excel Worksheet

The FXLData Refreshable Worksheet is an Excel file which, when opened, loads the data from the web service. The data is not saved in the worksheet, instead it saves the data query and executes it on demand. This enables the data to be dynamically refreshed on request.

This data format requires the FXLData plugin for Microsoft Excel to be installed.

To export a dataset in this format, simply create an SDMX Data Query and add the Query Parameer:

format=excel-refresh

Example: https://demo.metadatatechnology.com/FusionRegistry/sdmx/v2/data/dataflow/BIS/WS_SPP/1.0/?c%5BREF_AREA%5D=5R&format=excel-refresh&labels=both

The underlying format passed from server to client is Fusion-CSV-TS, and as such any parameters available to Fusion-CSV-TS are available in this format.

As of FXLData R1.3, refreshable workbooks no longer render automatically upon opening. This change is part of a performance optimization that deliberately inhibits FXLData functions from executing on initial load. To view data, users must now manually initiate a refresh sequence by first clicking Refresh, followed by Refresh Workbook. This ensures that large or complex queries do not slow down workbook opening, while still allowing users to retrieve up-to-date data on demand.