Aspose.Cells Cloud SDK for Ruby: Convert, merge, split, protect, search, replace, and more
The SDK is open‑source and licensed under the MIT License. You can access the Ruby library source code for Aspose.Cells Cloud.
How to use Aspose.Cells Cloud SDK for Ruby
Aspose.Cells Cloud SDK for Ruby is a powerful library that allows developers to manipulate and process Microsoft Excel files using the Ruby programming language. With this SDK, you can create, edit, and convert Excel documents in the cloud, without installing additional software or dependencies on your local machine.
In this article, we’ll explore how to use Aspose.Cells Cloud SDK for Ruby to perform common tasks such as creating a new workbook, inserting data into cells, and saving the modified workbook to the cloud.
Getting Started
Before you can start using the Aspose.Cells Cloud SDK for Ruby, you need to set up your development environment and install the necessary dependencies. Refer to the article on the Aspose website to obtain your client ID and client secret.
How to install the Ruby package for Aspose.Cells Cloud
You can install Aspose.Cells Cloud SDK for Ruby with the following command:
gem install aspose_cells_cloud
How to use the Ruby package to convert XLSX to other formats
-
Import Aspose.Cells Cloud library
Begin by requiring the Aspose.Cells Cloud Ruby SDK in your project. -
Configure the API client with credentials
Authenticate the client using your client ID and client secret. -
Prepare conversion parameters
Define the source file name, desired output format, and the storage folder path. -
Execute workbook conversion
Call thepost_convert_workbookmethod and handle the response.