-
aschild committed revision 36 to the XlsJdbc SVN repository, changing 1 files.
2009-09-21 09:49:30 UTC by aschild
-
aschild made 1 file-release changes.
2009-09-21 09:48:01 UTC by aschild
-
aschild committed revision 35 to the XlsJdbc SVN repository, changing 2 files.
2009-09-21 09:45:03 UTC by aschild
-
aschild committed revision 34 to the XlsJdbc SVN repository, changing 10 files.
2009-09-21 09:44:04 UTC by aschild
-
aschild committed revision 33 to the XlsJdbc SVN repository, changing 2 files.
2008-12-31 08:49:43 UTC by aschild
-
aschild committed revision 32 to the XlsJdbc SVN repository, changing 1 files.
2008-12-31 08:45:23 UTC by aschild
-
Currently only the first sheet can be read from a xls file.
Sometimes we need to be able to access other sheets, either by name or by index.
2008-12-30 23:28:56 UTC by aschild
-
According to JDBC specification ResultSet getters should take columnindex started with 1.
Now the first column is mapped to 0.
see javadoc http://java.sun.com/javase/6/docs/api/java/sql/ResultSet.html
getInt
int getInt(int columnIndex) throws SQLException
Retrieves the value of the designated column in the current row of this ResultSet object as an int in the Java programming...
2008-12-30 23:27:21 UTC by aschild
-
aschild committed revision 31 to the XlsJdbc SVN repository, changing 8 files.
2008-12-30 23:06:24 UTC by aschild
-
aschild committed revision 30 to the XlsJdbc SVN repository, changing 2 files.
2008-12-30 22:58:02 UTC by aschild