updated API description

This commit is contained in:
2019-09-15 13:58:16 +02:00
parent a2430f748f
commit aeab3a5ca9
28 changed files with 31 additions and 32 deletions

View File

@ -35,7 +35,7 @@ import org.slf4j.LoggerFactory;
/**
*
* @author Joern Muehlencord (joern (at) muehlencord.de)
* @author Joern Muehlencord (joern@muehlencord.de)
*/
public abstract class PoiUtil {
@ -239,8 +239,8 @@ public abstract class PoiUtil {
}
/**
* remove charecters which often cause troubles in other applications - e.g. em dash (long dash) is created by Excel
* automatically
* remove charecters which often cause troubles in other applications - e.g.
* em dash (long dash) is created by Excel automatically
*
* @param sourceValue the input string to execute the replacement
* @return sourceValue with replaced characters

View File

@ -34,7 +34,6 @@ import org.apache.poi.ss.formula.ptg.Ptg;
import org.apache.poi.ss.formula.ptg.RefPtgBase;
import org.apache.poi.ss.usermodel.Cell;
import org.apache.poi.ss.usermodel.CellStyle;
import org.apache.poi.ss.usermodel.CellType;
import org.apache.poi.ss.usermodel.DataValidation;
import org.apache.poi.ss.usermodel.DataValidationHelper;
import org.apache.poi.ss.usermodel.Row;
@ -51,7 +50,7 @@ import org.slf4j.LoggerFactory;
/**
*
* @author Joern Muehlencord (joern (at) muehlencord.de)
* @author Joern Muehlencord (joern@muehlencord.de)
*/
public class WorkbookApp {