.TWBX

Файл TWBX

Tableau Packaged Workbook
Задать вопрос
БЫСТРЫЙ ОТВЕТ

A TWBX file is a Tableau Packaged Workbook - a single ZIP-based file that bundles a Tableau workbook with a copy of its data, so it opens without access to the original database. Open it with the free Tableau Reader (view and interact, no license needed) or Tableau Desktop (full editing). Upload to Tableau Public to view it in a browser. It is data plus a visualization layout, not a program or document.

Разработчик: Tableau Software (Salesforce) Категория: Файлы данных MIME: application/octet-stream
ОТКРЫВАЕТСЯ НА Windows macOS Web
Связанные: .PKPASS · .DAT · .JSON · .RIS

На этой странице

Проиндексировано расширений: 19k+
Последняя проверка: Aug 17, 2026

Не знаете, что это за файл?

Перетащите любой файл в наш идентификатор - мы прочитаем первые байты, чтобы определить формат.

Идентифицировать файл

Что такое формат файла TWBX?

A .twbx file contains a compressed data package used by Tableau for sharing workbooks. .TWBX is a complete workbook resource package that can contain:

  • A .TWB XML workbook file
  • Bundled data extracts: .hyper files (current) or legacy .TDE files
  • External data from MS Access, MS Excel, and text files such as .CSV and .TXT
  • Image files (usable as background images)
  • Custom geocode files and custom shape files

Workbook files hold references to the other files in the .twbx package. This makes .twbx workbooks different from standard workbooks, which hold references to external, dynamic resources for source data.

Uses of .twbx files

.twbx files are used for sharing workbooks along with their associated source data, to avoid situations where the workbook recipient doesn't have access to the files or data referred to in the workbook. .twbx workbooks are typically used for generating reports for a specific time period. Data in .twbx workbooks is not updated automatically as the source data changes. .twbx files can be shared on Tableau Server or Tableau Cloud, posted to Tableau Public, or sent via e-mail.

Creating and opening workbook packages

.twbx files are created in Tableau Desktop via File → Export Packaged Workbook, which bundles a .twb workbook with its data extract (a .hyper file in modern Tableau, or a .tde in older versions). Tableau Reader (free) opens .twbx files on Windows and macOS. Because .twbx is built on a standard ZIP archive format, tools such as 7-Zip can extract its contents directly - renaming the file to .zip works too. Source data is stored in a Data/ subfolder accessible by extracting the .twbx file. The inner .twb workbook is plain XML and can be inspected in any text editor.

Безопасность и защита

РИСК: LOW

A .twbx is data plus a visualization layout, not executable code, so opening one is low-risk. Two cautions worth noting: a packaged workbook can EMBED the source data (and sometimes database credentials) - be careful before publishing one to Tableau Public, which makes the workbook and its bundled data publicly downloadable; and only open .twbx files from trusted senders, since the bundled data is exposed to whoever opens the file. The container itself does not run macros or code.

Детали формата

в двух словах
ПОЛНОЕ НАЗВАНИЕTableau Packaged Workbookтакже известен как Tableau Packaged Workbook file, packaged workbook
РАЗРАБОТЧИКTableau Software (Salesforce)с 2003 (Tableau Desktop; packaged-workbook format matured over later releases)
КАТЕГОРИЯФайлы данных
MIME-ТИПapplication/octet-stream
ТИПZIP-based package bundling a Tableau workbook (.twb XML) plus its data extracts and assets
СВЯЗАННЫЕ.pkpass.dat.json.ris
MAGIC BYTES · СИГНАТУРА ФАЙЛА
СМЕЩЕНИЕ
00010203
HEX
504B0304
ASCII
PK··
A TWBX is an ordinary ZIP archive, so it begins with the "PK" header like any ZIP. It is identified by its internal layout: a .twb (XML) workbook at the archive root plus a Data/ folder containing the packaged extracts (.hyper/.tde) and any image/custom-shape assets. Rename to .zip to inspect.

Программы, открывающие файлы TWBX

