Do you want to: Suggest a feature / Report a bug / Ask a how-to question
For feature suggestions, describe the result you would like to achieve in detail:
For bug reports, provide the steps to reproduce and if possible a minimal demo of the problem:
DocumentBuilder version:
Installation method: online
OS: windows 11
https://api.onlyoffice.com/docbuilder/try?type=cell
code
builder.CreateFile("xlsx"); fetch("https://www.google.com").finally(() => { Api.GetActiveSheet().ActiveCell.SetValue("xxx"); Api.Save(); builder.SaveFile("xlsx", "Save.xlsx"); builder.CloseFile(); });