Skip to content

Conversation

@ZagidullinRuslanG
Copy link

  • The Replace function was creating an empty StringBuilder and immediately trying to remove characters from it, causing formula calculation to fail
  • Added strBuff.Append(oldStr) to populate the buffer before modification
  • Fixes issue with REPLACE formula in Excel spreadsheets

…unction nissl-lab#1655

- The Replace function was creating an empty StringBuilder and immediately
  trying to remove characters from it, causing formula calculation to fail
- Added strBuff.Append(oldStr) to populate the buffer before modification
- Fixes issue with REPLACE formula in Excel spreadsheets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant