Hi, I have a spreadsheet with a company logo other other information from rows 1 through 4. The headers are on row 5. How do I tell the JDBC driver to start reading at row 5?
|
select * from sheet1 where recno()>=5
|
The latest package supports firstRowHasNames=5 connection property.
|