Commit 19cd4166 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

Проблема с открытием файла \\192.168.5.2\source\DOCUMENTS\XLS\tatu.xls

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@48315 954022d7-b5bf-4e40-9824-e11837661b57
parent faf9e9dc
...@@ -4098,7 +4098,7 @@ function Binary_StylesTableReader(stream, wb, aCellXfs, Dxfs) ...@@ -4098,7 +4098,7 @@ function Binary_StylesTableReader(stream, wb, aCellXfs, Dxfs)
if (null !== oCellStyleXfs.ApplyNumberFormat) if (null !== oCellStyleXfs.ApplyNumberFormat)
oCellStyle.ApplyNumberFormat = oCellStyleXfs.ApplyNumberFormat; oCellStyle.ApplyNumberFormat = oCellStyleXfs.ApplyNumberFormat;
this.wb.CellStyles.CustomStyles[oCellStyle.XfId] = oCellStyle; this.wb.CellStyles.CustomStyles.push(oCellStyle);
} }
for(var i in oStyleObject.oCustomTableStyles) for(var i in oStyleObject.oCustomTableStyles)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment