This CLI tool of Slack export data to excel.
go install github.com/shinshin86/slack-export-data-to-excel@latest- Download Slack export data
- Unzip the export data.
- Execute the command
slack-export-data-to-excel <export data path>
- index
- An index automatically given by the program that is assigned to each channel.
- user
- The output is in the format
real_name(id).
- The output is in the format
- text
- Posted text.
- thread
- The information is output only if the thread exists.
- If the post is the root of a thread, information about child threads is output.
- If the post was made to a thread, the index of the root post is output.
- The information is output only if the thread exists.
- reactions
- Reactions are output in the format
emoji(count) - [reaction users].
- Reactions are output in the format
- datetime
- The date and time of the post will be output.