A simple Apps Script for Google Sheets to fetches your BGG collection. Wrote it because I wanted to sort my games based on some columns which were not available on BGG tables.
- Create a new spreadsheet.
- Rename your sheet from "Sheet1" to "Replaceable Game Dump" (bottom of the screen).
- Extensions > Apps Script. Paste the code from
main.js
there. - Ctrl+F
wrygiel
and replace with your username. Otherwise you'll fetch my games, not yours. - Return to the spreadsheet and reload the tab.
- The "BGG" menu item should appear after a couple of seconds.
- Click "BGG -> Reload the sheet". It will populate your sheet with the columns and rows.
- Add some custom formatting as you wish.