There’re many file formats could not be displayed correctly while using library 2.10.0, but some file formats could be done while using library 2.9.0, for example xls,xlsx,vsd.
The list is the summary of all file formats which could not be display .
the “fail” column describes result of display on browser
the “Web(Chrome Debug Mode) Message” describes the error message while java script performs on browser
| fail | Web(Chrome Debug Mode) Message | ||
|---|---|---|---|
| Microsoft Excel | XLS | Blank screen | Uncaught TypeError: e.getThumbnailsPanelWidth is not a function |
| Uncaught TypeError: Cannot read property ‘left’ of undefined | |||
| XLSB | Blank screen | Uncaught TypeError: e.getThumbnailsPanelWidth is not a function | |
| Uncaught TypeError: Cannot read property ‘left’ of undefined | |||
| XLSM | Blank screen | Uncaught TypeError: e.getThumbnailsPanelWidth is not a function | |
| Uncaught TypeError: Cannot read property ‘left’ of undefined | |||
| XLSX | Blank screen | Uncaught TypeError: e.getThumbnailsPanelWidth is not a function | |
| Uncaught TypeError: Cannot read property ‘left’ of undefined | |||
| XLTM | Blank screen | Uncaught TypeError: e.getThumbnailsPanelWidth is not a function | |
| Uncaught TypeError: Cannot read property ‘left’ of undefined | |||
| XLTX | Blank screen | Uncaught TypeError: e.getThumbnailsPanelWidth is not a function | |
| Uncaught TypeError: Cannot read property ‘left’ of undefined | |||
| Microsoft Visio | VDX | Error in element DocumentProperties in VisioDocument. Null | Uncaught TypeError: e.getThumbnailsPanelWidth is not a function |
| VDW | Error in element VisioDocument in VisioDocument. Error in element StyleSheet in VisioDocumentStyleSheetsStyleSheet[-2,147,483,648]. Null | Uncaught TypeError: e.getThumbnailsPanelWidth is not a function | |
| VSD | Error in element VisioDocument in VisioDocument. Error in element StyleSheet in VisioDocumentStyleSheetsStyleSheet[-2,147,483,648]. Null | Uncaught TypeError: e.getThumbnailsPanelWidth is not a function | |
| VSDM | no test file | no test file | |
| VSDX | no test file | no test file | |
| VSS | Error in element VisioDocument in VisioDocument. Error in element StyleSheet in VisioDocumentStyleSheetsStyleSheet[-2,147,483,648]. Null | Uncaught TypeError: e.getThumbnailsPanelWidth is not a function | |
| VST | Error in element VisioDocument in VisioDocument. Error in element StyleSheet in VisioDocumentStyleSheetsStyleSheet[-2,147,483,648]. Null | Uncaught TypeError: e.getThumbnailsPanelWidth is not a function | |
| VSX | Error in element DocumentProperties in VisioDocument. Null | Uncaught TypeError: e.getThumbnailsPanelWidth is not a function | |
| VTX | Error in element DocumentProperties in VisioDocument. Null | Uncaught TypeError: e.getThumbnailsPanelWidth is not a function | |
| Microsoft Project | MPP | Service link is not found | Uncaught TypeError: e.getThumbnailsPanelWidth is not a function |
| MPT | Service link is not found | Uncaught TypeError: e.getThumbnailsPanelWidth is not a function | |
| OpenDocument Formats | ODS | Blank screen | Uncaught TypeError: e.getThumbnailsPanelWidth is not a function |
| Uncaught TypeError: Cannot read property ‘left’ of undefined | |||
| Plain Text File | TXT | Blank screen | Uncaught TypeError: e.getThumbnailsPanelWidth is not a function |
| Uncaught TypeError: Cannot read property ‘left’ of undefined |
The attachment File_format_validation_Viewer.zip contains the files in different formats I’d tried.
application.properties is attached as well.
OS. windows 2012
library version : 2.10.0
P.S. Due to deploy as Root on Tomcat is not a applicable way in our system, library 2.11.0 is not considered .