lj-wsdj 2024-05-17 13:32:52 +08:00
parent 5f6aec0aee
commit 58753da6f9
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ type CellLocation struct {
func (e *Exporter) SetCell(sheet string, cell Cell) {
start_col, end_col := e.CaculateCell(cell.Location, cell.Rowspan, cell.Colspan)
fmt.Println(sheet, start_col, end_col, cell.Value)
if start_col != end_col {
e.xlsx.MergeCell(sheet, start_col, end_col)
}