Fix indents / whitespace
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1619712 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0911a5670a
commit
5b6cf95326
@ -21,12 +21,8 @@ import org.apache.poi.ss.util.CellReference;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* This enum allows spreadsheets from multiple Excel versions to be handled by the common code.
|
* This enum allows spreadsheets from multiple Excel versions to be handled by the common code.
|
||||||
* Properties of this enum correspond to attributes of the <i>spreadsheet</i> that are easily
|
* <p>Properties of this enum correspond to attributes of the <i>spreadsheet</i> that are easily
|
||||||
* discernable to the user. It is not intended to deal with low-level issues like file formats.
|
* discernable to the user. It is not intended to deal with low-level issues like file formats.
|
||||||
* <p/>
|
|
||||||
*
|
|
||||||
* @author Josh Micich
|
|
||||||
* @author Yegor Kozlov
|
|
||||||
*/
|
*/
|
||||||
public enum SpreadsheetVersion {
|
public enum SpreadsheetVersion {
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user