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

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.

References

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

Examples

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