このトピックはロックされています
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.
< >
1-10 / 10 のコメントを表示
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 2014年11月21日 17時21分 
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 2014年11月21日 20時03分 
http://www.mysteamgauge.com

or you mentioned you are a programmer:
http://steamcommunity.com/dev code it yourself.
最近の変更はwuddihが行いました; 2014年11月21日 20時04分
Thank you for the links! MySteamGuage is excellent!! Very cool!

Thanks again!
Thanks. mysteamguage will work nicely.
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 :)

最近の変更はzuggaperleが行いました; 2016年9月23日 12時37分
Thanks.
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')
最近の変更はbrouillardが行いました; 2016年10月23日 0時44分
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.
Thanks. I'll give it a look.
< >
1-10 / 10 のコメントを表示
ページ毎: 1530 50

投稿日: 2014年11月18日 17時33分
投稿数: 10