## Current situation * many overloaded constructors * require more maintenance efforts at this project * confuse users to use correct overload + difficult to read/maintain user code * partially implemented incorrectly * arguments partially ignored/wrong arguments forwarded ## Required changes * [x] Options class for users as argument bundling several arguments at once * [x] Support default options per engine * [x] Support individual options check-up per engine, especially * [x] Epplus4 with disabled calculation module by default * [x] MsExcel doesn't support disabling of calculation module * [x] If possible, no breaking changes, but old constructors/API marked as obsolete
Current situation
Required changes