Good morning,
I apologize if this question is not properly categorized.
Our team is evaluating if the plugin for Excel that you provide is the appropiate for our needs and so far the component is really promising.
However we have a problem. Our business logic depends heavily on loading data into files in slices of 200000+ rows per file opening. This works amazingly the first time but in the following attempts the application breaks due to memory. We are heavily limited in the requirements in terms of memory and even if we would be able to compile under x64, it wouldn't really solve the problem.
So the question is this, the application breaks exactly when trying to open a file that already has a lot of contents inside of it (250K+ with 10 rows or so (no formulas)). We don't know how your code is built but we assume that this is due to the fact that you probably load all the data in the file to memory (partly because for doing some operations in excel, all the data is required). However in our case we wont use the plugin as means of treatment of the data in the excel, but more as a writer. We would like to know if there is a mode of opening the file (maybe an append mode that we have not found in the documentation) that allows us to Import the data into the file without having to load the previous content (like the appending to FileStreams normally works).
Thank you in advance for your reply