First time here? Check out the Help page!
1 | initial version |
If you're intent on using Excel (and Windows), you can use the win32ole
class (included in the standard Ruby installation) to read and write data from a workbook.
E.g.: http://davidsulc.com/blog/2011/03/27/using-ruby-and-win32ole-to-manipulate-excel/
2 | No.2 Revision |
If you're intent on using Excel (and Windows), you can use the win32ole
class (included in the standard Ruby installation) to read and write data from a workbook.
E.g.: http://davidsulc.com/blog/2011/03/27/using-ruby-and-win32ole-to-manipulate-excel/
Edit: Turns out the CLI doesn't include win32ole either.