(Solved) LibreCalc will only print 129 0f 200 rows
I'm using linux mint 20 with libreoffice v7.03 and I have a xlsx file that has 200 rows but it will only printout 129 of 200. Can anyone help me to print out my complete xlsx file.
C:\fakepath\16052451452599032.xlsx
Thanks.
@kato181: suggestion for improvement❗ new formula in I2:
=SUM(B2:G2,-H2,I1)
Or with a formula like
=SUM($B$2:$G2)-SUM($H$2:$H2)
you can add or delete rows without loos carried values.