https://bugs.documentfoundation.org/show_bug.cgi?id=140784

--- Comment #4 from Roman Kuznetsov <[email protected]> ---
(In reply to Alex Thurgood from comment #2)
> I can confirm that entering the formula
> 
> =SERVICEWEB("api.coingecko.com/api/v3/simple/
> price?ids=bitcoin&vs_currencies=usd")
> 
>  in cell A1 in a new Calc spreadsheet produces a VALUE! error
> 
> Version: 7.1.1.2 / LibreOffice Community
> Build ID: fe0b08f4af1bacafe4c7ecc87ce55bb426164676
> CPU threads: 8; OS: Mac OS X 10.16; UI render: default; VCL: osx
> Locale: fr-FR (fr_FR.UTF-8); UI: fr-FR
> Calc: threaded
> 
> Apple Mac Silicon M1

Alex, a correct function name is WEBSERVICE, so a formula should be

=WEBSERVICE("api.coingecko.com/api/v3/simple/
> price?ids=bitcoin&vs_currencies=usd")

Are you sure it was a correct checking?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to