I’m looking for a good set of documentation for the gem Spreadsheet.
It has a basic Guide with a few methods, but doesn’t cover alot of functionality that (I think) is available, and is terribly organized.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Referencing the link that @topek mentioned, here is a more specific link.
This seems to be a useful guide for using Spreadsheet.
I also added that text to the Cheat Gem. If you do a
gem install cheatyou can then docheat spreadsheetany time to reference that information.Enjoy!
UPDATE:
For things like text-wrapping, I found this StackOverflow question.
It doesn’t look like anyone has explicitly put together a document detailing all of the options, which is quite surprising. If you find the time, modify the Spreadsheet @Cheat to help others!
UPDATE 2:
You may also find the API helpful