1. Is there a way to let the user import the excel document himself, with an interface that I will configure ?
2. While importing, is there a way to automatically skip lines that do not match some criterions ? ( like empty lines, lines with irrelevant data, etc.) I know I could do it with querry but I don't want the data base to be full of useless data...
3. Is there a way to add an extra field that corresponds to a specific cell in excel ? So if "Sales report #10" is in the B3 cell, all imported entries have "Sales report #10" in one of their field ?