Commit 48f9f096 authored by Alexander.Trofimov's avatar Alexander.Trofimov

init g_DefNameWorksheet

parent d2ac9c18
...@@ -9104,7 +9104,7 @@ Range.prototype._foreachNoEmpty=function(action, excludeHiddenRows){ ...@@ -9104,7 +9104,7 @@ Range.prototype._foreachNoEmpty=function(action, excludeHiddenRows){
window['AscCommonExcel'].oDefaultMetrics = oDefaultMetrics; window['AscCommonExcel'].oDefaultMetrics = oDefaultMetrics;
window['AscCommonExcel'].g_nAllColIndex = g_nAllColIndex; window['AscCommonExcel'].g_nAllColIndex = g_nAllColIndex;
window['AscCommonExcel'].g_nAllRowIndex = g_nAllRowIndex; window['AscCommonExcel'].g_nAllRowIndex = g_nAllRowIndex;
window['AscCommonExcel'].g_DefNameWorksheet; window['AscCommonExcel'].g_DefNameWorksheet = null;
window['AscCommonExcel'].aStandartNumFormats = aStandartNumFormats; window['AscCommonExcel'].aStandartNumFormats = aStandartNumFormats;
window['AscCommonExcel'].aStandartNumFormatsId = aStandartNumFormatsId; window['AscCommonExcel'].aStandartNumFormatsId = aStandartNumFormatsId;
window['AscCommonExcel'].oFormulaLocaleInfo = oFormulaLocaleInfo; window['AscCommonExcel'].oFormulaLocaleInfo = oFormulaLocaleInfo;
......
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