Skip to content

Commit 70a69a4

Browse files
committed
partially revert cell toString changes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1924534 13f79535-47bb-0310-9956-ffa450edef68
1 parent 71dcabc commit 70a69a4

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFCell.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ Licensed to the Apache Software Foundation (ASF) under one or more
4949
import org.apache.poi.util.Beta;
5050
import org.apache.poi.util.ExceptionUtil;
5151
import org.apache.poi.util.Internal;
52-
import org.apache.poi.util.LocaleUtil;
5352
import org.apache.poi.xssf.model.CalculationChain;
5453
import org.apache.poi.xssf.model.SharedStringsTable;
5554
import org.apache.poi.xssf.model.StylesTable;

poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFCell.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ Licensed to the Apache Software Foundation (ASF) under one or more
5555
import org.apache.poi.ss.util.CellRangeAddress;
5656
import org.apache.poi.ss.util.CellReference;
5757
import org.apache.poi.ss.util.NumberToTextConverter;
58-
import org.apache.poi.util.LocaleUtil;
5958

6059
/**
6160
* High level representation of a cell in a row of a spreadsheet.

0 commit comments

Comments
 (0)