public class CsvLoadOptions extends SpreadsheetLoadOptions
SpreadsheetLoadOptions.PrintCommentsEnum| Constructor | Description |
|---|---|
CsvLoadOptions() |
| Modifier and Type | Method | Description |
|---|---|---|
CsvLoadOptions |
convertDateTimeData(Boolean convertDateTimeData) |
|
CsvLoadOptions |
convertNumericData(Boolean convertNumericData) |
|
CsvLoadOptions |
encoding(String encoding) |
|
boolean |
equals(Object o) |
|
Boolean |
getConvertDateTimeData() |
Indicates whether the string in the file is converted to date.
|
Boolean |
getConvertNumericData() |
Indicates whether the string in the file is converted to numeric.
|
String |
getEncoding() |
File encoding
|
Boolean |
getHasFormula() |
Indicates whether text is formula if it starts with \"=\"
|
Boolean |
getIsMultiEncoded() |
True means the file contains several encodings
|
String |
getSeparator() |
Delimiter of a Csv file
|
CsvLoadOptions |
hasFormula(Boolean hasFormula) |
|
int |
hashCode() |
|
CsvLoadOptions |
isMultiEncoded(Boolean isMultiEncoded) |
|
CsvLoadOptions |
separator(String separator) |
|
void |
setConvertDateTimeData(Boolean convertDateTimeData) |
|
void |
setConvertNumericData(Boolean convertNumericData) |
|
void |
setEncoding(String encoding) |
|
void |
setHasFormula(Boolean hasFormula) |
|
void |
setIsMultiEncoded(Boolean isMultiEncoded) |
|
void |
setSeparator(String separator) |
|
String |
toString() |
format, getFormat, setFormatclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddSheetIndexesItem, addSheetsItem, allColumnsInOnePagePerSheet, autoFitRows, checkExcelRestriction, clearBuiltInDocumentProperties, clearCustomDocumentProperties, columnsPerPage, convertRange, cultureInfo, defaultFont, fontSubstitutes, getAllColumnsInOnePagePerSheet, getAutoFitRows, getCheckExcelRestriction, getClearBuiltInDocumentProperties, getClearCustomDocumentProperties, getColumnsPerPage, getConvertRange, getCultureInfo, getDefaultFont, getFontSubstitutes, getOnePagePerSheet, getOptimizePdfSize, getPassword, getPrintComments, getResetFontFolders, getRowsPerPage, getSheetIndexes, getSheets, getShowGridLines, getShowHiddenSheets, getSkipEmptyRowsAndColumns, onePagePerSheet, optimizePdfSize, password, printComments, putFontSubstitutesItem, resetFontFolders, rowsPerPage, setAllColumnsInOnePagePerSheet, setAutoFitRows, setCheckExcelRestriction, setClearBuiltInDocumentProperties, setClearCustomDocumentProperties, setColumnsPerPage, setConvertRange, setCultureInfo, setDefaultFont, setFontSubstitutes, setOnePagePerSheet, setOptimizePdfSize, setPassword, setPrintComments, setResetFontFolders, setRowsPerPage, setSheetIndexes, setSheets, setShowGridLines, setShowHiddenSheets, setSkipEmptyRowsAndColumns, sheetIndexes, sheets, showGridLines, showHiddenSheets, skipEmptyRowsAndColumnspublic CsvLoadOptions separator(String separator)
public String getSeparator()
public void setSeparator(String separator)
public CsvLoadOptions isMultiEncoded(Boolean isMultiEncoded)
public Boolean getIsMultiEncoded()
public void setIsMultiEncoded(Boolean isMultiEncoded)
public CsvLoadOptions hasFormula(Boolean hasFormula)
public Boolean getHasFormula()
public void setHasFormula(Boolean hasFormula)
public CsvLoadOptions convertNumericData(Boolean convertNumericData)
public Boolean getConvertNumericData()
public void setConvertNumericData(Boolean convertNumericData)
public CsvLoadOptions convertDateTimeData(Boolean convertDateTimeData)
public Boolean getConvertDateTimeData()
public void setConvertDateTimeData(Boolean convertDateTimeData)
public CsvLoadOptions encoding(String encoding)
public String getEncoding()
public void setEncoding(String encoding)
public boolean equals(Object o)
equals in class SpreadsheetLoadOptionspublic int hashCode()
hashCode in class SpreadsheetLoadOptionspublic String toString()
toString in class SpreadsheetLoadOptionsCopyright © 2025. All rights reserved.