Currently, BM just uses IW::Excel as-is, which eagerly caches sheet data access and never expires it. This can lead to pretty high memory usage with all that sheet data in memory, and as version count grows, this will only increase. Look into, either in IW or BM, limiting the amount of sheet data kept hot.
Currently, BM just uses IW::Excel as-is, which eagerly caches sheet data access and never expires it. This can lead to pretty high memory usage with all that sheet data in memory, and as version count grows, this will only increase. Look into, either in IW or BM, limiting the amount of sheet data kept hot.