This has been fixed in the svn version last year. Guess it's time to prepare another release version for OPM...
Is the memory leak just on the destroy of the workbook? If I code using current version and I only create and destroy the workbook once in my application (the rest of the time will be processing worksheets), will I not really have a leak? I assume the OS will return the memory to the available to use pool, so though not optimal, I'm not really going to leak memory because the destroy does not occur until the end. Or are there other potential memory issues as I traverse the worksheets?
Obviously, I want to use fixed code, but until it is ready, I can continue with current code.