Skip to content

Commit

Permalink
This closes qax-os#1244 and closes qax-os#1314, improving the compati…
Browse files Browse the repository at this point in the history
…bility with Google Sheet

- Format code with `gofmt`
  • Loading branch information
xuri committed Oct 9, 2022
1 parent 57c823c commit 11ec19e
Show file tree
Hide file tree
Showing 27 changed files with 3,474 additions and 3,975 deletions.
1 change: 0 additions & 1 deletion adjust.go
Expand Up @@ -35,7 +35,6 @@ const (
// offset: Number of rows/column to insert/delete negative values indicate deletion
//
// TODO: adjustPageBreaks, adjustComments, adjustDataValidations, adjustProtectedCells
//
func (f *File) adjustHelper(sheet string, dir adjustDirection, num, offset int) error {
ws, err := f.workSheetReader(sheet)
if err != nil {
Expand Down

0 comments on commit 11ec19e

Please sign in to comment.