A Tableau Dashboard Extension for quickly copying worksheet data to the clipboard.
Get the trex file
- Download the trex file.
- In your dashboard, drag in a new Extension object, click Access Local Extensions, and select the trex from your computer.
- Click Configure or select Configure... from the extension's context menu.
- Select the source worksheet you want to copy values from.
- Choose which fields to include in the copy output.
- Set a delimiter to separate values. Default is
,— you can also use\tfor tab or\nfor newline. - Optionally enable Copy all rows to copy all rows regardless of mark selection.
- Optionally customize the button label and appearance.
- Click Save.
Once configured, select marks on the worksheet and click the button to copy the values to your clipboard.
Prerequisites: Node.js 18+
npm install
npm run devThe dev server runs at http://localhost:5173. To load the extension locally in Tableau, add public/quick_copy_dev.trex to your dashboard.
npm run build # production build → dist/
npm run preview # preview the production build locallyThis extension is provided as-is and is not an official Tableau product. For questions or feedback, open an issue.