Skip to content

Commit 6467a16

Browse files
committed
Fix WriteString
1 parent f75ba8e commit 6467a16

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/XlsxFastEditor.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -625,6 +625,7 @@ public function writeString(int $sheetNumber, string $cellName, string $value):
625625
$sharedStringId = self::makeNewSharedString($value);
626626
$v->nodeValue = (string)$sharedStringId;
627627
$this->touchWorksheet($sheetNumber);
628+
$this->touchPath(self::SHARED_STRINGS_PATH);
628629
}
629630

630631
/**

tests/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
copy.xlsx
22
~*
3+
_*

0 commit comments

Comments
 (0)