Add Formula to Excel using Apache POI

Excel file are also used to perform various stats in which formula plays are very important role. So when youa re creating a excel file using the POI library and you want to add formula’s to particular Cells, how do we do that?

Let us see how we can add Formula to excel using Apache POI.

Add Formula to Cell

Now we will add a formula to already existing example that we had created in “Write Excel File in Java using Apache POI”

Output

add formula to excel using apache poi