Overview
- HSSF is the POI Project's pure Java implementation of the Excel
- '97(-2007) file format. It does not support the new
- Excel 2007 .xlsx OOXML file format, which is not OLE2 based.
- HSSF provides a way to read spreadsheets create, modify, read and write XLS spreadsheets
- It provides:
+
HSSF is the POI Project's pure Java implementation of the
+ Excel '97(-2007) file format. XSSF is the POI Project's pure
+ Java implementation of the Excel 2007 OOXML (.xlsx) file
+ format.
+ HSSF and XSSF provides ways to read spreadsheets create,
+ modify, read and write XLS spreadsheets. They provide:
- low level structures for those with special needs
diff --git a/src/documentation/content/xdocs/hssf/limitations.xml b/src/documentation/content/xdocs/ss/limitations.xml
similarity index 100%
rename from src/documentation/content/xdocs/hssf/limitations.xml
rename to src/documentation/content/xdocs/ss/limitations.xml
diff --git a/src/documentation/content/xdocs/hssf/quick-guide.xml b/src/documentation/content/xdocs/ss/quick-guide.xml
similarity index 100%
rename from src/documentation/content/xdocs/hssf/quick-guide.xml
rename to src/documentation/content/xdocs/ss/quick-guide.xml
diff --git a/src/documentation/content/xdocs/hssf/record-generator.xml b/src/documentation/content/xdocs/ss/record-generator.xml
similarity index 100%
rename from src/documentation/content/xdocs/hssf/record-generator.xml
rename to src/documentation/content/xdocs/ss/record-generator.xml
diff --git a/src/documentation/content/xdocs/hssf/use-case.xml b/src/documentation/content/xdocs/ss/use-case.xml
similarity index 100%
rename from src/documentation/content/xdocs/hssf/use-case.xml
rename to src/documentation/content/xdocs/ss/use-case.xml