Ruby

Creating Excel Spreadsheets with Ruby and JExcelAPI


Posted in:

Everybody loves data, right? And where do we love data? Inside of spreadsheets! Specifically, Excel spreadsheets, which is the spreadsheet format that almost everyone can read and write. At some point or another, you have probably had to create a spreadsheet or report in code, and it can be painful and annoying if you don't have access to a good library. Today we are going to talk about how to get access to one of those decent libraries (JExcelAPI) if you are writing in ruby.

Read More Icon Read More

Getting Started with IronRuby and Silverlight


Posted in:

In pretty much every Silverlight tutorial on this site, we have some XAML with backing classes in C# code. This is because, well, that is the standard language for pretty much anything in the .NET world these days (and no, you can't say that VB.NET is the standard. What are you doing still writing in VB anyway!?). But what if, for some reason, you hate semicolons and strictly typed languages, but you still want to write a Silverlight application. Well, worry no more, there is an option available for you - the Dynamic Language Runtime (DLR) and IronRuby/IronPython.

Read More Icon Read More

Sponsors