From 5b6cf95326562278111528b09af1262639a39d5a Mon Sep 17 00:00:00 2001 From: Nick Burch Date: Fri, 22 Aug 2014 09:01:36 +0000 Subject: [PATCH] Fix indents / whitespace git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1619712 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/poi/ss/SpreadsheetVersion.java | 178 +++++++++--------- 1 file changed, 87 insertions(+), 91 deletions(-) diff --git a/src/java/org/apache/poi/ss/SpreadsheetVersion.java b/src/java/org/apache/poi/ss/SpreadsheetVersion.java index 154e50167..45594d3c2 100644 --- a/src/java/org/apache/poi/ss/SpreadsheetVersion.java +++ b/src/java/org/apache/poi/ss/SpreadsheetVersion.java @@ -21,115 +21,111 @@ import org.apache.poi.ss.util.CellReference; /** * This enum allows spreadsheets from multiple Excel versions to be handled by the common code. - * Properties of this enum correspond to attributes of the spreadsheet that are easily + *

Properties of this enum correspond to attributes of the spreadsheet that are easily * discernable to the user. It is not intended to deal with low-level issues like file formats. - *

- * - * @author Josh Micich - * @author Yegor Kozlov */ public enum SpreadsheetVersion { - /** - * Excel97 format aka BIFF8 - *

+ */ + EXCEL97(0x10000, 0x0100, 30, 3, 4000, 32767), - /** - * Excel2007 - * - *