Hi,
Please try this fix.
Hi,
Please try this fix.
Did you see the problem ?!
Can you give me more feedback ?
I always experience new troubles when applying new fixes ! Very annoying !!
Hi,
We will figure it out soon.
Thanks for being patient!
Can this help you ?
Hi,
I had tested the fix with your template file before post it to you, it works fine. Following is my sample code:
Workbook wb = new Workbook();
wb.open("FCC037_XUCOM.xls");
wb.calculateFormula();
wb.calculateFormula(); //is it the case you said "Works fine on first call, but on second call error occurs"?
wb.save("tmp.xls");
If the same issue occurred with another template, would you please give us the template file to reproduce it? Thanks for your patience.
The previous version before this fix did have one bug when calculate formulas, we made many changes on the inner data structure and logic from version 1.9.2 for removing 65k rows limitation, unfortunately that introduces this bug. Sorry for the inconvenience it caused.
Ok, I'll have a new try.
The error occured on second call, meaning :
Workbook wb = new Workbook();
wb.open("FCC037_XUCOM.xls");
wb.calculateFormula();
wb.save("tmp.xls");
Workbook wb = new Workbook();
wb.open("FCC037_XUCOM.xls");
wb.calculateFormula();
wb.save("tmp.xls"); --> Error
Thanks
Ok, problem solved.
Thanks !
What happened to autoFilter.matchnonBlanks !!!!!!!!!????????
I'm using this new function in my programs, but it's gone in this fix !!!!!
Again some jobs crashed because of aspose.cells. How can I explain all these things to my boss !!??
Can you please fix this soon !
I am sorry for the problem.
For autoFilter.matchnonBlanks issue, it is a code merge problem. We will provide a fix soon.
For other crashed job, could you give us more detail information? Thank you very much.
Current crashes are all due to matchnonblanks issue.
Hi,
Sorry for our mistake.
Please try this fix.
Could you give us more detail about crashed jobs(template file and sample codes)? We will check it soon.
Hello,
Hi,
Thanks for using Aspose.Cells for .NET.
Please download and use the latest version:
Aspose.Cells
for .NET v7.3.1.2 and try the following code.
I have attached the output file generated by this code and a screenshot for your reference.
Please also refer to this article for your further help. (The code is obsolete, we will soon update it).
Hello,
Hi,
Thanks.
Hello,
Hi,
I’m trying to achieve something like