Skip to content

Commit 551fb8a

Browse files
committed
This closes qax-os#1244 and closes qax-os#1314, improving the compatibility with Google Sheet
- Format code with `gofmt`
1 parent 8152bbb commit 551fb8a

27 files changed

+3474
-3975
lines changed

adjust.go

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ const (
3535
// offset: Number of rows/column to insert/delete negative values indicate deletion
3636
//
3737
// TODO: adjustPageBreaks, adjustComments, adjustDataValidations, adjustProtectedCells
38-
//
3938
func (f *File) adjustHelper(sheet string, dir adjustDirection, num, offset int) error {
4039
ws, err := f.workSheetReader(sheet)
4140
if err != nil {

0 commit comments

Comments
 (0)