From: Javen O'Neal Date: Tue, 7 Jun 2016 06:37:24 +0000 (+0000) Subject: replace Obervable with Observable; emulateCsv with emulateCSV X-Git-Tag: REL_3_15_BETA2~193 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=fb19f7c233c9c00227abf1a540329038449771ea;p=poi.git replace Obervable with Observable; emulateCsv with emulateCSV git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747152 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/java/org/apache/poi/ss/usermodel/DataFormatter.java b/src/java/org/apache/poi/ss/usermodel/DataFormatter.java index a20d083280..ad7178cd7e 100644 --- a/src/java/org/apache/poi/ss/usermodel/DataFormatter.java +++ b/src/java/org/apache/poi/ss/usermodel/DataFormatter.java @@ -100,7 +100,7 @@ import org.apache.poi.util.POILogger; * The trailing underscore and space ("_ ") in the format adds a space to the end and Excel formats this cell as "12.34 ", * but DataFormatter trims the formatted value and returns "12.34". *

- * You can enable spaces by passing the emulateCsv=true flag in the DateFormatter cosntructor. + * You can enable spaces by passing the emulateCSV=true flag in the DateFormatter cosntructor. * If set to true, then the output tries to conform to what you get when you take an xls or xlsx in Excel and Save As CSV file: *