public class OOXMLPrettyPrint
+extends java.lang.Object
+
Reads a zipped OOXML file and produces a copy with the included
+ pretty-printed XML files.
+
+ This is useful for comparing OOXML files produced by different tools as the often
+ use different formatting of the XML.
+57482 - Handle XSSF .xlsx files with no shared strings table in read-only mode
+
+
ExtractorFactory opening of OPCPackage from File should be read-only by default, as text extracting will never change things
Modified: poi/site/publish/changes.rss
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.rss?rev=1653828&r1=1653827&r2=1653828&view=diff
==============================================================================
--- poi/site/publish/changes.rss (original)
+++ poi/site/publish/changes.rss Thu Jan 22 12:18:24 2015
@@ -1,3 +1,3 @@
-POI Changeshttp://poi.apache.org/changes.htmlPOI Changesen-us fixhttp://poi.apache.org/changes.html fix by POI Developers - ExtractorFactory opening of OPCPackage from File should be read-only by default, as text extracting will never change things addhttp://poi.apache.org/changes.html add by POI Developers - XSSFSheet support for getDrawingPatriarch(), alongside the existing createDrawingPatriarch() method fixhttp://poi.apache.org/changes.html fix by POI Developers - TIKA-1515 - Handle Excel 3 files with a 0x8001 codepage add(bug 53453)http://poi.apache.org/changes.html add by POI Developers (bug 53453) - Add methods to set margins
in sections of HWPF documents fix(bug 46898)http://poi.apache.org/changes.html fix by POI Developers (bug 46898) - XSSF: Return #VALUE! for circular references. fix(bug 46192)http://poi.apache.org/changes.html fix by POI Developers (bug 46192) - Add methods to query outline level for HSSF and XSSF fix(bug 56240)http://poi.apache.org/changes.html fix by POI Developers (bug 56240) - Handle PP97_DUALSTORAGE streams fix(bug 47261)http://poi.apache.org/changes.html fix by POI Developers (bug 47261) - SlideShow.removeSlide makes PPT corrupted add(bug 49541)http://poi.apache.org/changes.html add by POI Developers (bug 49541) - Mapping of symbol characters
to unicode equivalent add(bug 54541)http://poi.apache.org/changes.html add by POI Developers (bug 54541) - Add support for cropped images in Slide.draw() add(bug 57007)http://poi.apache.org/changes.html add by POI Developers (bug 57007) - Add initial implementations of DMIN and DGET functions addhttp://poi.apache.org/changes.html add by POI Developers - Support for Office Binary Document RC4 CryptoAPI Encryption for HSLF add(bug 57195)http://poi.apache.org/changes.html add by POI Developers (bug 57195) - Support for Office Binary Document RC4 Encryption fix(bug 57373)http://poi.apache.org/changes.html fix by POI Developers (bug 57373) - Fix get/setF
irstVisibleTab() for XSSFWorkbook fix(bug 57362)http://poi.apache.org/changes.html fix by POI Developers (bug 57362) - Properly initialize chart-axis datastructure when loading a spreadsheet which already contains one. fix(bug 56511)http://poi.apache.org/changes.html fix by POI Developers (bug 56511) - Fix NullPointerException for RichText strings with no formatting for some runs. add(bug 56550)http://poi.apache.org/changes.html add by POI Developers (bug 56550) - Avoid IBM JDK fail immediately during loading some POI classes, note: IBM JDK 1.7 or higher is needed because of XML APIs. add(bug 56595)http://poi.apache.org/changes.html add by POI Developers (bug 56595) - Switch the cache in DateUtil.isADateFormat() to
ThreadLocals to not have another syncpoint here. fix(bug 56644)http://poi.apache.org/changes.html fix by POI Developers (bug 56644) - NullPointerException in XSSFCell Constructor with different MissingCellPolicy fix(bug 56888)http://poi.apache.org/changes.html fix by POI Developers (bug 56888) - XSSFDataValidation ignores "allow blank" read from sheet, assumes true fix(bug 57171)http://poi.apache.org/changes.html fix by POI Developers (bug 57171) - Adjust the active sheet in setSheetOrder() fix(bug 57163)http://poi.apache.org/changes.html fix by POI Developers (bug 57163) - Adjust the active sheet in removeSheet() fix(bug 57231)http://poi.apache.org/changes.html
fix by POI Developers (bug 57231) - Add missing ArrayRecord.clone() addhttp://poi.apache.org/changes.html add by POI Developers - Expose the version information from OldExcelExtractor fix(bug 57071)http://poi.apache.org/changes.html fix by POI Developers (bug 57071) - 3+ XSSF column label names for pivot tables add(bug 57063)http://poi.apache.org/changes.html add by POI Developers (bug 57063) - XSSF custom column label names for pivot tables fix(bug 57254)http://poi.apache.org/changes.html fix by POI Developers (bug 57254) - XWPF: Correctly build internal list of styles when styles are added fix(bug 57312)http://poi.apache.org/changes.html fix by POI Developers (bug 57312) - XWPF: Add check for null value of underline w:val
\ No newline at end of file
+POI Changeshttp://poi.apache.org/changes.htmlPOI Changesen-us fix(bug 57482)http://poi.apache.org/changes.html fix by POI Developers (bug 57482) - Handle XSSF .xlsx files with no shared strings table in read-only mode fixhttp://poi.apache.org/changes.html fix by POI Developers - ExtractorFactory opening of OPCPackage from File should be read-only by default, as text extracting will never change things addhttp://poi.apache.org/changes.html add by POI Developers - XSSFSheet support for getDrawingPatriarch(), alongside the existing createDrawingPatriarch() method fixhttp://poi.apache.org/changes.html fix by POI Developers - TIKA-1515 -
Handle Excel 3 files with a 0x8001 codepage add(bug 53453)http://poi.apache.org/changes.html add by POI Developers (bug 53453) - Add methods to set margins in sections of HWPF documents fix(bug 46898)http://poi.apache.org/changes.html fix by POI Developers (bug 46898) - XSSF: Return #VALUE! for circular references. fix(bug 46192)http://poi.apache.org/changes.html fix by POI Developers (bug 46192) - Add methods to query outline level for HSSF and XSSF fix(bug 56240)http://poi.apache.org/changes.html fix by POI Developers (bug 56240) - Handle PP97_DUALSTORAGE streams fix(bug 47261)http://poi.apache.org/changes.html fix by POI Developers (bug 47261) -
SlideShow.removeSlide makes PPT corrupted add(bug 49541)http://poi.apache.org/changes.html add by POI Developers (bug 49541) - Mapping of symbol characters to unicode equivalent add(bug 54541)http://poi.apache.org/changes.html add by POI Developers (bug 54541) - Add support for cropped images in Slide.draw() add(bug 57007)http://poi.apache.org/changes.html add by POI Developers (bug 57007) - Add initial implementations of DMIN and DGET functions addhttp://poi.apache.org/changes.html add by POI Developers - Support for Office Binary Document RC4 CryptoAPI Encryption for HSLF add(bug 57195)http://poi.apache.org/changes.html add by POI Developers (bug
57195) - Support for Office Binary Document RC4 Encryption fix(bug 57373)http://poi.apache.org/changes.html fix by POI Developers (bug 57373) - Fix get/setFirstVisibleTab() for XSSFWorkbook fix(bug 57362)http://poi.apache.org/changes.html fix by POI Developers (bug 57362) - Properly initialize chart-axis datastructure when loading a spreadsheet which already contains one. fix(bug 56511)http://poi.apache.org/changes.html fix by POI Developers (bug 56511) - Fix NullPointerException for RichText strings with no formatting for some runs. add(bug 56550)http://poi.apache.org/changes.html add by POI Developers (bug 56550) - Avoid IBM JDK fail immediately during loading some POI classes, note: IBM JDK 1.7 or higher is neede
d because of XML APIs. add(bug 56595)http://poi.apache.org/changes.html add by POI Developers (bug 56595) - Switch the cache in DateUtil.isADateFormat() to ThreadLocals to not have another syncpoint here. fix(bug 56644)http://poi.apache.org/changes.html fix by POI Developers (bug 56644) - NullPointerException in XSSFCell Constructor with different MissingCellPolicy fix(bug 56888)http://poi.apache.org/changes.html fix by POI Developers (bug 56888) - XSSFDataValidation ignores "allow blank" read from sheet, assumes true fix(bug 57171)http://poi.apache.org/changes.html fix by POI Developers (bug 57171) - Adjust the active sheet in setSheetOrder() fix(bug 57163)http://poi.
apache.org/changes.html fix by POI Developers (bug 57163) - Adjust the active sheet in removeSheet() fix(bug 57231)http://poi.apache.org/changes.html fix by POI Developers (bug 57231) - Add missing ArrayRecord.clone() addhttp://poi.apache.org/changes.html add by POI Developers - Expose the version information from OldExcelExtractor fix(bug 57071)http://poi.apache.org/changes.html fix by POI Developers (bug 57071) - 3+ XSSF column label names for pivot tables add(bug 57063)http://poi.apache.org/changes.html add by POI Developers (bug 57063) - XSSF custom column label names for pivot tables fix(bug 57254)http://poi.apache.org/changes.html fix by POI Developers (bug 57254) - XWPF: Correctly build internal list of styles when styles are added fix(bug 57312)http://poi.apache.org/changes.html fix by POI Developers (bug 57312) - XWPF: Add check for null value of underline w:val
\ No newline at end of file
Modified: poi/site/src/documentation/content/xdocs/status.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/status.xml?rev=1653828&r1=1653827&r2=1653828&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/status.xml (original)
+++ poi/site/src/documentation/content/xdocs/status.xml Thu Jan 22 12:18:24 2015
@@ -38,6 +38,7 @@
+ Handle XSSF .xlsx files with no shared strings table in read-only modeExtractorFactory opening of OPCPackage from File should be read-only by default, as text extracting will never change thingsXSSFSheet support for getDrawingPatriarch(), alongside the existing createDrawingPatriarch() methodTIKA-1515 - Handle Excel 3 files with a 0x8001 codepage
---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org