Random access xlsx streaming reader
Function that takes in a directory
object from unzipper
and returns a list of worksheets that can be streamed.
Example:
const unzipper = ;const etl = ;const request = ;const raxl = ; { const directory = await unzipperOpen; const workbook = await ; workbook;}