Sha256: 6f85df2de2b7f51662cea0be26146b3ce142ec72b6de2c90c64d87709c5b7760

Contents?: true

Size: 1.18 KB

Versions: 1

Compression:

Stored size: 1.18 KB

Contents

# Aspose_Cells_Java_For_Ruby
Aspose Cells Java for Ruby is a gem that demonstrates / provides the Aspose.Cells for Java API usage examples in Ruby by using Rjb - Ruby Java Bridge.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'asposecellsjava'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install asposecellsjava

To download Aspose.Cells for Java API to be used with these examples through RJB, Please navigate to:

http://www.aspose.com/community/files/72/java-components/aspose.cells-for-java/

For most complete documentation of the project, check Aspose.Cells Java for Ruby confluence wiki link:

http://www.aspose.com/docs/display/cellssjava/3.+Aspose.Cells+Java+For+Ruby

## Usage

```ruby
require '../lib/asposecellsjava'
include Asposecellsjava
include Asposecellsjava::HideUnhideWorksheet
initialize_aspose_cells
```
Lets understand the above code
* The first line makes sure that the aspose cells is loaded and available 
* Include the files that are required to access the aspose cells
* Initialize the libraries. The aspose JAVA classes are loaded from the path provided in the aspose.yml file

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
asposecellsjava-0.0.1 README.md