As you said that the “Evaluation” version will only open 100 files so, my question is that the count can be of 100 same files or 100 different files?
Well, it does not matter whether you are instantiating the same file 100 times or opening 100 different workbooks in a program. In short, you cannot open more than 100 files (whether opening same file multiple times or opening different workbooks) in evaluation mode.
Thanks for your kind response.
Is it 100 files opened at a time is the limitation?, or 1 file opened 100 times in 100 days is considered 100 uses and then stop?
It does not matter whether you are instantiating the same file 100 times or opening 100 different workbooks in a program. In short, you cannot open more than 100 files (whether opening same file multiple times or opening different workbooks) in evaluation mode. 100 days or time limit is irrelevant or out of scope, so whenever you will exceed this limit (e.g., after a few seconds/minutes/hours, etc.) in the program, you will get an exception. See the document on licensing for your reference.
We recommend you to kindly test Aspose.Cells without evaluation version limitations by requesting a 30 Day Temporary License.
Thanks for the info.
It means the limitation is 100 uses. No matter the 100 use is done one single run or over a period of many runs (over days).
Its like this library maintain a counter and increase it by 1 every time it opens a file, and once this counter is 100+, it gives exception.
Ohh little bit confusing now. Of course we will be using the library for a single application.
I see two possibilities of usage.
- My application once started opened over 100 files using this library, it may open them one by one or in 100 threads. Then we should see exception on opening 101th file.
- My application once started opened one file using this library and then it exits, next day a new run of my application open one more file and exits, so daily one run and one file opened. In this case the application would not get any exception even after 100 uses/days?
@Imran2023
Yes, theoretically you can do as this.
The evaluation version is for you to try out. Opening 100 files is enough for testing.
If it’s not enough, you can apply for a temporary license for one month.
Yes, your understanding is correct.