update_bo_excel_file.Rd
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)
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. |
Returns a message stating the success or failure of the request.
if (FALSE) { update_bo_excel_file(domain = "YOUR_DOMAIN", excel_file_path = "/Users/YOurUsername/Downloads/example_file.xlsx", spreadsheet_id = 123456 ) }