PHPExcel data validation of numeric character
问题 I tried the code on this page (codeplex phpexcel validation issue for invalid values) to validate input of numeric characters only. I also searched on the PHPExcel developer documentation and similar code appears. But when I applied it with my code and tested it, the cell does not accept even numeric characters.. may you suggest other methods on filtering or validating data input to numeric characters only. The code below is from the PHPExcel developer documentation: $objValidation =