ZHU ZHIPU
ZHU ZHIPU
when we try to add comment to a cell with comment, when open the excel file, the excel program will complain about 'there is an error occur, but we has...
```go func TestCreateExcelAndUpdateComment(t *testing.T) { target := "test.xlsx" target2 := "test-after.xlsx" { var err error fd := excelize.NewFile() err = fd.AddComment("Sheet1", "A1", fmt.Sprintf(`{"author":"Excelize: ","text":"This is a comment" }`)) require.Nil(t, err)...
it will be good to has a method to delete or update comment in a cell
mold 1.5.1 (1ed941f3f0c3a7e55ba5d34a9f9f0fe7f67cb90d; compatible with GNU ld)
it is not working in latest commit: 2e52cf6e6852
> hi @coreyzzp ! It looks like you're using clangd on a modules enabled build, unfortunately that's not something we support (explicitly) today. > > Can you share the logs...