WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit fb44f25

Browse files
committed
fix
1 parent faf5bd9 commit fb44f25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Spreadsheet/Excel/Writer/Parser.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ protected function _initializeHashes()
263263
'ptgAreaV' => 0x45,
264264
'ptgMemAreaV' => 0x46,
265265
'ptgMemErrV' => 0x47,
266-
// 'ptgMemNoMem' => 0x48, // Duplicate of 0x28 in Excel spec
266+
// 'ptgMemNoMemV' => 0x48, // Duplicate of 0x28 (ptgMemNoMem) in Excel spec
267267
'ptgMemFuncV' => 0x49,
268268
'ptgRefErrV' => 0x4A,
269269
'ptgAreaErrV' => 0x4B,
@@ -285,7 +285,7 @@ protected function _initializeHashes()
285285
'ptgAreaA' => 0x65,
286286
'ptgMemAreaA' => 0x66,
287287
'ptgMemErrA' => 0x67,
288-
// 'ptgMemNoMem' => 0x68, // Duplicate of 0x28 in Excel spec
288+
// 'ptgMemNoMemA' => 0x68, // Duplicate of 0x28 (ptgMemNoMem) in Excel spec
289289
'ptgMemFuncA' => 0x69,
290290
'ptgRefErrA' => 0x6A,
291291
'ptgAreaErrA' => 0x6B,

0 commit comments

Comments
 (0)