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.

We have registered the issue as a bug. I am very sorry for the amount of time it took.

Hello again @KlausR

Version 8.1 of DocBuilder was released recently, please update your app and check the situation again. This issue should be fixed in this version, I am looking forward to your feedback.