Closed nik0lai closed 6 years ago
No short way to automatically recognize which are the fields to be filled. Instead, I created a csv file on material/Numbers/fields2fill.csv where each presentation format has to have a column (presentation format as name of the column) where every row is a field to be filled.
Now the code when a column of number_bayes.xls is called refers using the exact column name. This means that if a new column is called the coded will break. Instead, dynamically search for column names called and loop through them. This happens in every code that replaces a placeholder for numbers of number_bayes.xls.