Hi,
In Export Excel the text Column data count is difference compare when filter with blanks.
for example:
total column1 with data(have no nulls) count:116352
total column2 with data(include nulls) count:114398
ie the null data in column2 is (the diffrence from column1-column2)=1954
but when column2 filter with blank count is :71245
what's the problem?
when the export is done lower version of aspose then it is getting fine,but only nealy 60,000 records are set in one sheet and we have to make loop to create new sheet,so we have used aspose 5.0 version.
Thanks,
Chandini.N
Hi,
Since you are using some older version of the product i.e. v5.0 for which we are not sure if this was an issue with it or not, moreover, we cannot fix any issue or include any enhancements in older versions. We can only do enhancements or fix issues based on the latest version of the product.
Please download and try the latest version: Aspose.Cells for .NET v7.2.1.3 and see if it resolves your issue.If you still find the issue, kindly do create a sample console application, zip it and post it here to show the issue. Also attach the sample Excel files (input + output(if any)). We will check your issue soon.
Thank you.
please find the attachewd file .
In that projectName column data count is 115226
another column keypersonName column data count is 115226(this column consists null also,why it is showing same count,when filter with blank it shows the count 71400 nearly)
actually we have to show count as diff of total -nulls.
Thanks
Chandini.N
I have implimented Aspose.Cells for .NET v7.2.1.3 version only.