Sha256: a19a15e60e6d98e77459fc54a92b071a007d71e1617b633353f3d6bd553e33fb
Contents?: true
Size: 1.23 KB
Versions: 2
Compression:
Stored size: 1.23 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/cellsjava/4.+Aspose.Cells+Java+For+Ruby ## Usage ```ruby require require File.dirname(File.dirname(File.dirname(__FILE__))) + '/lib/asposecellsjava' include Asposecellsjava include Asposecellsjava::HelloWorld 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
asposecellsjava-0.0.3 | README.md |
asposecellsjava-0.0.2 | README.md |