Skip to content

Commit 7070a3a

Browse files
committed
ISSUE-CELLSGO-204: Update Aspose.Cells for Go via C++ 25.10 API references.
1 parent 4ef079d commit 7070a3a

File tree

52 files changed

+401
-176
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+401
-176
lines changed

english/go-cpp/AbstractTextLoadOptions/GetConvertDateTimeData/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ url: /go-cpp/abstracttextloadoptions/getconvertdatetimedata/
1010

1111
## GetConvertDateTimeData function
1212

13-
Gets or sets a value that indicates whether the string in text file is converted to date data.
13+
Gets or sets a value that indicates whether the string in text file is converted to date data.Default value is true.
1414

1515
```go
1616

english/go-cpp/AbstractTextLoadOptions/GetConvertNumericData/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ url: /go-cpp/abstracttextloadoptions/getconvertnumericdata/
1010

1111
## GetConvertNumericData function
1212

13-
Gets or sets a value that indicates whether the string in text file is converted to numeric data.
13+
Gets or sets a value that indicates whether the string in text file is converted to numeric data.Default value is true.
1414

1515
```go
1616

english/go-cpp/AbstractTextLoadOptions/SetConvertDateTimeData/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ url: /go-cpp/abstracttextloadoptions/setconvertdatetimedata/
1010

1111
## SetConvertDateTimeData function
1212

13-
Gets or sets a value that indicates whether the string in text file is converted to date data.
13+
Gets or sets a value that indicates whether the string in text file is converted to date data.Default value is true.
1414

1515
```go
1616

english/go-cpp/AbstractTextLoadOptions/SetConvertNumericData/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ url: /go-cpp/abstracttextloadoptions/setconvertnumericdata/
1010

1111
## SetConvertNumericData function
1212

13-
Gets or sets a value that indicates whether the string in text file is converted to numeric data.
13+
Gets or sets a value that indicates whether the string in text file is converted to numeric data.Default value is true.
1414

1515
```go
1616

