CData Python Connector for Microsoft Excel

Build 25.0.9454

DownloadFile

Download a file.

Input

Name Type Description
Path String The full path of the file to download. Relative to the path provided in the URI connection property.
LocalPath String The absolute path where the file will be saved.

Result Set Columns

Name Type Description
Success Bool Boolean indicating if the procedure was executed successfully. If false, the output parameter 'Details' will contain the failure details.
Details String Details of execution failure. NULL if success=true.
FileData String The file data encoded as BASE64. Returns a value only if LocalPath and OutputStream inputs are empty.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9454