Pages:
Author

Topic: Online spreadsheet with altcoins live data (Read 6818 times)

newbie
Activity: 8
Merit: 0
Check out https://cointracking.info
Does the job wonderfull for me!
newbie
Activity: 37
Merit: 0
I'd also be interested in seeing an update to the Google spreadsheet. I was only able to get as far as having CoinmarketCapHTML and CoinmarketCAPTemporized sheets working.
newbie
Activity: 23
Merit: 1
Was anyone able to fix the google spreadsheet?
newbie
Activity: 18
Merit: 2
Hello folks.  Here's an Excel version I put together using COINMARKETCAP data for those that dislike/don't use Google:

https://securisync.intermedia.net/us2/s/q06fxlAc7oDUEE9kU9D3eL001180dd

Tips are welcome too, if you care to share :O

Eth:  0x0568eb8c2b00ee1f2460dc7df30923cc09244ee7
BTC: 1APDCAHmQjSvtcMdhVaCiwzRNWTkiVcAUz
LTC: LPAimjN1z2iqCwLZ2Cxz1G6gUKygyvSNJz





legendary
Activity: 1512
Merit: 1000
By replacing the now() function for today() function the CoinmarketCapHTML tab is working, but the script also need to be fixed.
hero member
Activity: 756
Merit: 502
When I go to the demo, nothing works. Can someone resurrect this, or provide suggestions for a replacement?

I will take a look at this. This is definitely something that is from my interest too. This learnt me that there is a Coinmarketcap API. And this is something thta excites me !
newbie
Activity: 7
Merit: 0
When I go to the demo, nothing works. Can someone resurrect this, or provide suggestions for a replacement?
full member
Activity: 161
Merit: 100

This is web 2.0. Why create context rich altcoin information when you can make a spreadsheet?

Ok.  That sounds excellent.
How do I import just the constant updating price of Litecoin into one cell for my Excel 2010 spreadsheet?
Steps if possible please.  
I just wish to show my wife how this stuff could work.

Success & ease of implementation equals a BTC donation worth the price of a Starbucks Venti Cinnamon Dolce Crème Frappuccino.  Grin

Thanks in advance.
hero member
Activity: 606
Merit: 500
December 20, 2013, 11:09:19 AM
#23
great job! however i'm unable to import in excel or even add my own coin quantity to a copy of the spreadsheet on google docs to keep them almost instantly updated .. since if i add the quantities i noted the spreadsheet stops updating. how to do?
hero member
Activity: 623
Merit: 500
December 13, 2013, 11:42:10 AM
#22
that's awesome stuff, I never used scripts before but I'm starting to like it Cheesy
how would you extract the value of a cell? I can tell him to =parseBtc("some cell") and =getLineOf("some cell")), but like when I get the line of a coin, how do i attach it to "D" so that I can tell him eg. =parseBtc(D3) to get the ltc value?

read up on the function INDIRECT

 Cool

=parseBtc(INDIRECT(concatenate("D",getLineOf(B3)))) is the best I can do but still no success  Undecided

I'm not sure what you are tring to accomplish. Create a new spreadsheet and share it with me so I can help you hands on when I have time

the INDIRECT command was not forwarding its return as a string somehow for the parseBtc command to process it, but I found a way around it thanks  Wink
anyway, the importHTML keeps falling out so I need to activate the command every time manually. don't know if it's just a google servers issue..
sr. member
Activity: 267
Merit: 250
Woodwallets.io
December 13, 2013, 08:34:05 AM
#21
that's awesome stuff, I never used scripts before but I'm starting to like it Cheesy
how would you extract the value of a cell? I can tell him to =parseBtc("some cell") and =getLineOf("some cell")), but like when I get the line of a coin, how do i attach it to "D" so that I can tell him eg. =parseBtc(D3) to get the ltc value?

read up on the function INDIRECT

 Cool

=parseBtc(INDIRECT(concatenate("D",getLineOf(B3)))) is the best I can do but still no success  Undecided

I'm not sure what you are tring to accomplish. Create a new spreadsheet and share it with me so I can help you hands on when I have time
sr. member
Activity: 267
Merit: 250
Woodwallets.io
December 13, 2013, 08:32:42 AM
#20

Step by step guide please.   Huh

Seems simple enough, but it is not running for some reason.


please read the github help Wink
newbie
Activity: 42
Merit: 0
December 13, 2013, 08:02:43 AM
#19
RESERVEDEDEDED

heheh I'm pretty new to the altcoin section and I'm not sure what RESERVED means.

This is web 2.0. Why create context rich altcoin information when you can make a spreadsheet?
sr. member
Activity: 302
Merit: 250
December 13, 2013, 07:48:53 AM
#18
Nice job.  Very clever!   Smiley
hero member
Activity: 623
Merit: 500
December 13, 2013, 07:37:05 AM
#17
that's awesome stuff, I never used scripts before but I'm starting to like it Cheesy
how would you extract the value of a cell? I can tell him to =parseBtc("some cell") and =getLineOf("some cell")), but like when I get the line of a coin, how do i attach it to "D" so that I can tell him eg. =parseBtc(D3) to get the ltc value?

read up on the function INDIRECT

 Cool

=parseBtc(INDIRECT(concatenate("D",getLineOf(B3)))) is the best I can do but still no success  Undecided
sr. member
Activity: 267
Merit: 250
Woodwallets.io
December 13, 2013, 07:24:06 AM
#16
RESERVEDEDEDED

heheh I'm pretty new to the altcoin section and I'm not sure what RESERVED means.
newbie
Activity: 42
Merit: 0
December 13, 2013, 07:18:00 AM
#15
RESERVEDEDEDED
hero member
Activity: 623
Merit: 500
December 13, 2013, 07:07:43 AM
#14
hehe still trying but still not workin, can't put the function getLineOf(A3) into a "string"  Roll Eyes Grin
sr. member
Activity: 267
Merit: 250
Woodwallets.io
December 13, 2013, 06:36:51 AM
#13
that's awesome stuff, I never used scripts before but I'm starting to like it Cheesy
how would you extract the value of a cell? I can tell him to =parseBtc("some cell") and =getLineOf("some cell")), but like when I get the line of a coin, how do i attach it to "D" so that I can tell him eg. =parseBtc(D3) to get the ltc value?

read up on the function INDIRECT

 Cool
hero member
Activity: 623
Merit: 500
December 13, 2013, 06:29:28 AM
#12
that's awesome stuff, I never used scripts before but I'm starting to like it Cheesy
how would you extract the value of a cell? I can tell him to =parseBtc("some cell") and =getLineOf("some cell")), but like when I get the line of a coin, how do i attach it to "D" so that I can tell him eg. =parseBtc(D3) to get the ltc value?
Pages:
Jump to: