Hi there,
I often work with large datasets and so rely on binary files to keep file sizes to a minimum. Recently, I created a workflow with the output set to a binary file, but it was taking way too long to process. To address this, I switched the output format to *.xlsm, which improved the speed but caused the file size to increase significantly.
I suspect that Alteryx struggles with writing to Excel's binary file format because it uses a compressed (zipped) binary structure, unlike the XML-based format of *.xlsx files. I’ve also noticed that the Output Data tool options differ when working with these formats.
Is there a way to continue using binary files while ensuring the workflow runs efficiently?
Regards,
Robert