mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-20 01:04:34 +08:00
XlsFormat - fix bugs, add ColorScale
This commit is contained in:
@ -144,6 +144,11 @@ bool COfficeFileFormatChecker::isXlsFormatFile (POLE::Storage * storage)
|
||||
if (stream2.read(buffer,10) >0)
|
||||
return true;
|
||||
|
||||
POLE::Stream stream3(storage, "WORKBOOK");
|
||||
|
||||
if (stream3.read(buffer,10) >0)
|
||||
return true;
|
||||
|
||||
return false;
|
||||
}
|
||||
bool COfficeFileFormatChecker::isPptFormatFile (POLE::Storage * storage)
|
||||
|
||||
Reference in New Issue
Block a user