I have scripts which need different configuration data. Most of the time it is a table format or a list of parameters. For the moment I read out excel tables for this. However, not only reading excel is slightly buggy (excel is just not made for being a stable data provider), but also I'd like to include some data validation and a little help for the configurators so that input is validated partially. It doesn't have to be pretty though - just functional. Pure text files would be to hard to read and check.
Can you suggest an easy to implement way to realize that? Of course one could program complicating web interfaces and form, but maybe that's too much effort?!
Was is an easy to edit way to provide data tables and other configuration parameters? The configuration info is just small tables with a list of parameters or a matrix with mathematical coefficients.