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).

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.

References

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

Examples

if (FALSE) { update_bo_excel_file(domain = "YOUR_DOMAIN", excel_file_path = "/Users/YOurUsername/Downloads/example_file.xlsx", spreadsheet_id = 123456 ) }