Skip to content

Commit ed76379

Browse files
committed
Aspose.Cells for Java 25.10
1 parent 4aa6321 commit ed76379

File tree

42 files changed

+446
-65
lines changed

Some content is hidden

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

42 files changed

+446
-65
lines changed

english/java/com.aspose.cells/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -643,6 +643,7 @@ Provides core apis and features to manipulate spreadsheet files and data directl
643643
| [ShowDropButtonType](../com.aspose.cells/showdropbuttontype) | Specifies when to show the drop button |
644644
| [SignatureLine](../com.aspose.cells/signatureline) | Represent the signature line. |
645645
| [SignatureType](../com.aspose.cells/signaturetype) | Specifies the signature type. |
646+
| [SignificantDigitsType](../com.aspose.cells/significantdigitstype) | Represents the type of significant digits for outputing numeric values. |
646647
| [Slicer](../com.aspose.cells/slicer) | summary description of Slicer View |
647648
| [SlicerCache](../com.aspose.cells/slicercache) | Represent summary description of slicer cache |
648649
| [SlicerCacheCrossFilterType](../com.aspose.cells/slicercachecrossfiltertype) | Represent the type of SlicerCacheCrossFilterType |

english/java/com.aspose.cells/abstracttextloadoptions/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public boolean getConvertDateTimeData()
162162
```
163163

164164

165-
Gets a value that indicates whether the string in text file is converted to date data.
165+
Gets a value that indicates whether the string in text file is converted to date data. Default value is true.
166166

167167
**Returns:**
168168
boolean
@@ -172,7 +172,7 @@ public boolean getConvertNumericData()
172172
```
173173

174174

175-
Gets a value that indicates whether the string in text file is converted to numeric data.
175+
Gets a value that indicates whether the string in text file is converted to numeric data. Default value is true.
176176

177177
**Returns:**
178178
boolean
@@ -552,7 +552,7 @@ public void setConvertDateTimeData(boolean value)
552552
```
553553

554554

555-
Sets a value that indicates whether the string in text file is converted to date data.
555+
Sets a value that indicates whether the string in text file is converted to date data. Default value is true.
556556

557557
**Parameters:**
558558
| Parameter | Type | Description |
@@ -565,7 +565,7 @@ public void setConvertNumericData(boolean value)
565565
```
566566

567567

568-
Sets a value that indicates whether the string in text file is converted to numeric data.
568+
Sets a value that indicates whether the string in text file is converted to numeric data. Default value is true.
569569

570570
**Parameters:**
571571
| Parameter | Type | Description |

english/java/com.aspose.cells/arcshape/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1145,6 +1145,7 @@ Gets the worksheet range linked to the control's value.
11451145
```
11461146
if (shape.getLinkedCell().equals("$B$6"))
11471147
shape.setLinkedCell("A1");
1148+
shape.updateSelectedValue();
11481149
```
11491150

11501151
**Returns:**

