substr() doesn't work properly with IE8 #351

Closed
Aymkdn wants to merge 1 commits from patch-2 into master
Aymkdn commented 2016-01-13 18:03:11 +00:00 (Migrated from github.com)

Use slice() instead of substr() to make it work with IE8

Use slice() instead of substr() to make it work with IE8
SheetJSDev commented 2017-02-22 07:06:13 +00:00 (Migrated from github.com)

@Aymkdn all bad cases where substr was being used with a negative index were replaced with slice. This also resolved some IE6 issues with reading XLSB files!

@Aymkdn all bad cases where substr was being used with a negative index were replaced with slice. This also resolved some IE6 issues with reading XLSB files!

Pull request closed

Sign in to join this conversation.
No description provided.