Skip to content

Commit 13a9769

Browse files
committed
Comments style changed.
1 parent 2f146c9 commit 13a9769

32 files changed

+279
-341
lines changed

cell.go

+8-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
/*
2-
Package excelize providing a set of functions that allow you to write to
3-
and read from XLSX files. Support reads and writes XLSX file generated by
4-
Microsoft Excel™ 2007 and later. Support save file without losing original
5-
charts of XLSX. This library needs Go version 1.8 or later.
6-
7-
Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
8-
this source code is governed by a BSD-style license that can be found in
9-
the LICENSE file.
10-
*/
1+
// Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
2+
// this source code is governed by a BSD-style license that can be found in
3+
// the LICENSE file.
4+
//
5+
// Package excelize providing a set of functions that allow you to write to
6+
// and read from XLSX files. Support reads and writes XLSX file generated by
7+
// Microsoft Excel™ 2007 and later. Support save file without losing original
8+
// charts of XLSX. This library needs Go version 1.8 or later.
119
package excelize
1210

1311
import (

chart.go

+8-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
/*
2-
Package excelize providing a set of functions that allow you to write to
3-
and read from XLSX files. Support reads and writes XLSX file generated by
4-
Microsoft Excel™ 2007 and later. Support save file without losing original
5-
charts of XLSX. This library needs Go version 1.8 or later.
6-
7-
Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
8-
this source code is governed by a BSD-style license that can be found in
9-
the LICENSE file.
10-
*/
1+
// Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
2+
// this source code is governed by a BSD-style license that can be found in
3+
// the LICENSE file.
4+
//
5+
// Package excelize providing a set of functions that allow you to write to
6+
// and read from XLSX files. Support reads and writes XLSX file generated by
7+
// Microsoft Excel™ 2007 and later. Support save file without losing original
8+
// charts of XLSX. This library needs Go version 1.8 or later.
119
package excelize
1210

1311
import (

col.go

+8-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
/*
2-
Package excelize providing a set of functions that allow you to write to
3-
and read from XLSX files. Support reads and writes XLSX file generated by
4-
Microsoft Excel™ 2007 and later. Support save file without losing original
5-
charts of XLSX. This library needs Go version 1.8 or later.
6-
7-
Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
8-
this source code is governed by a BSD-style license that can be found in
9-
the LICENSE file.
10-
*/
1+
// Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
2+
// this source code is governed by a BSD-style license that can be found in
3+
// the LICENSE file.
4+
//
5+
// Package excelize providing a set of functions that allow you to write to
6+
// and read from XLSX files. Support reads and writes XLSX file generated by
7+
// Microsoft Excel™ 2007 and later. Support save file without losing original
8+
// charts of XLSX. This library needs Go version 1.8 or later.
119
package excelize
1210

1311
import (

comment.go

+8-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
/*
2-
Package excelize providing a set of functions that allow you to write to
3-
and read from XLSX files. Support reads and writes XLSX file generated by
4-
Microsoft Excel™ 2007 and later. Support save file without losing original
5-
charts of XLSX. This library needs Go version 1.8 or later.
6-
7-
Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
8-
this source code is governed by a BSD-style license that can be found in
9-
the LICENSE file.
10-
*/
1+
// Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
2+
// this source code is governed by a BSD-style license that can be found in
3+
// the LICENSE file.
4+
//
5+
// Package excelize providing a set of functions that allow you to write to
6+
// and read from XLSX files. Support reads and writes XLSX file generated by
7+
// Microsoft Excel™ 2007 and later. Support save file without losing original
8+
// charts of XLSX. This library needs Go version 1.8 or later.
119
package excelize
1210

1311
import (

datavalidation.go

+8-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
/*
2-
Package excelize providing a set of functions that allow you to write to
3-
and read from XLSX files. Support reads and writes XLSX file generated by
4-
Microsoft Excel™ 2007 and later. Support save file without losing original
5-
charts of XLSX. This library needs Go version 1.8 or later.
6-
7-
Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
8-
this source code is governed by a BSD-style license that can be found in
9-
the LICENSE file.
10-
*/
1+
// Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
2+
// this source code is governed by a BSD-style license that can be found in
3+
// the LICENSE file.
4+
//
5+
// Package excelize providing a set of functions that allow you to write to
6+
// and read from XLSX files. Support reads and writes XLSX file generated by
7+
// Microsoft Excel™ 2007 and later. Support save file without losing original
8+
// charts of XLSX. This library needs Go version 1.8 or later.
119
package excelize
1210

1311
import (

datavalidation_test.go

+8-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
/*
2-
Package excelize providing a set of functions that allow you to write to
3-
and read from XLSX files. Support reads and writes XLSX file generated by
4-
Microsoft Excel™ 2007 and later. Support save file without losing original
5-
charts of XLSX. This library needs Go version 1.8 or later.
6-
7-
Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
8-
this source code is governed by a BSD-style license that can be found in
9-
the LICENSE file.
10-
*/
1+
// Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
2+
// this source code is governed by a BSD-style license that can be found in
3+
// the LICENSE file.
4+
//
5+
// Package excelize providing a set of functions that allow you to write to
6+
// and read from XLSX files. Support reads and writes XLSX file generated by
7+
// Microsoft Excel™ 2007 and later. Support save file without losing original
8+
// charts of XLSX. This library needs Go version 1.8 or later.
119
package excelize
1210

1311
import "testing"

date.go

+8-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
/*
2-
Package excelize providing a set of functions that allow you to write to
3-
and read from XLSX files. Support reads and writes XLSX file generated by
4-
Microsoft Excel™ 2007 and later. Support save file without losing original
5-
charts of XLSX. This library needs Go version 1.8 or later.
6-
7-
Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
8-
this source code is governed by a BSD-style license that can be found in
9-
the LICENSE file.
10-
*/
1+
// Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
2+
// this source code is governed by a BSD-style license that can be found in
3+
// the LICENSE file.
4+
//
5+
// Package excelize providing a set of functions that allow you to write to
6+
// and read from XLSX files. Support reads and writes XLSX file generated by
7+
// Microsoft Excel™ 2007 and later. Support save file without losing original
8+
// charts of XLSX. This library needs Go version 1.8 or later.
119
package excelize
1210

1311
import (

excelize.go

+8-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
/*
2-
Package excelize providing a set of functions that allow you to write to
3-
and read from XLSX files. Support reads and writes XLSX file generated by
4-
Microsoft Excel™ 2007 and later. Support save file without losing original
5-
charts of XLSX. This library needs Go version 1.8 or later.
6-
7-
Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
8-
this source code is governed by a BSD-style license that can be found in
9-
the LICENSE file.
10-
*/
1+
// Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
2+
// this source code is governed by a BSD-style license that can be found in
3+
// the LICENSE file.
4+
//
5+
// Package excelize providing a set of functions that allow you to write to
6+
// and read from XLSX files. Support reads and writes XLSX file generated by
7+
// Microsoft Excel™ 2007 and later. Support save file without losing original
8+
// charts of XLSX. This library needs Go version 1.8 or later.
119
package excelize
1210

1311
import (

file.go

+8-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
/*
2-
Package excelize providing a set of functions that allow you to write to
3-
and read from XLSX files. Support reads and writes XLSX file generated by
4-
Microsoft Excel™ 2007 and later. Support save file without losing original
5-
charts of XLSX. This library needs Go version 1.8 or later.
6-
7-
Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
8-
this source code is governed by a BSD-style license that can be found in
9-
the LICENSE file.
10-
*/
1+
// Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
2+
// this source code is governed by a BSD-style license that can be found in
3+
// the LICENSE file.
4+
//
5+
// Package excelize providing a set of functions that allow you to write to
6+
// and read from XLSX files. Support reads and writes XLSX file generated by
7+
// Microsoft Excel™ 2007 and later. Support save file without losing original
8+
// charts of XLSX. This library needs Go version 1.8 or later.
119
package excelize
1210

1311
import (

hsl.go

+32-34
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,35 @@
1-
/*
2-
Package excelize providing a set of functions that allow you to write to
3-
and read from XLSX files. Support reads and writes XLSX file generated by
4-
Microsoft Excel™ 2007 and later. Support save file without losing original
5-
charts of XLSX. This library needs Go version 1.8 or later.
6-
7-
Copyright (c) 2012 Rodrigo Moraes. All rights reserved.
8-
9-
Redistribution and use in source and binary forms, with or without
10-
modification, are permitted provided that the following conditions are
11-
met:
12-
13-
* Redistributions of source code must retain the above copyright
14-
notice, this list of conditions and the following disclaimer.
15-
* Redistributions in binary form must reproduce the above
16-
copyright notice, this list of conditions and the following disclaimer
17-
in the documentation and/or other materials provided with the
18-
distribution.
19-
* Neither the name of Google Inc. nor the names of its
20-
contributors may be used to endorse or promote products derived from
21-
this software without specific prior written permission.
22-
23-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
24-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
25-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
26-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
27-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
28-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
29-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
30-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
31-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
32-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
33-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
34-
*/
1+
// Copyright (c) 2012 Rodrigo Moraes. All rights reserved.
2+
//
3+
// Redistribution and use in source and binary forms, with or without
4+
// modification, are permitted provided that the following conditions are
5+
// met:
6+
//
7+
// * Redistributions of source code must retain the above copyright
8+
// notice, this list of conditions and the following disclaimer.
9+
// * Redistributions in binary form must reproduce the above
10+
// copyright notice, this list of conditions and the following disclaimer
11+
// in the documentation and/or other materials provided with the
12+
// distribution.
13+
// * Neither the name of Google Inc. nor the names of its
14+
// contributors may be used to endorse or promote products derived from
15+
// this software without specific prior written permission.
16+
//
17+
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
18+
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
19+
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
20+
// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
21+
// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
22+
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
23+
// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24+
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
25+
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26+
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
27+
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28+
//
29+
// Package excelize providing a set of functions that allow you to write to
30+
// and read from XLSX files. Support reads and writes XLSX file generated by
31+
// Microsoft Excel™ 2007 and later. Support save file without losing original
32+
// charts of XLSX. This library needs Go version 1.8 or later.
3533
package excelize
3634

3735
import (

lib.go

+8-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
/*
2-
Package excelize providing a set of functions that allow you to write to
3-
and read from XLSX files. Support reads and writes XLSX file generated by
4-
Microsoft Excel™ 2007 and later. Support save file without losing original
5-
charts of XLSX. This library needs Go version 1.8 or later.
6-
7-
Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
8-
this source code is governed by a BSD-style license that can be found in
9-
the LICENSE file.
10-
*/
1+
// Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
2+
// this source code is governed by a BSD-style license that can be found in
3+
// the LICENSE file.
4+
//
5+
// Package excelize providing a set of functions that allow you to write to
6+
// and read from XLSX files. Support reads and writes XLSX file generated by
7+
// Microsoft Excel™ 2007 and later. Support save file without losing original
8+
// charts of XLSX. This library needs Go version 1.8 or later.
119
package excelize
1210

1311
import (

picture.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1+
// Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
2+
// this source code is governed by a BSD-style license that can be found in
3+
// the LICENSE file.
4+
//
15
// Package excelize providing a set of functions that allow you to write to
26
// and read from XLSX files. Support reads and writes XLSX file generated by
37
// Microsoft Excel™ 2007 and later. Support save file without losing original
48
// charts of XLSX. This library needs Go version 1.8 or later.
5-
//
6-
// Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
7-
// this source code is governed by a BSD-style license that can be found in
8-
// the LICENSE file.
99
package excelize
1010

1111
import (

rows.go

+8-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
/*
2-
Package excelize providing a set of functions that allow you to write to
3-
and read from XLSX files. Support reads and writes XLSX file generated by
4-
Microsoft Excel™ 2007 and later. Support save file without losing original
5-
charts of XLSX. This library needs Go version 1.8 or later.
6-
7-
Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
8-
this source code is governed by a BSD-style license that can be found in
9-
the LICENSE file.
10-
*/
1+
// Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
2+
// this source code is governed by a BSD-style license that can be found in
3+
// the LICENSE file.
4+
//
5+
// Package excelize providing a set of functions that allow you to write to
6+
// and read from XLSX files. Support reads and writes XLSX file generated by
7+
// Microsoft Excel™ 2007 and later. Support save file without losing original
8+
// charts of XLSX. This library needs Go version 1.8 or later.
119
package excelize
1210

1311
import (

shape.go

+8-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
/*
2-
Package excelize providing a set of functions that allow you to write to
3-
and read from XLSX files. Support reads and writes XLSX file generated by
4-
Microsoft Excel™ 2007 and later. Support save file without losing original
5-
charts of XLSX. This library needs Go version 1.8 or later.
6-
7-
Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
8-
this source code is governed by a BSD-style license that can be found in
9-
the LICENSE file.
10-
*/
1+
// Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
2+
// this source code is governed by a BSD-style license that can be found in
3+
// the LICENSE file.
4+
//
5+
// Package excelize providing a set of functions that allow you to write to
6+
// and read from XLSX files. Support reads and writes XLSX file generated by
7+
// Microsoft Excel™ 2007 and later. Support save file without losing original
8+
// charts of XLSX. This library needs Go version 1.8 or later.
119
package excelize
1210

1311
import (

sheet.go

+8-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
/*
2-
Package excelize providing a set of functions that allow you to write to
3-
and read from XLSX files. Support reads and writes XLSX file generated by
4-
Microsoft Excel™ 2007 and later. Support save file without losing original
5-
charts of XLSX. This library needs Go version 1.8 or later.
6-
7-
Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
8-
this source code is governed by a BSD-style license that can be found in
9-
the LICENSE file.
10-
*/
1+
// Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
2+
// this source code is governed by a BSD-style license that can be found in
3+
// the LICENSE file.
4+
//
5+
// Package excelize providing a set of functions that allow you to write to
6+
// and read from XLSX files. Support reads and writes XLSX file generated by
7+
// Microsoft Excel™ 2007 and later. Support save file without losing original
8+
// charts of XLSX. This library needs Go version 1.8 or later.
119
package excelize
1210

1311
import (

sheetpr.go

+8-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
/*
2-
Package excelize providing a set of functions that allow you to write to
3-
and read from XLSX files. Support reads and writes XLSX file generated by
4-
Microsoft Excel™ 2007 and later. Support save file without losing original
5-
charts of XLSX. This library needs Go version 1.8 or later.
6-
7-
Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
8-
this source code is governed by a BSD-style license that can be found in
9-
the LICENSE file.
10-
*/
1+
// Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
2+
// this source code is governed by a BSD-style license that can be found in
3+
// the LICENSE file.
4+
//
5+
// Package excelize providing a set of functions that allow you to write to
6+
// and read from XLSX files. Support reads and writes XLSX file generated by
7+
// Microsoft Excel™ 2007 and later. Support save file without losing original
8+
// charts of XLSX. This library needs Go version 1.8 or later.
119
package excelize
1210

1311
// SheetPrOption is an option of a view of a worksheet. See SetSheetPrOptions().

0 commit comments

Comments
 (0)