WolframAPI()

WolframAPI(String apiname,Parameter(name1,value1),Parameter(name2,value2),)

calls a Wolfram API that has apiname with any number of parameters.

Details

  • The WolframAPI function is designed to be used in an Excel spreadsheet.
  • The WolframAPI function calls a Wolfram API at the given apiname passing Parameter arguments.
  • Parameter can be a string, a number or a range of cells in Excel.
  • The number of Parameter arguments can be zero.
  • Full usage of the WolframAPI function is outlined in the Cloud Connector for Excel tutorial.

Examples

Basic Examples  (1)

  • A Wolfram API that can be called with two Parameter arguments and :
  • =WolframAPI("/Documentation/Example/AddTwo", Parameter("x", 1), Parameter("y", 5))
    Wolfram Research (2018), WolframAPI(), Wolfram Language function, https://reference.wolfram.com/language/CloudConnectorForExcel/ref/excelfunction/WolframAPI.html.

    Text

    Wolfram Research (2018), WolframAPI(), Wolfram Language function, https://reference.wolfram.com/language/CloudConnectorForExcel/ref/excelfunction/WolframAPI.html.

    CMS

    Wolfram Language. 2018. "WolframAPI()." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/CloudConnectorForExcel/ref/excelfunction/WolframAPI.html.

    APA

    Wolfram Language. (2018). WolframAPI(). Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/CloudConnectorForExcel/ref/excelfunction/WolframAPI.html

    BibTeX

    @misc{reference.wolfram_2024_wolframapi(), author="Wolfram Research", title="{WolframAPI()}", year="2018", howpublished="\url{https://reference.wolfram.com/language/CloudConnectorForExcel/ref/excelfunction/WolframAPI.html}", note=[Accessed: 25-April-2024 ]}

    BibLaTeX

    @online{reference.wolfram_2024_wolframapi(), organization={Wolfram Research}, title={WolframAPI()}, year={2018}, url={https://reference.wolfram.com/language/CloudConnectorForExcel/ref/excelfunction/WolframAPI.html}, note=[Accessed: 25-April-2024 ]}