xmV2h‖URI Functions

9vyBF‖These spreadsheet functions are used for inserting data from Universal Resource Identifiers (URI).

HhJmD‖

4hhWq‖WEBSERVICE

NXAzC‖Get some web content from a URI.

ebLBc‖Syntax

FjkNG‖WEBSERVICE(URI)

mkhox‖URI: URI text of the web service.

GAZG2‖Examples

onWpd‖=WEBSERVICE("wiki.documentfoundation.org/api.php?hidebots=1&days=7&limit=50&action=feedrecentchanges&feedformat=rss")

yaDfK‖Returns the web page content of "https://wiki.documentfoundation.org/api.php?hidebots=1&days=7&limit=50&action=feedrecentchanges&feedformat=rss".

XAFa7‖Technical information

tip

2cFVC‖This function is available since LibreOfficeDev 4.2.


7AVhU‖This function is not part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is

COM.MICROSOFT.WEBSERVICE

hYLF3‖

tSXAu‖FILTERXML

2zvQv‖Apply a XPath expression to a XML document.

ebLBc‖Syntax

p9GGE‖FILTERXML(XML Document; XPath expression)

GJnfh‖XML Document (required): String containing a valid XML stream.

ywKvC‖XPath expression (required): String containing a valid XPath expression.

GAZG2‖Examples

x8Fej‖=FILTERXML(WEBSERVICE("wiki.documentfoundation.org/api.php?hidebots=1&days=7&limit=50&action=feedrecentchanges&feedformat=rss");"//lastBuildDate")

zZS4n‖ Returns information on the last build date of the wiki.

XAFa7‖Technical information

tip

2cFVC‖This function is available since LibreOfficeDev 4.2.


7AVhU‖This function is not part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is

COM.MICROSOFT.FILTERXML

Yv7KG‖

DBC4X‖ENCODEURL

K5FwD‖Returns a URL-encoded string.

UFq7T‖Use this function to transform text with symbols of national alphabets (for example accented characters, non-ASCII alphabets or Asian words) to a string of URL-standard symbols.

ebLBc‖Syntax

9fgSx‖ENCODEURL(Text)

GjshQ‖Text: String to encode to a sequence of URL-standard symbols.

GAZG2‖Examples

XBjTR‖If cell A1 contains the Cyrillic text "автомобиль", =ENCODEURL(A1) returns %D0%B0%D0%B2%D1%82%D0%BE%D0%BC%D0%BE%D0%B1%D0%B8%D0%BB%D1%8C (the word "автомобиль" means car in Russian).

MRAnM‖If cell B1 contains the text "車", =ENCODEURL(B1) returns %E8%BB%8A ("車" means car in Japanese).

XAFa7‖Technical information

tip

jcAXr‖This function is available since LibreOfficeDev 5.0.


7AVhU‖This function is not part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is

COM.MICROSOFT.ENCODEURL

tip

5jJkd‖WEBSERVICE, FILTERXML, ENCODEURL wiki pages.