-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
the sqref of dataValidations is a range in my excel file (xl\worksheets\sheet1.xml)
<dataValidations count="1">
<dataValidation sqref="G1:G3 H1:H3" .../>
</dataValidations>
f, _ := excelize.OpenFile("test.xlsx")
defer f.Close()
sn := "Sheet 1"
if err := f.InsertRows(sn, 2, 1); err != nil {
println(err.Error())
}
the error will happen
invalid column name "G3 H"
lib version: 2.8.1
go version: 1.22
os: ubuntu 22.04
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working