Add Feature to Validate Cells

Issue #4 new
Michael Seele created an issue

A feature to validate rows/cells while import whould be nice. We often have the problem that we have a few columns with data where in row 1 there are the headers for the data (following by n rows of data). Often the users change the order of the rows, therefore validating the excel while loading the data whould be nice. Somehting like this could work:

<rowCriteria cell="A1" operation="equals">Name</rowCriteria>

Comments (0)

  1. Log in to comment