Hello everyone,
I want to create a jobshop process and I need to give to each product it own data . per example:
milling (h) turning (h) assembly (h)
Product 1 4 2,5 1,2
Product 2 2 3 3
Product 3 6 1 2
and so on...
Noticed that all my data are written in a excel file, and I need to import it into my source.
How can I do that ?
Thanks :D