We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb1105b commit 4dd57c1Copy full SHA for 4dd57c1
xmlWorksheet.go
@@ -428,7 +428,7 @@ type xlsxDataValidations struct {
428
DataValidation []*xlsxDataValidation `xml:"dataValidation"`
429
}
430
431
-// DataValidation directly maps the single item of data validation defined
+// xlsxDataValidation directly maps the single item of data validation defined
432
// on a range of the worksheet.
433
type xlsxDataValidation struct {
434
AllowBlank bool `xml:"allowBlank,attr"`
0 commit comments