This is an automated email from the ASF dual-hosted git repository. arjansh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/metamodel.git
commit efeb295b9f43e2fd158e5cb2aae6a677e1a33721 Author: Gerard Dellemann <g.dellem...@quadient.com> AuthorDate: Thu Dec 5 11:17:01 2019 +0100 MM-82 Detect Column Types - Actual javadoc update --- .../main/java/org/apache/metamodel/excel/ExcelConfiguration.java | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/excel/src/main/java/org/apache/metamodel/excel/ExcelConfiguration.java b/excel/src/main/java/org/apache/metamodel/excel/ExcelConfiguration.java index 52d2ad5..bf3e92d 100644 --- a/excel/src/main/java/org/apache/metamodel/excel/ExcelConfiguration.java +++ b/excel/src/main/java/org/apache/metamodel/excel/ExcelConfiguration.java @@ -116,8 +116,11 @@ public final class ExcelConfiguration extends BaseObject implements } /** - * Defines if columns in the excel spreadsheet should be validated on datatypes while - * reading the spreadsheet. + * Defines if columns in the excel spreadsheet should be detected on data types while reading the spreadsheet. + * If this detection configuration is set to false and there's no column name line configured, then all column + * types will be String. + * If this detection configuration is set to false and there's a column name line configured, then all column + * types will be VarChar. * * @return a boolean indicating whether or not to validate column types. */