update_bo_excel_file: Update an Excel File from SAP Business Objects

Description Usage Arguments Value Author(s) References Examples

View source: R/functions.R

Description

Updates an already-stored Microsoft Excel file in the CMS repository. The current file and the one to upload must have the same file structure (columns number, names, and order).

Usage

1
update_bo_excel_file(domain, excel_file_path, spreadsheet_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.

spreadsheet_id

ID of the Excel file in the CMS repository.

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: 
update_bo_excel_file(domain = "YOUR_DOMAIN",
                   excel_file_path = "/Users/YOurUsername/Downloads/example_file.xlsx",
                   spreadsheet_id = 123456
)

## End(Not run)

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