如何通过java POI api从excel表中删除所有公式? [英] how to remove all formulas from an excel sheet by java POI api?

查看:54
本文介绍了如何通过java POI api从excel表中删除所有公式?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们可以通过 cell.setCellFormula(null) 从一个单元格中删除公式.但如果我想让整个表格公式免费.

we can remove formula from one cell by cell.setCellFormula(null) . but if i want to make the whole sheet formula free.

推荐答案

参见 Apache POI 站点完全可以回答您的问题.

See the Apache POI site that exactly answers your question.

这篇关于如何通过java POI api从excel表中删除所有公式?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