This is really cool! I noticed the summary up top says you can Read XLSX files. I'm trying to use an XLSX file for importing as if it were an XLS file, or at least to form a cursor from the XLSX data, but I can't figure out how to create a cursor so that I can import data from that cursor or directly from the XLSX if necessary.
The old way is:
APPEND FROM (m.lcInFile) TYPE XLS
but how can we open an XLSX file and append our cursor from the XLSX file? Basically, how do we read this or create a useable cursor from it?
Thanks!!!
Dan
↧