@@ -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);
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 );
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);
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 );
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);
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 );
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);
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 );
13544
13544
/// <summary>
13545
13545
/// Delete a shape in worksheet
13546
13546
/// </summary>
@@ -47366,10 +47366,10 @@ 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)
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 )
47370
47370
{
47371
47371
checkAccessToken();
47372
- ApiResponse<SaveResponse> localVarResponse = CellsSaveAsPostDocumentSaveAsWithHttpInfo(name, saveOptions, newfilename, isAutoFitRows, isAutoFitColumns, folder, storageName, outStorageName,extendedQueryParameters);
47372
+ ApiResponse<SaveResponse> localVarResponse = CellsSaveAsPostDocumentSaveAsWithHttpInfo(name, saveOptions, newfilename, isAutoFitRows, isAutoFitColumns, folder, storageName, outStorageName,extendedQueryParameters,checkExcelRestriction );
47373
47373
return localVarResponse.Data;
47374
47374
}
47375
47375
@@ -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)
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 )
47390
47390
{
47391
47391
// verify the required parameter 'name' is set
47392
47392
if (name == null)
@@ -47421,6 +47421,8 @@ 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
47425
+
47424
47426
if (extendedQueryParameters != null)
47425
47427
{
47426
47428
foreach (KeyValuePair<string, string> keyValuePair in extendedQueryParameters)
@@ -47469,9 +47471,9 @@ public ApiResponse< SaveResponse > CellsSaveAsPostDocumentSaveAsWithHttpInfo(str
47469
47471
/// <param name="storageName">storage name. (optional)</param>
47470
47472
/// <param name="outStorageName">output storage name. (optional)</param>
47471
47473
/// <returns>Task of SaveResponse</returns>
47472
- 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)
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 )
47473
47475
{
47474
- ApiResponse<SaveResponse> localVarResponse = await CellsSaveAsPostDocumentSaveAsAsyncWithHttpInfo(name, saveOptions, newfilename, isAutoFitRows, isAutoFitColumns, folder, storageName, outStorageName,extendedQueryParameters);
47476
+ ApiResponse<SaveResponse> localVarResponse = await CellsSaveAsPostDocumentSaveAsAsyncWithHttpInfo(name, saveOptions, newfilename, isAutoFitRows, isAutoFitColumns, folder, storageName, outStorageName,extendedQueryParameters ,checkExcelRestriction );
47475
47477
return localVarResponse.Data;
47476
47478
47477
47479
}
@@ -47489,7 +47491,7 @@ public async System.Threading.Tasks.Task<SaveResponse> CellsSaveAsPostDocumentSa
47489
47491
/// <param name="storageName">storage name. (optional)</param>
47490
47492
/// <param name="outStorageName">output storage name. (optional)</param>
47491
47493
/// <returns>Task of ApiResponse (SaveResponse)</returns>
47492
- 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)
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 )
47493
47495
{
47494
47496
// verify the required parameter 'name' is set
47495
47497
if (name == null)
@@ -47524,6 +47526,7 @@ public async System.Threading.Tasks.Task<ApiResponse<SaveResponse>> CellsSaveAsP
47524
47526
if (folder != null) localVarQueryParams.Add("folder", Configuration.ApiClient.ParameterToString(folder)); // query parameter
47525
47527
if (storageName != null) localVarQueryParams.Add("storageName", Configuration.ApiClient.ParameterToString(storageName)); // query parameter
47526
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
47527
47530
if (extendedQueryParameters != null)
47528
47531
{
47529
47532
foreach (KeyValuePair<string, string> keyValuePair in extendedQueryParameters)
0 commit comments