english/java/com.aspose.cells/autoshapetype/_index.md

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -126,22 +126,22 @@ Represents all built-in auto shape type.
126126
| [LEFT_UP_ARROW](#LEFT-UP-ARROW) | |
127127
| [LIGHTNING_BOLT](#LIGHTNING-BOLT) | |
128128
| [LINE](#LINE) | |
129-
| [LINE_CALLOUT_NO_BORDER_1](#LINE-CALLOUT-NO-BORDER-1) | |
130-
| [LINE_CALLOUT_NO_BORDER_2](#LINE-CALLOUT-NO-BORDER-2) | |
131-
| [LINE_CALLOUT_NO_BORDER_3](#LINE-CALLOUT-NO-BORDER-3) | |
132-
| [LINE_CALLOUT_NO_BORDER_4](#LINE-CALLOUT-NO-BORDER-4) | |
133-
| [LINE_CALLOUT_WITH_ACCENT_BAR_1](#LINE-CALLOUT-WITH-ACCENT-BAR-1) | |
134-
| [LINE_CALLOUT_WITH_ACCENT_BAR_2](#LINE-CALLOUT-WITH-ACCENT-BAR-2) | |
135-
| [LINE_CALLOUT_WITH_ACCENT_BAR_3](#LINE-CALLOUT-WITH-ACCENT-BAR-3) | |
136-
| [LINE_CALLOUT_WITH_ACCENT_BAR_4](#LINE-CALLOUT-WITH-ACCENT-BAR-4) | |
137-
| [LINE_CALLOUT_WITH_BORDER_1](#LINE-CALLOUT-WITH-BORDER-1) | |
138-
| [LINE_CALLOUT_WITH_BORDER_2](#LINE-CALLOUT-WITH-BORDER-2) | |
139-
| [LINE_CALLOUT_WITH_BORDER_3](#LINE-CALLOUT-WITH-BORDER-3) | |
140-
| [LINE_CALLOUT_WITH_BORDER_4](#LINE-CALLOUT-WITH-BORDER-4) | |
141-
| [LINE_CALLOUT_WITH_BORDER_AND_ACCENT_BAR_1](#LINE-CALLOUT-WITH-BORDER-AND-ACCENT-BAR-1) | |
142-
| [LINE_CALLOUT_WITH_BORDER_AND_ACCENT_BAR_2](#LINE-CALLOUT-WITH-BORDER-AND-ACCENT-BAR-2) | |
143-
| [LINE_CALLOUT_WITH_BORDER_AND_ACCENT_BAR_3](#LINE-CALLOUT-WITH-BORDER-AND-ACCENT-BAR-3) | |
144-
| [LINE_CALLOUT_WITH_BORDER_AND_ACCENT_BAR_4](#LINE-CALLOUT-WITH-BORDER-AND-ACCENT-BAR-4) | |
129+
| [LINE_CALLOUT_NO_BORDER_1](#LINE-CALLOUT-NO-BORDER-1) | Specifies the "Line Callout 1(No Border)" type of the Ms Excel 97-2003 version. |
130+
| [LINE_CALLOUT_NO_BORDER_2](#LINE-CALLOUT-NO-BORDER-2) | 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. |
131+
| [LINE_CALLOUT_NO_BORDER_3](#LINE-CALLOUT-NO-BORDER-3) | 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. |
132+
| [LINE_CALLOUT_NO_BORDER_4](#LINE-CALLOUT-NO-BORDER-4) | 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. |
133+
| [LINE_CALLOUT_WITH_ACCENT_BAR_1](#LINE-CALLOUT-WITH-ACCENT-BAR-1) | Specifies the "Line Callout 1(Accent Bar)" type of the Ms Excel 97-2003 version. |
134+
| [LINE_CALLOUT_WITH_ACCENT_BAR_2](#LINE-CALLOUT-WITH-ACCENT-BAR-2) | 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. |
135+
| [LINE_CALLOUT_WITH_ACCENT_BAR_3](#LINE-CALLOUT-WITH-ACCENT-BAR-3) | 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. |
136+
| [LINE_CALLOUT_WITH_ACCENT_BAR_4](#LINE-CALLOUT-WITH-ACCENT-BAR-4) | 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. |
137+
| [LINE_CALLOUT_WITH_BORDER_1](#LINE-CALLOUT-WITH-BORDER-1) | Specifies the "Line Callout 1" type of the Ms Excel 97-2003 version. |
138+
| [LINE_CALLOUT_WITH_BORDER_2](#LINE-CALLOUT-WITH-BORDER-2) | Specifies the "Line Callout 2" type of the Ms Excel 97-2003 version or the "Callout: Line" type of the Ms Excel 2007 version. |
139+
| [LINE_CALLOUT_WITH_BORDER_3](#LINE-CALLOUT-WITH-BORDER-3) | 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. |
140+
| [LINE_CALLOUT_WITH_BORDER_4](#LINE-CALLOUT-WITH-BORDER-4) | 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. |
141+
| [LINE_CALLOUT_WITH_BORDER_AND_ACCENT_BAR_1](#LINE-CALLOUT-WITH-BORDER-AND-ACCENT-BAR-1) | Specifies the "Line Callout 1(Border and Accent Bar)" type of the Ms Excel 97-2003 version. |
142+
| [LINE_CALLOUT_WITH_BORDER_AND_ACCENT_BAR_2](#LINE-CALLOUT-WITH-BORDER-AND-ACCENT-BAR-2) | 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. |
143+
| [LINE_CALLOUT_WITH_BORDER_AND_ACCENT_BAR_3](#LINE-CALLOUT-WITH-BORDER-AND-ACCENT-BAR-3) | 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. |
144+
| [LINE_CALLOUT_WITH_BORDER_AND_ACCENT_BAR_4](#LINE-CALLOUT-WITH-BORDER-AND-ACCENT-BAR-4) | 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. |
145145
| [LINE_INV](#LINE-INV) | |
146146
| [L_SHAPE](#L-SHAPE) | |
147147
| [MATH_DIVIDE](#MATH-DIVIDE) | |
@@ -1162,127 +1162,127 @@ public static final int LINE_CALLOUT_NO_BORDER_1
11621162
```
11631163

11641164

1165-
1165+
Specifies the "Line Callout 1(No Border)" type of the Ms Excel 97-2003 version.
11661166

11671167
### LINE_CALLOUT_NO_BORDER_2 {#LINE-CALLOUT-NO-BORDER-2}
11681168
```
11691169
public static final int LINE_CALLOUT_NO_BORDER_2
11701170
```
11711171

11721172

1173-
1173+
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.
11741174

11751175
### LINE_CALLOUT_NO_BORDER_3 {#LINE-CALLOUT-NO-BORDER-3}
11761176
```
11771177
public static final int LINE_CALLOUT_NO_BORDER_3
11781178
```
11791179

11801180

1181-
1181+
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.
11821182

11831183
### LINE_CALLOUT_NO_BORDER_4 {#LINE-CALLOUT-NO-BORDER-4}
11841184
```
11851185
public static final int LINE_CALLOUT_NO_BORDER_4
11861186
```
11871187

11881188

1189-
1189+
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.
11901190

11911191
### LINE_CALLOUT_WITH_ACCENT_BAR_1 {#LINE-CALLOUT-WITH-ACCENT-BAR-1}
11921192
```
11931193
public static final int LINE_CALLOUT_WITH_ACCENT_BAR_1
11941194
```
11951195

11961196

1197-
1197+
Specifies the "Line Callout 1(Accent Bar)" type of the Ms Excel 97-2003 version.
11981198

11991199
### LINE_CALLOUT_WITH_ACCENT_BAR_2 {#LINE-CALLOUT-WITH-ACCENT-BAR-2}
12001200
```
12011201
public static final int LINE_CALLOUT_WITH_ACCENT_BAR_2
12021202
```
12031203

12041204

1205-
1205+
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.
12061206

12071207
### LINE_CALLOUT_WITH_ACCENT_BAR_3 {#LINE-CALLOUT-WITH-ACCENT-BAR-3}
12081208
```
12091209
public static final int LINE_CALLOUT_WITH_ACCENT_BAR_3
12101210
```
12111211

12121212

1213-
1213+
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.
12141214

12151215
### LINE_CALLOUT_WITH_ACCENT_BAR_4 {#LINE-CALLOUT-WITH-ACCENT-BAR-4}
12161216
```
12171217
public static final int LINE_CALLOUT_WITH_ACCENT_BAR_4
12181218
```
12191219

12201220

1221-
1221+
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.
12221222

12231223
### LINE_CALLOUT_WITH_BORDER_1 {#LINE-CALLOUT-WITH-BORDER-1}
12241224
```
12251225
public static final int LINE_CALLOUT_WITH_BORDER_1
12261226
```
12271227

12281228

1229-
1229+
Specifies the "Line Callout 1" type of the Ms Excel 97-2003 version.
12301230

12311231
### LINE_CALLOUT_WITH_BORDER_2 {#LINE-CALLOUT-WITH-BORDER-2}
12321232
```
12331233
public static final int LINE_CALLOUT_WITH_BORDER_2
12341234
```
12351235

12361236

1237-
1237+
Specifies the "Line Callout 2" type of the Ms Excel 97-2003 version or the "Callout: Line" type of the Ms Excel 2007 version.
12381238

12391239
### LINE_CALLOUT_WITH_BORDER_3 {#LINE-CALLOUT-WITH-BORDER-3}
12401240
```
12411241
public static final int LINE_CALLOUT_WITH_BORDER_3
12421242
```
12431243

12441244

1245-
1245+
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.
12461246

12471247
### LINE_CALLOUT_WITH_BORDER_4 {#LINE-CALLOUT-WITH-BORDER-4}
12481248
```
12491249
public static final int LINE_CALLOUT_WITH_BORDER_4
12501250
```
12511251

12521252

1253-
1253+
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.
12541254

12551255
### LINE_CALLOUT_WITH_BORDER_AND_ACCENT_BAR_1 {#LINE-CALLOUT-WITH-BORDER-AND-ACCENT-BAR-1}
12561256
```
12571257
public static final int LINE_CALLOUT_WITH_BORDER_AND_ACCENT_BAR_1
12581258
```
12591259

12601260

1261-
1261+
Specifies the "Line Callout 1(Border and Accent Bar)" type of the Ms Excel 97-2003 version.
12621262

12631263
### LINE_CALLOUT_WITH_BORDER_AND_ACCENT_BAR_2 {#LINE-CALLOUT-WITH-BORDER-AND-ACCENT-BAR-2}
12641264
```
12651265
public static final int LINE_CALLOUT_WITH_BORDER_AND_ACCENT_BAR_2
12661266
```
12671267

12681268

1269-
1269+
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.
12701270

12711271
### LINE_CALLOUT_WITH_BORDER_AND_ACCENT_BAR_3 {#LINE-CALLOUT-WITH-BORDER-AND-ACCENT-BAR-3}
12721272
```
12731273
public static final int LINE_CALLOUT_WITH_BORDER_AND_ACCENT_BAR_3
12741274
```
12751275

12761276

1277-
1277+
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.
12781278

12791279
### LINE_CALLOUT_WITH_BORDER_AND_ACCENT_BAR_4 {#LINE-CALLOUT-WITH-BORDER-AND-ACCENT-BAR-4}
12801280
```
12811281
public static final int LINE_CALLOUT_WITH_BORDER_AND_ACCENT_BAR_4
12821282
```
12831283

12841284

1285-
1285+
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.
12861286

12871287
### LINE_INV {#LINE-INV}
12881288
```

english/java/com.aspose.cells/button/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,6 +1020,7 @@ Gets the worksheet range linked to the control's value.
10201020
```
10211021
if (shape.getLinkedCell().equals("$B$6"))
10221022
shape.setLinkedCell("A1");
1023+
shape.updateSelectedValue();
10231024
```
10241025

10251026
**Returns:**

english/java/com.aspose.cells/calculationoptions/_index.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ Represents options for calculation.
3232
| [getLinkedDataSources()](#getLinkedDataSources--) | Specifies the data sources for external links used in formulas. |
3333
| [getPrecisionStrategy()](#getPrecisionStrategy--) | Specifies the strategy for processing precision of calculation. |
3434
| [getRecursive()](#getRecursive--) | Indicates whether calculate the dependent cells recursively when calculating one cell and it depends on other cells. |
35+
| [getRefreshDynamicArrayFormula()](#getRefreshDynamicArrayFormula--) | Indicates whether dynamic array formulas should be refreshed before calculating formulas. |
36+
| [getUserSpecifiedRefreshDynamicArrayFormula()](#getUserSpecifiedRefreshDynamicArrayFormula--) | Indicates whether user has explicitly specified the behavior of refreshing dynamic array formulas before calculating specified formulas. |
3537
| [hashCode()](#hashCode--) | |
3638
| [notify()](#notify--) | |
3739
| [notifyAll()](#notifyAll--) | |
@@ -43,6 +45,7 @@ Represents options for calculation.
4345
| [setLinkedDataSources(Workbook[] value)](#setLinkedDataSources-com.aspose.cells.Workbook---) | Specifies the data sources for external links used in formulas. |
4446
| [setPrecisionStrategy(int value)](#setPrecisionStrategy-int-) | Specifies the strategy for processing precision of calculation. |
4547
| [setRecursive(boolean value)](#setRecursive-boolean-) | Indicates whether calculate the dependent cells recursively when calculating one cell and it depends on other cells. |
48+
| [setRefreshDynamicArrayFormula(boolean value)](#setRefreshDynamicArrayFormula-boolean-) | Indicates whether dynamic array formulas should be refreshed before calculating formulas. |
4649
| [toString()](#toString--) | |
4750
| [wait()](#wait--) | |
4851
| [wait(long arg0)](#wait-long-) | |
@@ -166,6 +169,30 @@ public boolean getRecursive()
166169

167170
Indicates whether calculate the dependent cells recursively when calculating one cell and it depends on other cells. The default value is true.
168171

172+
**Returns:**
173+
boolean
174+
### getRefreshDynamicArrayFormula() {#getRefreshDynamicArrayFormula--}
175+
```
176+
public boolean getRefreshDynamicArrayFormula()
177+
```
178+
179+
180+
Indicates whether dynamic array formulas should be refreshed before calculating formulas.
181+
182+
**Remarks**
183+
184+
If this property has been specified explicitly, then the specified value will be used to determine whether refresh dynamic array formulas. Otherwise([getUserSpecifiedRefreshDynamicArrayFormula()](../../com.aspose.cells/calculationoptions\#getUserSpecifiedRefreshDynamicArrayFormula--) is flase), the default value of it depends on what kind of formulas need to be calculated: For calculating formulas for the workbook, such as [Workbook.calculateFormula(CalculationOptions)](../../com.aspose.cells/workbook\#calculateFormula-CalculationOptions-), this property will be taken as true. For other cases, such as [Cell.calculate(CalculationOptions)](../../com.aspose.cells/cell\#calculate-CalculationOptions-) or [Worksheet.calculateFormula(CalculationOptions,boolean)](../../com.aspose.cells/worksheet\#calculateFormula-CalculationOptions-boolean-), this property will be taken as false.
185+
186+
**Returns:**
187+
boolean
188+
### getUserSpecifiedRefreshDynamicArrayFormula() {#getUserSpecifiedRefreshDynamicArrayFormula--}
189+
```
190+
public boolean getUserSpecifiedRefreshDynamicArrayFormula()
191+
```
192+
193+
194+
Indicates whether user has explicitly specified the behavior of refreshing dynamic array formulas before calculating specified formulas.
195+
169196
**Returns:**
170197
boolean
171198
### hashCode() {#hashCode--}
@@ -308,6 +335,23 @@ Indicates whether calculate the dependent cells recursively when calculating one
308335
| --- | --- | --- |
309336
| value | boolean | |
310337

338+
### setRefreshDynamicArrayFormula(boolean value) {#setRefreshDynamicArrayFormula-boolean-}
339+
```
340+
public void setRefreshDynamicArrayFormula(boolean value)
341+
```
342+
343+
344+
Indicates whether dynamic array formulas should be refreshed before calculating formulas.
345+
346+
**Remarks**
347+
348+
If this property has been specified explicitly, then the specified value will be used to determine whether refresh dynamic array formulas. Otherwise([getUserSpecifiedRefreshDynamicArrayFormula()](../../com.aspose.cells/calculationoptions\#getUserSpecifiedRefreshDynamicArrayFormula--) is flase), the default value of it depends on what kind of formulas need to be calculated: For calculating formulas for the workbook, such as [Workbook.calculateFormula(CalculationOptions)](../../com.aspose.cells/workbook\#calculateFormula-CalculationOptions-), this property will be taken as true. For other cases, such as [Cell.calculate(CalculationOptions)](../../com.aspose.cells/cell\#calculate-CalculationOptions-) or [Worksheet.calculateFormula(CalculationOptions,boolean)](../../com.aspose.cells/worksheet\#calculateFormula-CalculationOptions-boolean-), this property will be taken as false.
349+
350+
**Parameters:**
351+
| Parameter | Type | Description |
352+
| --- | --- | --- |
353+
| value | boolean | |
354+
311355
### toString() {#toString--}
312356
```
313357
public String toString()

english/java/com.aspose.cells/cellsdrawing/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -985,6 +985,7 @@ Gets the worksheet range linked to the control's value.
985985
```
986986
if (shape.getLinkedCell().equals("$B$6"))
987987
shape.setLinkedCell("A1");
988+
shape.updateSelectedValue();
988989
```
989990

990991
**Returns:**

0 commit comments

Comments
 (0)