This error is difficult to recreate unless the file being recreated is very large, such as a spreadsheet with multiple large datasets.
There is a small possibility that the amount of generated variables will exceed the allowed amount as dictated by dotnet. This is rare but should be addressed to achieve one of the goals of this project. (i.e.: To successfully recreate as many Microsoft Office documents as possible to their entirety without errors using the code generated by this library).
One possible solution to this is to allow the library to reuse variables already generated when possible but that will take time to work on.
This error is difficult to recreate unless the file being recreated is very large, such as a spreadsheet with multiple large datasets.
There is a small possibility that the amount of generated variables will exceed the allowed amount as dictated by dotnet. This is rare but should be addressed to achieve one of the goals of this project. (i.e.: To successfully recreate as many Microsoft Office documents as possible to their entirety without errors using the code generated by this library).
One possible solution to this is to allow the library to reuse variables already generated when possible but that will take time to work on.