From: "Damián M. González" Date: 2013-01-25T19:04:57+09:00 Subject: Re: Can we attach documents to excel columns using Ruby? > OMG!! Excellent reference you have provided. `+1` to you. Thank you very > much. I will sure give it a try,hope what I am looking for ward,surely > would get from here. > > Thanks You can be sure that that will work. You can also add colors, format the entire worksheet, also you can print the worksheet without show it to the user, so you can use Office hided and for magic art print the worksheet, the user of the app will say OMG! but is Excel, but he will never know, lol. You will see that win32ole use the same methods than Visual Basic, so you can learn about how to do things programaticaly by recording a macro doing the steps you want then taking a loop at the auto-generated script, methods for Visual Basic are almost the sames for win32ole, Ruby. Have fun :). -- Posted via http://www.ruby-forum.com/.