Upload File
upload_fileUpload Base64-encoded file content to Aspose Cloud Storage and get a unique file_uuid. Use the returned UUID in later calls to reference the file for Excel processing.
Instructions
Upload file content (provided as a Base64 string) to Aspose Cloud Storage and return a file_uuid. The file is stored in its own uuid folder: when file_name is given the file keeps that name (folder = uuid, name = file_name, e.g. /report.xlsx); when file_name is empty a default name is used. Later calls address the file via the returned file_uuid regardless of the name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_name | No | ||
| file_content_b64string | Yes |