Windows3 apps
Tableau Desktop Платно File > Open the .twbx; the workbook and its packaged data load together for full viewing and editing.
7-Zip Открытый код Right-click > 7-Zip > Open archive to inspect the .twb XML and Data/ extract (it's a ZIP); does not render the dashboard.
Tableau Reader Бесплатно Open the .twbx to view and INTERACT (filter, sort, hover) with the dashboards - free, no Tableau license needed; cannot edit structure.
macOS2 apps
Tableau Desktop Платно File > Open the .twbx; the workbook and its packaged data load together for full viewing and editing.
Tableau Reader Бесплатно Open the .twbx to view and INTERACT (filter, sort, hover) with the dashboards - free, no Tableau license needed; cannot edit structure.
Web2 apps
Tableau Public Бесплатно Upload/open a .twbx in Tableau Public (desktop app or web) to publish and view the dashboard in a browser. Note: Public makes the workbook publicly visible.
Tableau Cloud / Server Платно Publish the .twbx to your organization's Tableau site to view it in the browser (requires a licensed site).

Технические подробности

глубокая спецификация
Container formatStandard ZIP archive; magic bytes `50 4B 03 04` ("PK" header) at offset 0 - identical to any `.zip` file
Inner workbook format`.twb` XML file (UTF-8 encoded) placed at the archive root; defines all sheets, dashboards, and data source connections
Data extract format`.hyper` (Hyper engine, current standard) or legacy `.tde` (Tableau Data Engine) files stored in the `Data/` subfolder
CompressionDEFLATE applied per-entry via standard ZIP; each bundled file is compressed independently
Internal folder structure`Data/` subfolder holds `.hyper`/`.tde` extracts plus any image and custom-shape assets referenced by the workbook
EncodingBinary ZIP container overall; the inner `.twb` workbook is UTF-8 XML text
MIME type`application/octet-stream` (registered); also recognized as `application/zip` by generic ZIP handlers
Version trackingTableau version number stored in the `.twb` root element's `version` attribute (e.g., `version='2024.3'`)
Forward compatibilityA `.twbx` saved in a newer Tableau Desktop version cannot be opened in an older version; Tableau will refuse and report the version mismatch
IntegrityPer-entry CRC-32 checksums provided by the ZIP format; no whole-file cryptographic signature or hash
Typical file sizeHundreds of KB to several GB, driven primarily by the size of the bundled `.hyper` data extract
EncryptionNone at the file level by default; Tableau Server and Tableau Cloud enforce access control externally
Platform supportWindows and macOS (Tableau Desktop, Tableau Reader); web browser via Tableau Public and Tableau Cloud upload
Primary purposeSelf-contained portable snapshot - bundles workbook logic with its data so recipients need no access to the original database or files
DeveloperTableau Software, a Salesforce company
Выпущен2003 (Tableau Desktop; packaged-workbook format matured over later releases)
Последняя версияTracks the current Tableau Desktop file version; .twbx layout is stable (ZIP container)
Спецификацияhelp.tableau.com

Конвертации TWBX

Вопросы и ответы сообщества

спрошено пользователями
Задать быстрый вопрос
Получите помощь от людей, работающих с файлами TWBX. Будьте конкретны - укажите вашу систему и версию ПО.
Аккаунт не нужен · ответы обычно в течение дня

Вопросов пока нет - станьте первым, кто спросит о файлах TWBX.

Часто задаваемые вопросы

How do I open a TWBX file without Tableau Desktop?
Use the FREE Tableau Reader - it opens .twbx packaged workbooks and lets you filter and interact with the dashboards (view-only). Or upload to Tableau Public to view in a browser.
What's the difference between TWB and TWBX?
A .twb is only the workbook XML and REFERENCES external data, so it needs access to those sources. A .twbx PACKAGES the workbook together with a copy of the data, so it's a single self-contained file you can share.
How do I get the data out of a TWBX file?
Rename it to .zip and open it - the data sits in the Data/ folder as a .hyper (or legacy .tde) extract. You can also open the workbook in Tableau and use View Data > Export to CSV/Excel.
Can I open a TWBX file in Excel?
Not directly - it's a Tableau visualization, not a spreadsheet. Open it in Tableau Desktop/Reader and export a view's data to CSV or Excel, or unzip it to get the .hyper extract.
Is Tableau Reader free?
Yes. Tableau Reader is a free download that opens and lets you interact with .twbx packaged workbooks; you just can't edit the workbook's structure or build new views.
Why won't my TWBX open?
Most often the file was saved in a newer Tableau version than your Desktop/Reader - update to the latest. A corrupted/partial download is the other common cause; re-download the file.

Ссылки

1Tableau Help - Save packaged workbooks (.twbx)help.tableau.com
2Tableau Reader - free product pagewww.tableau.com

Узнать больше

по всей базе данных

Популярные расширения на этой неделе

1.AQQAQQ Instant Messenger File
2.CRDOWNLOADChrome Partial Download File
3.MDMarkdown Document
4.BCBitComet Incomplete Download File
5.BINCD/DVD Disc Image (BIN/CUE)
6.PARTPartial Download File
7.EXEWindows Executable (Portable Executable)
8.NOMEDIAAndroid No-Media Marker File
9.AVIFAV1 Image File Format (AVIF)
10.RPMSGRestricted Permission Message

Похожие расширения

.PKPASSApple Wallet Pass (formerly Passbook)
.DATProgram Data File (generic)
.JSONJavaScript Object Notation file
.RISResearch Information Systems citation file
.OFXOpen Financial Exchange
.CSVComma-Separated Values

Бесплатные инструменты для файлов

Идентификатор файлов и конвертер изображений в браузере - все работает на вашем устройстве.

Открыть инструменты

Обзор расширений файлов A-Z