This topic has been locked
Crnzqpty Nov 18, 2014 @ 5:33pm
Export list of games - .xls, .csv, etc.
I would love to be able to export a list of games so I could keep notes, comments, etc. on all my games - including non-steam games.
< >
Showing 1-10 of 10 comments
Crash_Khan Nov 21, 2014 @ 4:21pm 
I feel your pain. I have a crude (but simple) method of exporting the list of games from steam into Excel. Go into Account Details and the first list shown will be a list of games in your account. Use the mouse and highlight all the games, right-click and choose copy. Paste this list into Notepad and import the list into Excel. From there you can keep your notes, comments, etc.

I use a program called Game Collector from Collectorz.com. It's a very nice program which can link game titles to their online database giving tons of info (even game trailers) to a game title. It's a nice way to sort/edit/add your own descriptions and comments, etc. to games. They may be working on a method also to import from steam I believe, but that's down the road.

Hope that helps...
Crnzqpty Nov 21, 2014 @ 5:21pm 
Cool. Thanks for the info. I've used the crude export method, but as a programmer, I know this is a fairly simple thing that could really help out.
wuddih Nov 21, 2014 @ 8:03pm 
http://www.mysteamgauge.com

or you mentioned you are a programmer:
http://steamcommunity.com/dev code it yourself.
Last edited by wuddih; Nov 21, 2014 @ 8:04pm
Crash_Khan Nov 21, 2014 @ 8:39pm 
Thank you for the links! MySteamGuage is excellent!! Very cool!

Thanks again!
Crnzqpty Nov 22, 2014 @ 7:36am 
Thanks. mysteamguage will work nicely.
zuggaperle Sep 23, 2016 @ 12:36pm 
Not sure, if you need any help after two years, but my profile for example is private. So this link does not work out for me. Moreover I was to lazy to do the API thing.
What I did, was going to the steam website, logging in, going to my games overview, opening the console and writing the following:

var names = document.body.getElementsByClassName('gameListRowItemName');
var namesString = '';
for (var i = 0; i < names.length; i++) namesString += (names.innerText + '\n');

You can copy and paste it and then you'll get a list with all of your games, which you can simply copy and paste to excel or another text program :)

Last edited by zuggaperle; Sep 23, 2016 @ 12:37pm
Crnzqpty Sep 23, 2016 @ 2:13pm 
Thanks.
brouillard Oct 23, 2016 @ 12:41am 
A small fix for the last line - markup formatting tries to break the code:

for (var i = 0; i < names.length; i++) namesString += (names[i].innerText + '\n')
Last edited by brouillard; Oct 23, 2016 @ 12:44am
d0x360 Sep 4, 2017 @ 7:21am 
I used an app called VG Collection Tracker Pro for Android and it imported all my steam games, play time, price etc then it downloads the box art and additional info from giantbomb of some other game database. It worked really well.

I know this is an ancient post but maybe it will help someone.
Crnzqpty Sep 4, 2017 @ 8:33am 
Thanks. I'll give it a look.
< >
Showing 1-10 of 10 comments
Per page: 1530 50

Date Posted: Nov 18, 2014 @ 5:33pm
Posts: 10