hi
i need help regarding ASPOSE Excel generator Validation while dealing with numeric numbers.
I am using Dot Net 2.0 with it
The following function code i am using ...
objExcel.ExcelWorkSheet.Cells[i + 1, 13].Style.Custom = "0.0"; // Date column is in this Format
objExcel.ExcelValidationForDecimal(0, 6000, 8, 13);
The problem is when i enter in the cell as 1/2 then instead of prompting an error it evaluates and displays 0.5 in the cell.
can any one help me out with problem.
Regards
Nikhil
This message was posted using Aspose.Live 2 Forum