💡 Tip: You can paste 81 values from Excel or text. Use any delimiter (space, comma, tab,
semicolon). Empty cells can be 0, ., or any non-digit. if you have issues with blanks in excel, try
a formula like `=IF(ISBLANK(A1),0,A1)` to replace a blank value in A1 with a zero.