View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
mason mason is offline
external usenet poster
 
Posts: 8
Default how to validate excel spreadsheets

Hi guys

I am developing a document management solution in which some data will be
received as an xl spreadsheet that complies to a certain pre-defined
template/format (headings,datatypes etc) that maps to database columns where
the data will eventually be saved.How can I go about this also taking into
account that during validation all errors must be logged and routed to the
respective stakeholders

Please Help