WEBSERVICE

从 URI 获取一些 web 内容。

语法

WEBSERVICE(URI)

URI」: web 服务的 URI 文本。

示例

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

返回「https://wiki.documentfoundation.org/api.php?hidebots=1&days=7&limit=50&action=feedrecentchanges&feedformat=rss」的网页内容。

Technical information

tip

This function is available since Collabora Office 4.2.


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

FILTERXML

对 XML 文档应用 XPath 表达式。

语法

FILTERXML(XML 文档; XPath 表达式)

XML 文档 (必填)」: 包含有效 XML 流的字符串。

XPath 表达式 (必填)」: 包含有效 XPath 表达式的字符串。

示例

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

返回有关 wiki 最新构建日期的信息。

Technical information

tip

This function is available since Collabora Office 4.2.


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

ENCODEURL

返回 URL 编码的字符串。

使用此函数可以将带有地区性字母表符号 (例如重音字符、非 ASCII 字母表或亚洲文字) 的文本转换为符合 URL 符号标准的字符串。

语法

ENCODEURL(文本)

文本」: 要编码为 URL 标准符号序列的字符串。

示例

如果单元格 A1 包含西里尔文字「автомобиль」「=ENCODEURL(A1)」返回 %D0%B0%D0%B2%D1%82%D0%BE%D0%BC%D0%BE%D0%B1%D0%B8%D0%BB%D1%8C (单词「автомобиль」在俄语中意为「车」)。

如果单元格 B1 包含文本「車」「=ENCODEURL(B1)」返回 %E8%BB%8A (日语中「車」意为「车」)。

Technical information

tip

This function is available since Collabora Office 5.0.


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

请支持我们!