Click here to Skip to main content
16,012,316 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have one Problem, In my application i want to import some data from excel pages their are 10000 rows in one column i want to allow only particular datatype into that column is any tool to check these condition(datatype validations for import functionality) please help me i need your help thanks in advance..................
Posted

1 solution

If you're importing the data, the only tool you have to evaluate whether that data is valid for the column or not is the code you write. This is called "validation".

Excel doesn't have any method to restrict this by itself. You either have to write VBA code into the Excel sheet to do the validation at the time of entry or you have to write code into your website (I'm assuming) that validates the data as it's being read for import.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900