|
I've seen in his source code that there is a procedure called
ParseSheet_parse, but I don't know how it's used. It's mapped to a
method in his own class and I can't find any Javadoc for it. The
interface declares a file name as the first parameter but I presume
this is the path/file name of the work-book.
I've also noted that the callback interfaces from the
xlparse_workbook routine return the sheet name. Does this imply that
we use a Select within the callback procedure to only process when
we're in the required sheet?
Does this mean the parser parses sheet by sheet from 1 to last, then
within each sheet, each row, and within each row each column to
return the cell value?
How can I tell when the parse process has ended?
How can I tell when the last column has been encountered?
At the moment I generate a write to DB2 when my code has encountered the last column.
Is this the correct technique?
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.