.asbx File Format Guide: Structure, Security, and Anthrena Workbooks

The .asbx file format is Anthrena Studio Business Xtensions — Anthrena’s workbook container for Desk and Studio. It packages data, visuals, and presentation state into one file so boards stay portable — including optional Optima, Axon, and Assay report pages saved from Desk plugins.
Format at a glance
| Topic | Detail |
|---|---|
| Creator | Anthrena (Anthrena Desk / Studio) |
| Name | Anthrena Studio Business Xtensions (ASBX) |
| Extension | .asbx |
| Primary apps | Desk (edit), Desk Viewer (present in browser), Studio |
| Typical contents | Sheets, tiles/charts, pages, filters, document reports |
How Desk packages a workbook
Under the hood, an .asbx is a versioned workbook package: manifest metadata (title, app version, format version), sheet data, and canvas/report state. Viewer and Desk decode the container in the client so the workbook is not uploaded to Anthrena merely to present it from a local file.
Shareable packages may use Anthrena’s wrap layer so the bytes stay intact over the wire. Always treat unknown .asbx attachments like any other business file: open only from people and systems you trust.
Plugin document pages
Desk plugins can add scrollable document pages inside the same workbook — for example Optima Answer Reports and Axon Model Reports. Those pages travel with the .asbx and can be presented in Desk Viewer. Learn the product entry point in what is an .asbx file.
For developers and IT
- MIME / download: treat as
application/octet-streamor a dedicated Anthrena type; keep the.asbxextension. - Do not strip bytes or re-encode as text — the container is binary.
- End users who only need to present can use /viewer without a Desk install.
Frequently asked questions
What does the .asbx file extension mean?
.asbx is Anthrena Studio Business Xtensions — Anthrena’s workbook extension for Desk and Studio. Files package sheet data, visuals, filters, and report pages into one portable container.
Is an .asbx file encrypted?
Shareable .asbx containers use Anthrena’s wrap format so the workbook package is protected in transit. Open only files from people and systems you trust.
Can .asbx include Optima or Axon reports?
Yes. Desk can save Answer Report and Model Report pages inside the same .asbx. Anthrena Desk Viewer can present those document pages when you open the file.