easperhe29
New Member
- Joined
- May 11, 2024
- Messages
- 3
- Office Version
- 365
- Platform
- Windows
If I save a .xlsx/m file in .xml format, I can read the .xml format MUCH faster than the .xlsm format. when processing 100s of files, this can make a ~30x reduction in runtime. Since .xlsx/m are compressed xml, is there any way to read in the .xlsx/m file as a xlm file directly? I believe this is effectively what openpyxl within python does.