SetValue with empty string produce zero value in cell

In Version 7.3 is okay. Version 7.4. writes a “0” in the cell

builder.CreateFile("xlsx");
var oWorksheet = Api.GetActiveSheet();
oWorksheet.GetRange("A2").SetValue("");
builder.SaveFile("xlsx", "GetRange.xlsx");
builder.CloseFile();

DocumentBuilder version: 7.4
Installation method: Installer Docbuilder 7.4
OS: Windows 10

Hello @KlausR

We will check the situation and I’ll let you know the result.