Export Poll Command
About the command
The Export Poll Command lets you download a poll's data as a file so you can use it outside of Discord. After running the command, you choose a format and EasyPoll attaches the export file to a private (ephemeral) reply that only you can see.
The export includes the question, all answers, and the vote counts. Who voted for what is only included when the poll is not anonymous or hidden; the privacy of anonymous and hidden polls is always respected.
Quick Overview
- Command:
/exportpoll - Required Options:
id - Optional Options: None
- Default Required Permissions:
Manage Server
Arguments
| Option | Description | Required |
|---|---|---|
id | The ID of the poll or message to export. | ✅ |
Finding the poll
You can pass either the poll ID (shown in the footer of every poll) or the message ID of the poll message. While typing, EasyPoll suggests your server's polls, so you can pick one from the list.
Export formats
- CSV – opens in Excel, Google Sheets, or any spreadsheet app. Best for quickly reviewing or charting the results.
- JSON – a structured format that's ideal for developers or importing the data into other tools.