Reputation: 53
we can remove formula from one cell by cell.setCellFormula(null) . but if i want to make the whole sheet formula free.
Upvotes: 1
Views: 3249
Reputation: 9875
See the Apache POI site that exactly answers your question.
Upvotes: 2