view release on metacpan or search on metacpan
docs/api/DeleteWorksheetColumns.md view on Meta::CPAN
PageTitle: Delete worksheet columns in the worksheet.PageDescription: Aspose.Cells Cloud provides robust support for deleting worksheet columns in the worksheet, a process known for its intricacy.HeadTitle: Delete worksheet columns in the worksheet.H...
### The request parameters of **deleteWorksheetColumns** API are:
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
| :- | :- | :- |:- |
|name|String|Path|The file name.|
|sheetName|String|Path|The worksheet name.|
|columnIndex|Integer|Path|The column index.|
|columns|Integer|Query|The number of columns.|
|updateReference|Boolean|Query|Indicates if references in other worksheets will be updated.|
|folder|String|Query|The folder where the file is situated.|
|storageName|String|Query|The storage name where the file is situated.|
### **Response Description**
```json
{
"Name": "CellsCloudResponse",
"Type": "Class",
"IsAbstract": false,
"Properties": [
docs/api/PutInsertWorksheetColumns.md view on Meta::CPAN
PageTitle: Insert worksheet columns in the worksheet.PageDescription: Aspose.Cells Cloud provides robust support for inserting worksheet columns in the worksheet, a process known for its intricacy.HeadTitle: Insert worksheet columns in the worksheet....
### The request parameters of **putInsertWorksheetColumns** API are:
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
| :- | :- | :- |:- |
|name|String|Path|The file name.|
|sheetName|String|Path|The worksheet name.|
|columnIndex|Integer|Path|The column index.|
|columns|Integer|Query|The number of columns.|
|updateReference|Boolean|Query|Indicates if references in other worksheets will be updated.|
|folder|String|Query|The folder where the file is situated.|
|storageName|String|Query|The storage name where the file is situated.|
### **Response Description**
```json
{
"Name": "CellsCloudResponse",
"Type": "Class",
"IsAbstract": false,
"Properties": [
lib/AsposeCellsCloud/CellsApi.pm view on Meta::CPAN
#
# PutInsertWorksheetColumnsRequest
#
# Insert worksheet columns in the worksheet.
#
# @name string (required) The file name.
# @sheetName string (required) The worksheet name.
# @columnIndex int (required) The column index.
# @columns int (required) The number of columns.
# @updateReference boolean Indicates if references in other worksheets will be updated.
# @folder string The folder where the file is situated.
# @storageName string The storage name where the file is situated.
#
{
my $params = {
'request' =>{
data_type => 'PutInsertWorksheetColumnsRequest',
description => 'PutInsertWorksheetColumns Request.',
required => '0',
}
lib/AsposeCellsCloud/CellsApi.pm view on Meta::CPAN
#
# DeleteWorksheetColumnsRequest
#
# Delete worksheet columns in the worksheet.
#
# @name string (required) The file name.
# @sheetName string (required) The worksheet name.
# @columnIndex int (required) The column index.
# @columns int (required) The number of columns.
# @updateReference boolean (required) Indicates if references in other worksheets will be updated.
# @folder string The folder where the file is situated.
# @storageName string The storage name where the file is situated.
#
{
my $params = {
'request' =>{
data_type => 'DeleteWorksheetColumnsRequest',
description => 'DeleteWorksheetColumns Request.',
required => '0',
}
lib/AsposeCellsCloud/Request/DeleteWorksheetColumnsRequest.pm view on Meta::CPAN
return $self;
}
# Run Operation Request
# DeleteWorksheetColumnsRequest.name : The file name. ,
# DeleteWorksheetColumnsRequest.sheetName : The worksheet name. ,
# DeleteWorksheetColumnsRequest.columnIndex : The column index. ,
# DeleteWorksheetColumnsRequest.columns : The number of columns. ,
# DeleteWorksheetColumnsRequest.updateReference : Indicates if references in other worksheets will be updated. ,
# DeleteWorksheetColumnsRequest.folder : The folder where the file is situated. ,
# DeleteWorksheetColumnsRequest.storageName : The storage name where the file is situated.
{
my $params = {
'client' =>{
data_type => 'ApiClient',
description => 'API Client.',
required => '0',
}
lib/AsposeCellsCloud/Request/DeleteWorksheetColumnsRequest.pm view on Meta::CPAN
'columns' => {
datatype => 'int',
base_name => 'columns',
description => 'The number of columns.',
format => '',
read_only => '',
},
'update_reference' => {
datatype => 'string',
base_name => 'updateReference',
description => 'Indicates if references in other worksheets will be updated.',
format => '',
read_only => '',
},
'folder' => {
datatype => 'string',
base_name => 'folder',
description => 'The folder where the file is situated.',
format => '',
read_only => '',
},
lib/AsposeCellsCloud/Request/PutInsertWorksheetColumnsRequest.pm view on Meta::CPAN
return $self;
}
# Run Operation Request
# PutInsertWorksheetColumnsRequest.name : The file name. ,
# PutInsertWorksheetColumnsRequest.sheetName : The worksheet name. ,
# PutInsertWorksheetColumnsRequest.columnIndex : The column index. ,
# PutInsertWorksheetColumnsRequest.columns : The number of columns. ,
# PutInsertWorksheetColumnsRequest.updateReference : Indicates if references in other worksheets will be updated. ,
# PutInsertWorksheetColumnsRequest.folder : The folder where the file is situated. ,
# PutInsertWorksheetColumnsRequest.storageName : The storage name where the file is situated.
{
my $params = {
'client' =>{
data_type => 'ApiClient',
description => 'API Client.',
required => '0',
}
lib/AsposeCellsCloud/Request/PutInsertWorksheetColumnsRequest.pm view on Meta::CPAN
'columns' => {
datatype => 'int',
base_name => 'columns',
description => 'The number of columns.',
format => '',
read_only => '',
},
'update_reference' => {
datatype => 'string',
base_name => 'updateReference',
description => 'Indicates if references in other worksheets will be updated.',
format => '',
read_only => '',
},
'folder' => {
datatype => 'string',
base_name => 'folder',
description => 'The folder where the file is situated.',
format => '',
read_only => '',
},