Python API to digital signature cloud Microsoft Excel and OpenOffice Calc spreadsheet with password and digital signature file
Python library to digital signature cloud Microsoft Excel and OpenOffice Calc spreadsheet with password and digital signature file
Digital signature cloud Microsoft Excel and OpenOffice Calc spreadsheet with password - Python REST API
API Request:
POST
https://api.aspose.cloud/v3.0/cells/{name}/digitalsignature
Digitaling signature a cloud spreadsheet with a password and digital signature file is a complex task. Digital signature a cloud spreadsheet with password and digital signature file transitions is performed by our Python SDK while maintaining the source spreadsheet's main structural and logical content. Our Python library is a professional solution to digital signature cloud spreadsheets with a password and digital signature file online. This Cloud SDK gives Python developers powerful functionality and perfect API.
Python code for digital signature cloud spreadsheets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
from asposecellscloud.apis.cells_api import CellsApi | |
from asposecellscloud.models import * | |
from asposecellscloud.requests import * | |
api = CellsApi(os.getenv('CellsCloudClientId'),os.getenv('CellsCloudClientSecret'),"v3.0",os.getenv('CellsCloudApiBaseUrl')) | |
request = PostDigitalSignatureRequest( 'Book1.xlsx', 'PythonTest' + '/roywang.pfx', '123456',folder= 'PythonTest',storage_name= '') | |
api.post_digital_signature(request) | |
How to use Python API to digital signature
- Create an account at Dashboard to get free API quota & authorization details
- Initialize CellsApi with Client Id, Client Secret, Base URL & API version
- Call cells_workbook_post_digital_signature method to get the resultant stream
System Requirements
- Python 2.7 or newer
- Python 3.10 or newer