@@ -5291,7 +5291,7 @@ public interface ICellsApi : IApiAccessor
5291
5291
/// <param name="storageName">storage name. (optional)</param>
5292
5292
/// <param name="outStorageName">output storage name. (optional)</param>
5293
5293
/// <returns>SaveResponse</returns>
5294
- SaveResponse CellsSaveAsPostDocumentSaveAs(string name, SaveOptions saveOptions = null, string newfilename = null, bool? isAutoFitRows = null, bool? isAutoFitColumns = null, string folder = null, string storageName = null, string outStorageName = null, IDictionary<string, string> extendedQueryParameters = null, bool checkExcelRestriction = true );
5294
+ SaveResponse CellsSaveAsPostDocumentSaveAs(string name, SaveOptions saveOptions = null, string newfilename = null, bool? isAutoFitRows = null, bool? isAutoFitColumns = null, string folder = null, string storageName = null, string outStorageName = null, IDictionary<string, string> extendedQueryParameters = null, bool? checkExcelRestriction = null );
5295
5295
5296
5296
/// <summary>
5297
5297
/// Convert document and save result to storage.
@@ -5309,7 +5309,7 @@ public interface ICellsApi : IApiAccessor
5309
5309
/// <param name="storageName">storage name. (optional)</param>
5310
5310
/// <param name="outStorageName">output storage name. (optional)</param>
5311
5311
/// <returns>ApiResponse of SaveResponse</returns>
5312
- ApiResponse<SaveResponse> CellsSaveAsPostDocumentSaveAsWithHttpInfo(string name, SaveOptions saveOptions = null, string newfilename = null, bool? isAutoFitRows = null, bool? isAutoFitColumns = null, string folder = null, string storageName = null, string outStorageName = null, IDictionary<string, string> extendedQueryParameters = null, bool checkExcelRestriction = true );
5312
+ ApiResponse<SaveResponse> CellsSaveAsPostDocumentSaveAsWithHttpInfo(string name, SaveOptions saveOptions = null, string newfilename = null, bool? isAutoFitRows = null, bool? isAutoFitColumns = null, string folder = null, string storageName = null, string outStorageName = null, IDictionary<string, string> extendedQueryParameters = null, bool? checkExcelRestriction = null );
5313
5313
/// <summary>
5314
5314
/// Delete a shape in worksheet
5315
5315
/// </summary>
@@ -13522,7 +13522,7 @@ public interface ICellsApi : IApiAccessor
13522
13522
/// <param name="storageName">storage name.(optional)</param>
13523
13523
/// <param name="outStorageName">output storage name.(optional)</param>
13524
13524
/// <returns>Task of SaveResponse</returns>
13525
- System.Threading.Tasks.Task<SaveResponse> CellsSaveAsPostDocumentSaveAsAsync (string name, SaveOptions saveOptions = null, string newfilename = null, bool? isAutoFitRows = null, bool? isAutoFitColumns = null, string folder = null, string storageName = null, string outStorageName = null, IDictionary<string, string> extendedQueryParameters = null, bool checkExcelRestriction = true );
13525
+ System.Threading.Tasks.Task<SaveResponse> CellsSaveAsPostDocumentSaveAsAsync (string name, SaveOptions saveOptions = null, string newfilename = null, bool? isAutoFitRows = null, bool? isAutoFitColumns = null, string folder = null, string storageName = null, string outStorageName = null, IDictionary<string, string> extendedQueryParameters = null, bool? checkExcelRestriction = null );
13526
13526
13527
13527
/// <summary>
13528
13528
/// Convert document and save result to storage.
@@ -13540,7 +13540,7 @@ public interface ICellsApi : IApiAccessor
13540
13540
/// <param name="storageName">storage name.(optional)</param>
13541
13541
/// <param name="outStorageName">output storage name.(optional)</param>
13542
13542
/// <returns>Task of ApiResponse (SaveResponse)</returns>
13543
- System.Threading.Tasks.Task<ApiResponse<SaveResponse>> CellsSaveAsPostDocumentSaveAsAsyncWithHttpInfo (string name, SaveOptions saveOptions = null, string newfilename = null, bool? isAutoFitRows = null, bool? isAutoFitColumns = null, string folder = null, string storageName = null, string outStorageName = null, IDictionary<string, string> extendedQueryParameters = null, bool checkExcelRestriction = true );
13543
+ System.Threading.Tasks.Task<ApiResponse<SaveResponse>> CellsSaveAsPostDocumentSaveAsAsyncWithHttpInfo (string name, SaveOptions saveOptions = null, string newfilename = null, bool? isAutoFitRows = null, bool? isAutoFitColumns = null, string folder = null, string storageName = null, string outStorageName = null, IDictionary<string, string> extendedQueryParameters = null, bool? checkExcelRestriction = null );
13544
13544
/// <summary>
13545
13545
/// Delete a shape in worksheet
13546
13546
/// </summary>
@@ -47366,7 +47366,7 @@ public async System.Threading.Tasks.Task<ApiResponse<CellsCloudResponse>> CellsR
47366
47366
/// <param name="storageName">storage name. (optional)</param>
47367
47367
/// <param name="outStorageName">output storage name. (optional)</param>
47368
47368
/// <returns>SaveResponse</returns>
47369
- public SaveResponse CellsSaveAsPostDocumentSaveAs(string name, SaveOptions saveOptions = null, string newfilename = null, bool? isAutoFitRows = null, bool? isAutoFitColumns = null, string folder = null, string storageName = null, string outStorageName = null, IDictionary<string, string> extendedQueryParameters = null, bool checkExcelRestriction = true )
47369
+ public SaveResponse CellsSaveAsPostDocumentSaveAs(string name, SaveOptions saveOptions = null, string newfilename = null, bool? isAutoFitRows = null, bool? isAutoFitColumns = null, string folder = null, string storageName = null, string outStorageName = null, IDictionary<string, string> extendedQueryParameters = null, bool? checkExcelRestriction = null )
47370
47370
{
47371
47371
checkAccessToken();
47372
47372
ApiResponse<SaveResponse> localVarResponse = CellsSaveAsPostDocumentSaveAsWithHttpInfo(name, saveOptions, newfilename, isAutoFitRows, isAutoFitColumns, folder, storageName, outStorageName,extendedQueryParameters,checkExcelRestriction);
@@ -47386,7 +47386,7 @@ public SaveResponse CellsSaveAsPostDocumentSaveAs(string name, SaveOptions saveO
47386
47386
/// <param name="storageName">storage name. (optional)</param>
47387
47387
/// <param name="outStorageName">output storage name. (optional)</param>
47388
47388
/// <returns>ApiResponse of SaveResponse</returns>
47389
- public ApiResponse< SaveResponse > CellsSaveAsPostDocumentSaveAsWithHttpInfo(string name, SaveOptions saveOptions = null, string newfilename = null, bool? isAutoFitRows = null, bool? isAutoFitColumns = null, string folder = null, string storageName = null, string outStorageName = null, IDictionary<string, string> extendedQueryParameters = null, bool checkExcelRestriction = true )
47389
+ public ApiResponse< SaveResponse > CellsSaveAsPostDocumentSaveAsWithHttpInfo(string name, SaveOptions saveOptions = null, string newfilename = null, bool? isAutoFitRows = null, bool? isAutoFitColumns = null, string folder = null, string storageName = null, string outStorageName = null, IDictionary<string, string> extendedQueryParameters = null, bool? checkExcelRestriction = null )
47390
47390
{
47391
47391
// verify the required parameter 'name' is set
47392
47392
if (name == null)
@@ -47421,7 +47421,7 @@ public ApiResponse< SaveResponse > CellsSaveAsPostDocumentSaveAsWithHttpInfo(str
47421
47421
if (folder != null) localVarQueryParams.Add("folder", Configuration.ApiClient.ParameterToString(folder)); // query parameter
47422
47422
if (storageName != null) localVarQueryParams.Add("storageName", Configuration.ApiClient.ParameterToString(storageName)); // query parameter
47423
47423
if (outStorageName != null) localVarQueryParams.Add("outStorageName", Configuration.ApiClient.ParameterToString(outStorageName)); // query parameter
47424
- if (! checkExcelRestriction) localVarQueryParams.Add("checkExcelRestriction", Configuration.ApiClient.ParameterToString(checkExcelRestriction)); // query parameter
47424
+ if (checkExcelRestriction !=null ) localVarQueryParams.Add("checkExcelRestriction", Configuration.ApiClient.ParameterToString(checkExcelRestriction)); // query parameter
47425
47425
47426
47426
if (extendedQueryParameters != null)
47427
47427
{
@@ -47471,7 +47471,7 @@ public ApiResponse< SaveResponse > CellsSaveAsPostDocumentSaveAsWithHttpInfo(str
47471
47471
/// <param name="storageName">storage name. (optional)</param>
47472
47472
/// <param name="outStorageName">output storage name. (optional)</param>
47473
47473
/// <returns>Task of SaveResponse</returns>
47474
- public async System.Threading.Tasks.Task<SaveResponse> CellsSaveAsPostDocumentSaveAsAsync (string name, SaveOptions saveOptions = null, string newfilename = null, bool? isAutoFitRows = null, bool? isAutoFitColumns = null, string folder = null, string storageName = null, string outStorageName = null, IDictionary<string, string> extendedQueryParameters = null, bool checkExcelRestriction = true )
47474
+ public async System.Threading.Tasks.Task<SaveResponse> CellsSaveAsPostDocumentSaveAsAsync (string name, SaveOptions saveOptions = null, string newfilename = null, bool? isAutoFitRows = null, bool? isAutoFitColumns = null, string folder = null, string storageName = null, string outStorageName = null, IDictionary<string, string> extendedQueryParameters = null, bool? checkExcelRestriction = null )
47475
47475
{
47476
47476
ApiResponse<SaveResponse> localVarResponse = await CellsSaveAsPostDocumentSaveAsAsyncWithHttpInfo(name, saveOptions, newfilename, isAutoFitRows, isAutoFitColumns, folder, storageName, outStorageName,extendedQueryParameters ,checkExcelRestriction);
47477
47477
return localVarResponse.Data;
@@ -47491,7 +47491,7 @@ public async System.Threading.Tasks.Task<SaveResponse> CellsSaveAsPostDocumentSa
47491
47491
/// <param name="storageName">storage name. (optional)</param>
47492
47492
/// <param name="outStorageName">output storage name. (optional)</param>
47493
47493
/// <returns>Task of ApiResponse (SaveResponse)</returns>
47494
- public async System.Threading.Tasks.Task<ApiResponse<SaveResponse>> CellsSaveAsPostDocumentSaveAsAsyncWithHttpInfo (string name, SaveOptions saveOptions = null, string newfilename = null, bool? isAutoFitRows = null, bool? isAutoFitColumns = null, string folder = null, string storageName = null, string outStorageName = null, IDictionary<string, string> extendedQueryParameters = null, bool checkExcelRestriction = true )
47494
+ public async System.Threading.Tasks.Task<ApiResponse<SaveResponse>> CellsSaveAsPostDocumentSaveAsAsyncWithHttpInfo (string name, SaveOptions saveOptions = null, string newfilename = null, bool? isAutoFitRows = null, bool? isAutoFitColumns = null, string folder = null, string storageName = null, string outStorageName = null, IDictionary<string, string> extendedQueryParameters = null, bool? checkExcelRestriction = null )
47495
47495
{
47496
47496
// verify the required parameter 'name' is set
47497
47497
if (name == null)
@@ -47526,7 +47526,7 @@ public async System.Threading.Tasks.Task<ApiResponse<SaveResponse>> CellsSaveAsP
47526
47526
if (folder != null) localVarQueryParams.Add("folder", Configuration.ApiClient.ParameterToString(folder)); // query parameter
47527
47527
if (storageName != null) localVarQueryParams.Add("storageName", Configuration.ApiClient.ParameterToString(storageName)); // query parameter
47528
47528
if (outStorageName != null) localVarQueryParams.Add("outStorageName", Configuration.ApiClient.ParameterToString(outStorageName)); // query parameter
47529
- if (! checkExcelRestriction) localVarQueryParams.Add("checkExcelRestriction", Configuration.ApiClient.ParameterToString(checkExcelRestriction)); // query parameter
47529
+ if (checkExcelRestriction!= null ) localVarQueryParams.Add("checkExcelRestriction", Configuration.ApiClient.ParameterToString(checkExcelRestriction)); // query parameter
47530
47530
if (extendedQueryParameters != null)
47531
47531
{
47532
47532
foreach (KeyValuePair<string, string> keyValuePair in extendedQueryParameters)
0 commit comments