File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 33from asposecellscloud .apis .cells_api import CellsApi
44from asposecellscloud .models import *
55from asposecellscloud .requests import *
6- CellsCloudClientId = '....' # get from https://dashboard.aspose.cloud/#/applications
7- CellsCloudClientSecret = '....' # get from https://dashboard.aspose.cloud/#/applications
8- instance = CellsApi (CellsCloudClientId ,CellsCloudClientSecret )
9- # instance = CellsApi(os.getenv('CellsCloudClientId'),os.getenv('CellsCloudClientSecret'))
6+ # CellsCloudClientId ='....' # get from https://dashboard.aspose.cloud/#/applications
7+ # CellsCloudClientSecret='....' # get from https://dashboard.aspose.cloud/#/applications
8+ # instance = CellsApi(CellsCloudClientId,CellsCloudClientSecret)
9+ instance = CellsApi (os .getenv ('CellsCloudClientId' ),os .getenv ('CellsCloudClientSecret' ))
1010response = instance .put_convert_workbook (PutConvertWorkbookRequest ( 'EmployeeSalesSummary.xlsx' , 'pdf' ))
1111shutil .move ( response ,"EmployeeSalesSummary.pdf" )
You can’t perform that action at this time.
0 commit comments