CSV and Spreadsheet Input Guide
Use CSV when there are many pieces or when every cut needs a label.
Basic CSV Format
SIZE,COUNT,LABEL
1200,3,Area A
800,2,Area B
450,1,Bracket
Accepted Headers
Length: SIZE, LENGTH. Quantity: COUNT, QTY, QUANTITY. Label: LABEL, NAME, MEMO.
The safest method is to download the template and replace the sample rows with your own data.
Common Errors
E_CSV_HEADER means the first row does not match the expected header.
E_LENGTH_INVALID means the length column is empty or not numeric. E_COUNT_INVALID means the quantity is less than 1.