I've build some power pivots that are appending data from couple binary excel files (they have more than 600k rows each).
However I have noticed, that query/pivots that are build on *.xlsb files have terrible performance. The data is refresing 5-10x slower than when collected from the same files but with *.xlsx format.
Currently I'm manually opening these *.xlsb files and saving copy to *.xlsx - query then connects to these *.xlsx files.
I would like to add a macro to my query/pivot report file, that will automatically save copies of the *.xlsb files to save them as *.xlsx, without opening these files prior to saving and after saving.
Is it possible?