Aspose.Cells Cloud SDK for Perl ](https://www.nuget.org/packages/Aspose.Cells-Cloud/)
API version: 3.0
SDK version: 19.9
This repository contains Aspose.Cells Cloud SDK for Perl source code. This SDK allows you to work with Aspose.Cells Cloud REST APIs in your Perl applications quickly and easily, with zero initial cost.
Key Features
Conversion between various document-related formats (20+ formats supported), including PDF<->Excel conversion
Splitting Excel documents
Accessing Excel document metadata and statistics
Find and replace
Watermarks and protection
Full read & write access to Cells Object Model, including workbook, worksheet, cell, shapes, tables, list object ,ole Object,headers/footers and many others
Since version 19.9 SDK includes support of storage operations for better user experience and unification, so now there's no need to use 2 different SDKs!
It gives you an ability to:
Upload, download, copy, move and delete files, including versions handling (if you are using Cloud storage that supports this feature - true by default)
Create, copy, move and delete folders
Copy and move files and folders accross separate storages in scope of a single operation
Check if certain file, folder or storage exists
Licensing
All Aspose.Cells Cloud SDKs are licensed under MIT License.
How to use the SDK?
The complete source code is available in this repository folder. You can either directly use it in your project via source code or get Packagist distribution (recommended). For more details, please visit our documentation website.
Prerequisites
To use Aspose.Cells Cloud .NET SDK you need to register an account with Aspose Cloud and lookup/create App Key and SID at Cloud Dashboard. There is free quota available. For more details, see Aspose Cloud Pricing.
Installation & Usage
Sample usage
@instance = AsposeCellsCloud::CellsApi.new("appsid","appkey")
name = 'Book1.xlsx'
text = 'test'
folder = 'Temp'
@instance.cells_workbook_post_workbooks_text_search(name, text, { :folder=>folder})