Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mahinder/rails_handsontable
Browser base Excel In rails gem . Excel can show in html . This gem is created to used handsontable for rails .
https://github.com/mahinder/rails_handsontable
Last synced: 17 days ago
JSON representation
Browser base Excel In rails gem . Excel can show in html . This gem is created to used handsontable for rails .
- Host: GitHub
- URL: https://github.com/mahinder/rails_handsontable
- Owner: mahinder
- License: mit
- Created: 2014-02-20T09:16:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-07-11T05:57:10.000Z (over 6 years ago)
- Last Synced: 2024-10-06T04:12:39.841Z (about 1 month ago)
- Language: Ruby
- Homepage:
- Size: 591 KB
- Stars: 8
- Watchers: 4
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Browser base Excel In rails gem . Excel can show in html
# RailsHandsontable
This gem is created for rails users .
## Installation
Add this line to your application's Gemfile:
gem 'rails_handsontable'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rails_handsontable
## Usage
Add this line to your application's application.js
//= requirejquery.handsontable.full
Add this line to your application's application.css*= require jquery.handsontable.full
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull RequestHI i will add more features in it to make handsontable more usefull in ruby on rails application .
Please give your response .
For know about handsontable please visit http://handsontable.com/ .