mirror of https://github.com/apache/poi.git
Javadoc fixes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1795261 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1e9bc2edbb
commit
488dff773a
|
@ -762,9 +762,9 @@ public class DataFormatter implements Observer {
|
||||||
* If no rules contain a number format, or no rules apply, the cell's style format is used.
|
* If no rules contain a number format, or no rules apply, the cell's style format is used.
|
||||||
* If the style does not have a format, the default date format is applied.
|
* If the style does not have a format, the default date format is applied.
|
||||||
*
|
*
|
||||||
* @param cell
|
* @param cell to format
|
||||||
* @param cfEvaluator ConditionalFormattingEvaluator (if available)
|
* @param cfEvaluator ConditionalFormattingEvaluator (if available)
|
||||||
* @return
|
* @return Formatted value
|
||||||
*/
|
*/
|
||||||
private String getFormattedDateString(Cell cell, ConditionalFormattingEvaluator cfEvaluator) {
|
private String getFormattedDateString(Cell cell, ConditionalFormattingEvaluator cfEvaluator) {
|
||||||
Format dateFormat = getFormat(cell, cfEvaluator);
|
Format dateFormat = getFormat(cell, cfEvaluator);
|
||||||
|
|
|
@ -125,8 +125,7 @@ public class ExcelToHtmlConverter extends AbstractExcelConverter
|
||||||
/**
|
/**
|
||||||
* Converts Excel file (97-2007) into HTML file.
|
* Converts Excel file (97-2007) into HTML file.
|
||||||
*
|
*
|
||||||
* @param xlsFile
|
* @param xlsStream workbook stream to process
|
||||||
* workbook stream to process
|
|
||||||
* @return DOM representation of result HTML
|
* @return DOM representation of result HTML
|
||||||
* @throws IOException
|
* @throws IOException
|
||||||
* @throws ParserConfigurationException
|
* @throws ParserConfigurationException
|
||||||
|
@ -144,8 +143,7 @@ public class ExcelToHtmlConverter extends AbstractExcelConverter
|
||||||
/**
|
/**
|
||||||
* Converts Excel file (97-2007) into HTML file.
|
* Converts Excel file (97-2007) into HTML file.
|
||||||
*
|
*
|
||||||
* @param xlsFile
|
* @param workbook workbook instance to process
|
||||||
* workbook instance to process
|
|
||||||
* @return DOM representation of result HTML
|
* @return DOM representation of result HTML
|
||||||
* @throws IOException
|
* @throws IOException
|
||||||
* @throws ParserConfigurationException
|
* @throws ParserConfigurationException
|
||||||
|
|
Loading…
Reference in New Issue