-
Notifications
You must be signed in to change notification settings - Fork 306
Open
Labels
bugSomething isn't workingSomething isn't working
Description
EPPlus usage
Personal use
Environment
Windows
Epplus version
8.4.2
Spreadsheet application
No response
Description
Here are the steps to reproduce it:
- Create a workbook in Excel with cell A1 on the first sheet = " " (a space, or any whitespace)
- Open the workbook in EPPlus and test A1.Formula. It will be ="" (empty string, not space).
It seems to be because the Formula setter trims the formula
if (value == null || value.Trim() == "")
{
Value = null;
return;
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Backlog