获取 Cell 带格式和不带格式的字符串值
Contents
[
Hide
]
Aspose.Cells提供方法[Cell.getStringValue()](https://reference.aspose.com/cells/java/com.aspose.cells/cell#getStringValue(int) 可用于获取带或不带任何格式的单元格的字符串值。假设您有一个值为 0.012345 的单元格,并且您已将其格式化为仅显示两位小数。然后它将在 Excel 中显示为 0.01。您可以使用 0.01 和 0.012345 检索字符串值[Cell.getStringValue()](https://reference.aspose.com/cells/java/com.aspose.cells/cell#getStringValue(int)) 方法。它需要CellValueFormat策略枚举作为具有以下值的参数
获取 Cell 带格式和不带格式的字符串值
下面的示例代码解释了使用[Cell.getStringValue()](https://reference.aspose.com/cells/java/com.aspose.cells/cell#getStringValue(int)) 方法。
控制台输出
下面是上述示例代码的控制台输出。
0.01
0.012345