Calc android connecting cells between sheets

How do I connect a cell in one sheet with a cell in another sheet?

I am not sure what you mean by “connect”. But here’s an example of how you reference to a cell from another sheet:

# A1 (from sheet1) + B1 (from Sheet2)
=$Sheet1.A1+$Sheet2.B1