upload_excel_to_bo.Rd
Uploads and stores a Microsoft Excel file to the CMS repository.
upload_excel_to_bo(domain, excel_file_path, folder_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. |
folder_id | SAP Business Objects folder ID to which the Microsoft Excel file should be stored. |
Returns a message stating the success or failure of the request.
if (FALSE) { upload_excel_to_bo(domain = "YOUR_DOMAIN", excel_file_path = "/Users/YOurUsername/Downloads/example_file.xlsx", folder_id = 123456 ) }