You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: english/javascript-cpp/abstracttextloadoptions/_index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,8 @@ class AbstractTextLoadOptions extends LoadOptions;
27
27
| --- | --- | --- |
28
28
|[encoding](#encoding--)| EncodingType | Gets and sets the default encoding. Only applies for csv file. |
29
29
|[loadStyleStrategy](#loadStyleStrategy--)| TxtLoadStyleStrategy | Indicates the strategy to apply style for parsed values when converting string value to number or datetime. |
30
-
|[convertNumericData](#convertNumericData--)| boolean | Gets or sets a value that indicates whether the string in text file is converted to numeric data. |
31
-
|[convertDateTimeData](#convertDateTimeData--)| boolean | Gets or sets a value that indicates whether the string in text file is converted to date data. |
30
+
|[convertNumericData](#convertNumericData--)| boolean | Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. |
31
+
|[convertDateTimeData](#convertDateTimeData--)| boolean | Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. |
32
32
|[keepPrecision](#keepPrecision--)| boolean | Indicates whether not parsing a string value if the length is 15. |
33
33
|[loadFormat](#loadFormat--)| LoadFormat | Readonly. Gets the load format. |
34
34
|[password](#password--)| string | Gets and set the password of the workbook. |
Copy file name to clipboardExpand all lines: english/javascript-cpp/autoshapetype/_index.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,18 +51,18 @@ Represents all built-in auto shape type.
51
51
| CurvedConnector |`38`||
52
52
| CurvedConnector4 |`39`||
53
53
| CurvedConnector5 |`40`||
54
-
| LineCalloutNoBorder2 |`41`||
55
-
| LineCalloutNoBorder3 |`42`||
56
-
| LineCalloutNoBorder4 |`43`||
57
-
| LineCalloutWithAccentBar2 |`44`||
58
-
| LineCalloutWithAccentBar3 |`45`||
59
-
| LineCalloutWithAccentBar4 |`46`||
60
-
| LineCalloutWithBorder2 |`47`||
61
-
| LineCalloutWithBorder3 |`48`||
62
-
| LineCalloutWithBorder4 |`49`||
63
-
| LineCalloutWithBorderAndAccentBar2 |`50`||
64
-
| LineCalloutWithBorderAndAccentBar3 |`51`||
65
-
| LineCalloutWithBorderAndAccentBar4 |`52`||
54
+
| LineCalloutNoBorder2 |`41`|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.|
55
+
| LineCalloutNoBorder3 |`42`|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.|
56
+
| LineCalloutNoBorder4 |`43`|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.|
57
+
| LineCalloutWithAccentBar2 |`44`|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.|
58
+
| LineCalloutWithAccentBar3 |`45`|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.|
59
+
| LineCalloutWithAccentBar4 |`46`|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.|
60
+
| LineCalloutWithBorder2 |`47`|Specifies the "Line Callout 2" type of the Ms Excel 97-2003 version or the "Callout: Line" type of the Ms Excel 2007 version.|
61
+
| LineCalloutWithBorder3 |`48`|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.|
62
+
| LineCalloutWithBorder4 |`49`|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.|
63
+
| LineCalloutWithBorderAndAccentBar2 |`50`|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.|
64
+
| LineCalloutWithBorderAndAccentBar3 |`51`|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.|
65
+
| LineCalloutWithBorderAndAccentBar4 |`52`|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.|
66
66
| DownRibbon |`53`||
67
67
| UpRibbon |`54`||
68
68
| Chevron |`55`||
@@ -188,10 +188,10 @@ Represents all built-in auto shape type.
188
188
| TextCanDown |`175`| A text shape that is curved downwards as if being read on the side of a can. |
189
189
| FlowChartAlternateProcess |`176`||
190
190
| FlowChartOffpageConnector |`177`||
191
-
| LineCalloutNoBorder1 |`178`||
192
-
| LineCalloutWithAccentBar1 |`179`||
193
-
| LineCalloutWithBorder1 |`180`||
194
-
| LineCalloutWithBorderAndAccentBar1 |`181`||
191
+
| LineCalloutNoBorder1 |`178`|Specifies the "Line Callout 1(No Border)" type of the Ms Excel 97-2003 version.|
192
+
| LineCalloutWithAccentBar1 |`179`|Specifies the "Line Callout 1(Accent Bar)" type of the Ms Excel 97-2003 version.|
193
+
| LineCalloutWithBorder1 |`180`|Specifies the "Line Callout 1" type of the Ms Excel 97-2003 version.|
194
+
| LineCalloutWithBorderAndAccentBar1 |`181`|Specifies the "Line Callout 1(Border and Accent Bar)" type of the Ms Excel 97-2003 version.|
Copy file name to clipboardExpand all lines: english/javascript-cpp/calculationoptions/_index.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,8 @@ class CalculationOptions;
27
27
| --- | --- | --- |
28
28
|[ignoreError](#ignoreError--)| boolean | Indicates whether errors encountered while calculating formulas should be ignored. The error may be unsupported function, external links, etc. The default value is true. |
29
29
|[recursive](#recursive--)| boolean | Indicates whether calculate the dependent cells recursively when calculating one cell and it depends on other cells. The default value is true. |
30
+
|[userSpecifiedRefreshDynamicArrayFormula](#userSpecifiedRefreshDynamicArrayFormula--)| boolean | Readonly. Indicates whether user has explicitly specified the behavior of refreshing dynamic array formulas before calculating specified formulas. |
31
+
|[refreshDynamicArrayFormula](#refreshDynamicArrayFormula--)| boolean | Indicates whether dynamic array formulas should be refreshed before calculating formulas. |
30
32
|[customEngine](#customEngine--)| AbstractCalculationEngine | The custom formula calculation engine to extend the default calculation engine of Aspose.Cells. |
31
33
|[calcStackSize](#calcStackSize--)| number | The stack size for calculating cells recursively. Default value is 200. |
32
34
|[precisionStrategy](#precisionStrategy--)| CalculationPrecisionStrategy | Specifies the strategy for processing precision of calculation. |
Indicates whether dynamic array formulas should be refreshed before calculating formulas.
78
+
79
+
```javascript
80
+
refreshDynamicArrayFormula : boolean;
81
+
```
82
+
83
+
84
+
**Remarks**
85
+
86
+
If this property has been specified explicitly, then the specified value will be used to determine whether refresh dynamic array formulas. Otherwise([UserSpecifiedRefreshDynamicArrayFormula](../userspecifiedrefreshdynamicarrayformula/) isflase), 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)](../workbook.calculateformula(calculationoptions)/), this property will be taken as true. For other cases, such as [Cell.Calculate(CalculationOptions)](../cell.calculate(calculationoptions)/) or [Worksheet.CalculateFormula(CalculationOptions, bool)](../worksheet.calculateformula(calculationoptions, bool)/), this property will be taken as false.
87
+
64
88
### customEngine {#customEngine--}
65
89
66
90
The custom formula calculation engine to extend the default calculation engine ofAspose.Cells.
Copy file name to clipboardExpand all lines: english/javascript-cpp/cellshelper/_index.md
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ class CellsHelper;
19
19
20
20
| Property | Type | Description |
21
21
| --- | --- | --- |
22
-
| static [significantDigits](#significantDigits--)|number| Gets and sets the number of significant digits. The default value is 17. |
22
+
| static [significantDigitsType](#significantDigitsType--)|SignificantDigitsType| Gets and sets the default type of significant digits for outputing numeric values. Default value is [SignificantDigitsType.G17](../significantdigitstype.g17/). |
23
23
| static [dPI](#dPI--)| number | Gets the DPI of the machine. |
24
24
| static [startupPath](#startupPath--)| string | Gets or sets the startup path, which is referred to by some external formula references. |
25
25
| static [altStartPath](#altStartPath--)| string | Gets or sets the alternate startup path, which is referred to by some external formula references. |
@@ -48,19 +48,15 @@ class CellsHelper;
48
48
| static [needQuoteInFormula(string)](#needQuoteInFormula-string-)| Indicates whether the name of the sheet should be enclosed in single quotes |
Gets and sets the number of significant digits. The default value is 17.
53
+
Gets and sets the default type of significant digits for outputing numeric values. Default value is [SignificantDigitsType.G17](../significantdigitstype.g17/).
Copy file name to clipboardExpand all lines: english/javascript-cpp/customdocumentpropertycollection/_index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,8 +43,8 @@ var customProperties = workbook.worksheets.customDocumentProperties;
43
43
|[add(string, boolean)](#add-string-boolean-)| Creates a new custom document property of the <b>PropertyType.Boolean</b> data type. |
44
44
|[add(string, number)](#add-string-number-)| Creates a new custom document property of the <b>PropertyType.Float</b> data type. |
45
45
|[addLinkToContent(string, string)](#addLinkToContent-string-string-)| Creates a new custom document property which links to content. |
46
-
|[updateLinkedPropertyValue()](#updateLinkedPropertyValue--)|Update custom document property value which links to content. |
47
-
|[updateLinkedRange()](#updateLinkedRange--)|Update custom document property value to linked range. |
46
+
|[updateLinkedPropertyValue()](#updateLinkedPropertyValue--)|Updates values of all custom properties that are linked to content(use cell value of linked range to update value of custom property). |
47
+
|[updateLinkedRange()](#updateLinkedRange--)|Updates all ranges that are linked to custom properties(use the value of custom document property to update cell value of linked range). |
48
48
|[get(string)](#get-string-)| Returns a [DocumentProperty](../documentproperty/) object by the name of the property. |
49
49
|[get(number)](#get-number-)| Returns a [DocumentProperty](../documentproperty/) object by index. |
50
50
|[contains(string)](#contains-string-)| Returns true if a property with the specified name exists in the collection. |
@@ -176,7 +176,7 @@ The newly created property object.
Copy file name to clipboardExpand all lines: english/javascript-cpp/ebookloadoptions/_index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,8 +50,8 @@ class EbookLoadOptions extends HtmlLoadOptions;
50
50
|[preservePaddingSpacesInFormula](#preservePaddingSpacesInFormula--)| boolean | Indicates whether preserve those spaces and line breaks that are padded between formula tokens while getting and setting formulas. Default value is false. |
51
51
|[encoding](#encoding--)| EncodingType | Gets and sets the default encoding. Only applies for csv file. |
52
52
|[loadStyleStrategy](#loadStyleStrategy--)| TxtLoadStyleStrategy | Indicates the strategy to apply style for parsed values when converting string value to number or datetime. |
53
-
|[convertNumericData](#convertNumericData--)| boolean | Gets or sets a value that indicates whether the string in text file is converted to numeric data. |
54
-
|[convertDateTimeData](#convertDateTimeData--)| boolean | Gets or sets a value that indicates whether the string in text file is converted to date data. |
53
+
|[convertNumericData](#convertNumericData--)| boolean | Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. |
54
+
|[convertDateTimeData](#convertDateTimeData--)| boolean | Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. |
55
55
|[keepPrecision](#keepPrecision--)| boolean | Indicates whether not parsing a string value if the length is 15. |
56
56
|[loadFormulas](#loadFormulas--)| boolean | Indicates whether importing formulas if the original html file contains formulas |
57
57
|[supportDivTag](#supportDivTag--)| boolean | Indicates whether support the layout of <c><div></c> tag when the html file contains it. The default value is false. |
Copy file name to clipboardExpand all lines: english/javascript-cpp/htmlloadoptions/_index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,8 +57,8 @@ class HtmlLoadOptions extends AbstractTextLoadOptions;
57
57
|[preservePaddingSpacesInFormula](#preservePaddingSpacesInFormula--)| boolean | Indicates whether preserve those spaces and line breaks that are padded between formula tokens while getting and setting formulas. Default value is false. |
58
58
|[encoding](#encoding--)| EncodingType | Gets and sets the default encoding. Only applies for csv file. |
59
59
|[loadStyleStrategy](#loadStyleStrategy--)| TxtLoadStyleStrategy | Indicates the strategy to apply style for parsed values when converting string value to number or datetime. |
60
-
|[convertNumericData](#convertNumericData--)| boolean | Gets or sets a value that indicates whether the string in text file is converted to numeric data. |
61
-
|[convertDateTimeData](#convertDateTimeData--)| boolean | Gets or sets a value that indicates whether the string in text file is converted to date data. |
60
+
|[convertNumericData](#convertNumericData--)| boolean | Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. |
61
+
|[convertDateTimeData](#convertDateTimeData--)| boolean | Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. |
62
62
|[keepPrecision](#keepPrecision--)| boolean | Indicates whether not parsing a string value if the length is 15. |
Copy file name to clipboardExpand all lines: english/javascript-cpp/markdownloadoptions/_index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,8 +50,8 @@ class MarkdownLoadOptions extends AbstractTextLoadOptions;
50
50
|[preservePaddingSpacesInFormula](#preservePaddingSpacesInFormula--)| boolean | Indicates whether preserve those spaces and line breaks that are padded between formula tokens while getting and setting formulas. Default value is false. |
51
51
|[encoding](#encoding--)| EncodingType | Gets and sets the default encoding. Only applies for csv file. |
52
52
|[loadStyleStrategy](#loadStyleStrategy--)| TxtLoadStyleStrategy | Indicates the strategy to apply style for parsed values when converting string value to number or datetime. |
53
-
|[convertNumericData](#convertNumericData--)| boolean | Gets or sets a value that indicates whether the string in text file is converted to numeric data. |
54
-
|[convertDateTimeData](#convertDateTimeData--)| boolean | Gets or sets a value that indicates whether the string in text file is converted to date data. |
53
+
|[convertNumericData](#convertNumericData--)| boolean | Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. |
54
+
|[convertDateTimeData](#convertDateTimeData--)| boolean | Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. |
55
55
|[keepPrecision](#keepPrecision--)| boolean | Indicates whether not parsing a string value if the length is 15. |
0 commit comments