Prove: $$ \det\left[ \begin{array}{cccc} 1+x_1y_1 & x_1y_2 & \cdots & x_1y_n\\ x_2y_1 & 1+x_2y_2 & \cdots & x_2y_n \\ \vdots & \vdots & \ddots & \vdots \\ x_ny_1 & x_ny_2 & \cdots & 1+x_ny_n \\ \end{array} \right]=1+\sum_{i=1}^{n}x_iy_i$$
I tried to do some elementary operations, and develop by first row, but couldn't get further.
Need to be proven without using eigenvalues.
Any help appreciated.