upload_excel_to_bo: Upload an Excel File to SAP Business Objects

Description Usage Arguments Value Author(s) References Examples

View source: R/functions.R

Description

Uploads and stores a Microsoft Excel file to the CMS repository.

Usage

1
upload_excel_to_bo(domain, excel_file_path, folder_id)

Arguments

domain

SAP Business Objects domain

excel_file_path

Location of the Excel file. Must include directory, file name and file extension. Must be a Microsoft Excel 2003 or Microsoft Excel 2007 format file.

folder_id

SAP Business Objects folder ID to which the Microsoft Excel file should be stored.

Value

Returns a message stating the success or failure of the request.

Author(s)

Matthias Brenninkmeijer - https://github.com/matbmeijer

References

https://help.sap.com/viewer/58f583a7643e48cf944cf554eb961f5b/4.2/en-US/cb615e388c784ef193c1873455e7ae39.html

Examples

1
2
3
4
5
6
7
## Not run: 
upload_excel_to_bo(domain = "YOUR_DOMAIN",
                   excel_file_path = "/Users/YOurUsername/Downloads/example_file.xlsx",
                   folder_id = 123456
)

## End(Not run)

matbmeijer/BusinessObjects documentation built on June 20, 2020, 10:43 a.m.