|
@@ -30,7 +30,7 @@ type ProcessBillExcel struct {
|
|
|
}
|
|
|
|
|
|
func (b *ProcessBillExcel) drawTitle() error {
|
|
|
- marginLeft := excelize.PageMarginLeft(0.3)
|
|
|
+ marginLeft := excelize.PageMarginLeft(0.25)
|
|
|
b.Excel.SetPageMargins(b.SheetName, marginLeft)
|
|
|
tileIndex := b.Offset + 1
|
|
|
startCell := fmt.Sprintf("A%d", tileIndex)
|