ExcelFiles.jl icon indicating copy to clipboard operation
ExcelFiles.jl copied to clipboard

Open .xlsx file once and read multiple sheets

Open mfairley opened this issue 6 years ago • 1 comments

I'm reading many sheets from a single .xlsx file and it's taking quite some time. Is there a way to open the file once and read multiple sheets to improve performance like in ExcelReaders.jl? Could an example of doing this be added to the read me?

mfairley avatar May 28 '19 23:05 mfairley

Not possible right now, and we would have to think what the right API here is and how it can be integrated with the general File IO API.

davidanthoff avatar May 30 '19 22:05 davidanthoff