v1.1.9-patch1
This commit is contained in:
parent
6721a005ca
commit
b8a23ba5a2
|
|
@ -336,7 +336,7 @@ Type xlsxWorkBook = Class
|
|||
begin
|
||||
if LowerCase(lpstr.GetText()) = LowerCase(sourceSheet) then
|
||||
begin
|
||||
if ifnil(pstr) then vector.InsertFirstChild('element', 'vt:lpstr');
|
||||
if ifnil(pstr) then lpstr := vector.InsertFirstChild('element', 'vt:lpstr');
|
||||
else lpstr := vector.InsertAfterChild(pstr, 'element', 'vt:lpstr');
|
||||
lpstr.SetValue(destSheet);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in New Issue