Prev: xmlrpc
Next: Rake BackgrounDRb Problem
From: Swarup Swarup on 29 Sep 2009 14:05 Hello, I have to plot charts in excel sheet. I don't know where the data is stored so row information and how much is the data info is not known in advance. Rows and Cols get computed based on the length of the data records, which can vary every time. I tried following but it didn't work: Suppose VariableX = 1 VariableY = 10 excelBrowser.Range("A#{VariableX}:B#{VariableY}").Select() Any suggestions. Thanks, Swar -- Posted via http://www.ruby-forum.com/.
From: Sebastian W. on 29 Sep 2009 17:54 Swarup Swarup wrote: > Hello, > > I have to plot charts in excel sheet. I don't know where the data is > stored so row information and how much is the data info is not known in > advance. Rows and Cols get computed based on the length of the data > records, which can vary every time. I tried following but it didn't > work: > > Suppose > VariableX = 1 > VariableY = 10 > excelBrowser.Range("A#{VariableX}:B#{VariableY}").Select() > > Any suggestions. > Thanks, > Swar Hi Swar, Could you maybe flesh out your question a little bit? It's not entirely clear what you are asking, at least to me. -- Posted via http://www.ruby-forum.com/.
|
Pages: 1 Prev: xmlrpc Next: Rake BackgrounDRb Problem |