search for: spreasheet

Displaying 2 results from an estimated 2 matches for "spreasheet".

Did you mean: spreadsheet
2006 Jul 22
0
Arrow keys to move between text_fields?
I''ve just dabbled the tiniest bit in AJAX, but I have an app with a grid of text_fields (each row of text_fields being a row from the database, and I would like the user to be able to navigate between fields with the arrow keys in a spreasheet-like fashion. Is this reasonably doable? -- Posted via http://www.ruby-forum.com/.
2009 May 14
1
Data extraction problem after importation using RODBC
Dear all,   I write this message because I have a problem in data importation. I hope that you help me. My data base is in an Excel spreasheet. I import this data base using the following code: library(RODBC) db <- "C:/Users/Axel/Desktop/estimation/data.xls" channel <- odbcConnectExcel(xls.file = db) data <- sqlFetch(channel = channel, sqtable = "Feuil1") data odbcClose(channel)   Then I perform an lm reg...