english/go-cpp/AbstractTextLoadOptions/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ type AbstractTextLoadOptions struct {
3434
|[SetEncoding](./setencoding/) | Gets and sets the default encoding. Only applies for csv file. |
3535
|[GetLoadStyleStrategy](./getloadstylestrategy/) | Indicates the strategy to apply style for parsed values when converting string value to number or datetime. |
3636
|[SetLoadStyleStrategy](./setloadstylestrategy/) | Indicates the strategy to apply style for parsed values when converting string value to number or datetime. |
37-
|[GetConvertNumericData](./getconvertnumericdata/) | Gets or sets a value that indicates whether the string in text file is converted to numeric data. |
38-
|[SetConvertNumericData](./setconvertnumericdata/) | Gets or sets a value that indicates whether the string in text file is converted to numeric data. |
39-
|[GetConvertDateTimeData](./getconvertdatetimedata/) | Gets or sets a value that indicates whether the string in text file is converted to date data. |
40-
|[SetConvertDateTimeData](./setconvertdatetimedata/) | Gets or sets a value that indicates whether the string in text file is converted to date data. |
37+
|[GetConvertNumericData](./getconvertnumericdata/) | Gets or sets a value that indicates whether the string in text file is converted to numeric data.Default value is true. |
38+
|[SetConvertNumericData](./setconvertnumericdata/) | Gets or sets a value that indicates whether the string in text file is converted to numeric data.Default value is true. |
39+
|[GetConvertDateTimeData](./getconvertdatetimedata/) | Gets or sets a value that indicates whether the string in text file is converted to date data.Default value is true. |
40+
|[SetConvertDateTimeData](./setconvertdatetimedata/) | Gets or sets a value that indicates whether the string in text file is converted to date data.Default value is true. |
4141
|[GetKeepPrecision](./getkeepprecision/) | Indicates whether not parsing a string value if the length is 15. |
4242
|[SetKeepPrecision](./setkeepprecision/) | Indicates whether not parsing a string value if the length is 15. |
4343
|[GetLoadFormat](./getloadformat/) | Gets the load format. |

english/go-cpp/AutoShapeType/_index.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -63,18 +63,18 @@ type AutoShapeType int32
6363
|[CurvedConnector](./curvedconnector/) | |
6464
|[CurvedConnector4](./curvedconnector4/) | |
6565
|[CurvedConnector5](./curvedconnector5/) | |
66-
|[LineCalloutNoBorder2](./linecalloutnoborder2/) | |
67-
|[LineCalloutNoBorder3](./linecalloutnoborder3/) | |
68-
|[LineCalloutNoBorder4](./linecalloutnoborder4/) | |
69-
|[LineCalloutWithAccentBar2](./linecalloutwithaccentbar2/) | |
70-
|[LineCalloutWithAccentBar3](./linecalloutwithaccentbar3/) | |
71-
|[LineCalloutWithAccentBar4](./linecalloutwithaccentbar4/) | |
72-
|[LineCalloutWithBorder2](./linecalloutwithborder2/) | |
73-
|[LineCalloutWithBorder3](./linecalloutwithborder3/) | |
74-
|[LineCalloutWithBorder4](./linecalloutwithborder4/) | |
75-
|[LineCalloutWithBorderAndAccentBar2](./linecalloutwithborderandaccentbar2/) | |
76-
|[LineCalloutWithBorderAndAccentBar3](./linecalloutwithborderandaccentbar3/) | |
77-
|[LineCalloutWithBorderAndAccentBar4](./linecalloutwithborderandaccentbar4/) | |
66+
|[LineCalloutNoBorder2](./linecalloutnoborder2/) | Specifies the "Line Callout 2(No Border)" type of the Ms Excel 97-2003 version or the "Callout: Line with No Border" type of the Ms Excel 2007 version. |
67+
|[LineCalloutNoBorder3](./linecalloutnoborder3/) | Specifies the "Line Callout 3(No Border)" type of the Ms Excel 97-2003 version or the "Callout: Bent Line with No Border" type of the Ms Excel 2007 version. |
68+
|[LineCalloutNoBorder4](./linecalloutnoborder4/) | Specifies the "Line Callout 4(No Border)" type of the Ms Excel 97-2003 version or the "Callout: Double Bent Line with No Border" type of the Ms Excel 2007 version. |
69+
|[LineCalloutWithAccentBar2](./linecalloutwithaccentbar2/) | Specifies the "Line Callout 2(Accent Bar)" type of the Ms Excel 97-2003 version or the "Callout: Line with Accent Bar" type of the Ms Excel 2007 version. |
70+
|[LineCalloutWithAccentBar3](./linecalloutwithaccentbar3/) | Specifies the "Line Callout 3(Accent Bar)" type of the Ms Excel 97-2003 version or the "Callout: Bent Line with Accent Bar" type of the Ms Excel 2007 version. |
71+
|[LineCalloutWithAccentBar4](./linecalloutwithaccentbar4/) | Specifies the "Line Callout 4(Accent Bar)" type of the Ms Excel 97-2003 version or the "Callout: Double Bent Line with Accent Bar" type of the Ms Excel 2007 version. |
72+
|[LineCalloutWithBorder2](./linecalloutwithborder2/) | Specifies the "Line Callout 2" type of the Ms Excel 97-2003 version or the "Callout: Line" type of the Ms Excel 2007 version. |
73+
|[LineCalloutWithBorder3](./linecalloutwithborder3/) | Specifies the "Line Callout 3" type of the Ms Excel 97-2003 version or the "Callout: Bent Line" type of the Ms Excel 2007 version. |
74+
|[LineCalloutWithBorder4](./linecalloutwithborder4/) | Specifies the "Line Callout 4" type of the Ms Excel 97-2003 version or the "Callout: Double Bent Line" type of the Ms Excel 2007 version. |
75+
|[LineCalloutWithBorderAndAccentBar2](./linecalloutwithborderandaccentbar2/) | Specifies the "Line Callout 2(Border and Accent Bar)" type of the Ms Excel 97-2003 version or the "Callout: Line with Border and Accent Bar" type of the Ms Excel 2007 version. |
76+
|[LineCalloutWithBorderAndAccentBar3](./linecalloutwithborderandaccentbar3/) | Specifies the "Line Callout 3(Border and Accent Bar)" type of the Ms Excel 97-2003 version or the "Callout: Bent Line with Border and Accent Bar" type of the Ms Excel 2007 version. |
77+
|[LineCalloutWithBorderAndAccentBar4](./linecalloutwithborderandaccentbar4/) | Specifies the "Line Callout 4(Border and Accent Bar)" type of the Ms Excel 97-2003 version or the "Callout: Double Bent Line with Border and Accent Bar" type of the Ms Excel 2007 version. |
7878
|[DownRibbon](./downribbon/) | |
7979
|[UpRibbon](./upribbon/) | |
8080
|[Chevron](./chevron/) | |
@@ -200,10 +200,10 @@ type AutoShapeType int32
200200
|[TextCanDown](./textcandown/) | A text shape that is curved downwards as if being read on the side of a can. |
201201
|[FlowChartAlternateProcess](./flowchartalternateprocess/) | |
202202
|[FlowChartOffpageConnector](./flowchartoffpageconnector/) | |
203-
|[LineCalloutNoBorder1](./linecalloutnoborder1/) | |
204-
|[LineCalloutWithAccentBar1](./linecalloutwithaccentbar1/) | |
205-
|[LineCalloutWithBorder1](./linecalloutwithborder1/) | |
206-
|[LineCalloutWithBorderAndAccentBar1](./linecalloutwithborderandaccentbar1/) | |
203+
|[LineCalloutNoBorder1](./linecalloutnoborder1/) | Specifies the "Line Callout 1(No Border)" type of the Ms Excel 97-2003 version. |
204+
|[LineCalloutWithAccentBar1](./linecalloutwithaccentbar1/) | Specifies the "Line Callout 1(Accent Bar)" type of the Ms Excel 97-2003 version. |
205+
|[LineCalloutWithBorder1](./linecalloutwithborder1/) | Specifies the "Line Callout 1" type of the Ms Excel 97-2003 version. |
206+
|[LineCalloutWithBorderAndAccentBar1](./linecalloutwithborderandaccentbar1/) | Specifies the "Line Callout 1(Border and Accent Bar)" type of the Ms Excel 97-2003 version. |
207207
|[LeftRightUpArrow](./leftrightuparrow/) | |
208208
|[Sun](./sun/) | |
209209
|[Moon](./moon/) | |
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: GetRefreshDynamicArrayFormula Method
3+
linktitle: GetRefreshDynamicArrayFormula
4+
second_title: Aspose.Cells for Go via C++ API Reference
5+
description: 'GetRefreshDynamicArrayFormula method. Encapsulates the function that represents getrefreshdynamicarrayformula in Go.'
6+
type: docs
7+
weight: 200
8+
url: /go-cpp/calculationoptions/getrefreshdynamicarrayformula/
9+
---
10+
11+
## GetRefreshDynamicArrayFormula function
12+
13+
Indicates whether dynamic array formulas should be refreshedbefore calculating formulas.
14+
15+
```go
16+
17+
func (instance *CalculationOptions) GetRefreshDynamicArrayFormula() (bool, error)
18+
19+
```
20+
21+
## Remarks
22+
23+
24+
## See Also
25+
26+
* Class [CalculationOptions](../)
27+
* Library [Aspose.Cells for Go](../../)
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: GetUserSpecifiedRefreshDynamicArrayFormula Method
3+
linktitle: GetUserSpecifiedRefreshDynamicArrayFormula
4+
second_title: Aspose.Cells for Go via C++ API Reference
5+
description: 'GetUserSpecifiedRefreshDynamicArrayFormula method. Encapsulates the function that represents getuserspecifiedrefreshdynamicarrayformula in Go.'
6+
type: docs
7+
weight: 200
8+
url: /go-cpp/calculationoptions/getuserspecifiedrefreshdynamicarrayformula/
9+
---
10+
11+
## GetUserSpecifiedRefreshDynamicArrayFormula function
12+
13+
Indicates whether user has explicitly specified the behavior ofrefreshing dynamic array formulas before calculating specified formulas.
14+
15+
```go
16+
17+
func (instance *CalculationOptions) GetUserSpecifiedRefreshDynamicArrayFormula() (bool, error)
18+
19+
```
20+
21+
## Remarks
22+
23+
24+
## See Also
25+
26+
* Class [CalculationOptions](../)
27+
* Library [Aspose.Cells for Go](../../)
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: SetRefreshDynamicArrayFormula Method
3+
linktitle: SetRefreshDynamicArrayFormula
4+
second_title: Aspose.Cells for Go via C++ API Reference
5+
description: 'SetRefreshDynamicArrayFormula method. Encapsulates the function that represents setrefreshdynamicarrayformula in Go.'
6+
type: docs
7+
weight: 200
8+
url: /go-cpp/calculationoptions/setrefreshdynamicarrayformula/
9+
---
10+
11+
## SetRefreshDynamicArrayFormula function
12+
13+
Indicates whether dynamic array formulas should be refreshedbefore calculating formulas.
14+
15+
```go
16+
17+
func (instance *CalculationOptions) SetRefreshDynamicArrayFormula(value bool) error
18+
19+
```
20+
21+
## Remarks
22+
23+
24+
## See Also
25+
26+
* Class [CalculationOptions](../)
27+
* Library [Aspose.Cells for Go](../../)

english/go-cpp/CalculationOptions/_index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ type CalculationOptions struct {
3434
|[SetIgnoreError](./setignoreerror/) | Indicates whether errors encountered while calculating formulas should be ignored.The error may be unsupported function, external links, etc.The default value is true. |
3535
|[GetRecursive](./getrecursive/) | Indicates whether calculate the dependent cells recursively when calculating one cell and it depends on other cells.The default value is true. |
3636
|[SetRecursive](./setrecursive/) | Indicates whether calculate the dependent cells recursively when calculating one cell and it depends on other cells.The default value is true. |
37+
|[GetUserSpecifiedRefreshDynamicArrayFormula](./getuserspecifiedrefreshdynamicarrayformula/) | Indicates whether user has explicitly specified the behavior ofrefreshing dynamic array formulas before calculating specified formulas. |
38+
|[GetRefreshDynamicArrayFormula](./getrefreshdynamicarrayformula/) | Indicates whether dynamic array formulas should be refreshedbefore calculating formulas. |
39+
|[SetRefreshDynamicArrayFormula](./setrefreshdynamicarrayformula/) | Indicates whether dynamic array formulas should be refreshedbefore calculating formulas. |
3740
|[GetCustomEngine](./getcustomengine/) | The custom formula calculation engine to extend the default calculation engine of Aspose.Cells. |
3841
|[SetCustomEngine](./setcustomengine/) | The custom formula calculation engine to extend the default calculation engine of Aspose.Cells. |
3942
|[GetCalcStackSize](./getcalcstacksize/) | The stack size for calculating cells recursively. Default value is 200. |

0 commit comments

Comments
 (0)