diff --git a/english/cpp/aspose.cells.drawing/autoshapetype/_index.md b/english/cpp/aspose.cells.drawing/autoshapetype/_index.md index fa9b5040d04..0af8e0e5f69 100644 --- a/english/cpp/aspose.cells.drawing/autoshapetype/_index.md +++ b/english/cpp/aspose.cells.drawing/autoshapetype/_index.md @@ -60,18 +60,18 @@ enum class AutoShapeType | CurvedConnector | 38 |
| | CurvedConnector4 | 39 |
| | CurvedConnector5 | 40 |
| -| LineCalloutNoBorder2 | 41 |
| -| LineCalloutNoBorder3 | 42 |
| -| LineCalloutNoBorder4 | 43 |
| -| LineCalloutWithAccentBar2 | 44 |
| -| LineCalloutWithAccentBar3 | 45 |
| -| LineCalloutWithAccentBar4 | 46 |
| -| LineCalloutWithBorder2 | 47 |
| -| LineCalloutWithBorder3 | 48 |
| -| LineCalloutWithBorder4 | 49 |
| -| LineCalloutWithBorderAndAccentBar2 | 50 |
| -| LineCalloutWithBorderAndAccentBar3 | 51 |
| -| LineCalloutWithBorderAndAccentBar4 | 52 |
| +| 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. | +| 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. | +| 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. | +| 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. | +| 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. | +| 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. | +| 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. | +| 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. | +| 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. | +| 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. | +| 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. | +| 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. | | DownRibbon | 53 |
| | UpRibbon | 54 |
| | Chevron | 55 |
| @@ -197,10 +197,10 @@ enum class AutoShapeType | TextCanDown | 175 |
A text shape that is curved downwards as if being read on the side of a can. | | FlowChartAlternateProcess | 176 |
| | FlowChartOffpageConnector | 177 |
| -| LineCalloutNoBorder1 | 178 |
| -| LineCalloutWithAccentBar1 | 179 |
| -| LineCalloutWithBorder1 | 180 |
| -| LineCalloutWithBorderAndAccentBar1 | 181 |
| +| LineCalloutNoBorder1 | 178 |
Specifies the "Line Callout 1(No Border)" type of the Ms Excel 97-2003 version. | +| LineCalloutWithAccentBar1 | 179 |
Specifies the "Line Callout 1(Accent Bar)" type of the Ms Excel 97-2003 version. | +| LineCalloutWithBorder1 | 180 |
Specifies the "Line Callout 1" type of the Ms Excel 97-2003 version. | +| LineCalloutWithBorderAndAccentBar1 | 181 |
Specifies the "Line Callout 1(Border and Accent Bar)" type of the Ms Excel 97-2003 version. | | LeftRightUpArrow | 182 |
| | Sun | 183 |
| | Moon | 184 |
| diff --git a/english/cpp/aspose.cells.drawing/shape/getlinkedcell/_index.md b/english/cpp/aspose.cells.drawing/shape/getlinkedcell/_index.md index 7dd9cd7c458..20cbd4f7010 100644 --- a/english/cpp/aspose.cells.drawing/shape/getlinkedcell/_index.md +++ b/english/cpp/aspose.cells.drawing/shape/getlinkedcell/_index.md @@ -22,7 +22,10 @@ U16String Aspose::Cells::Drawing::Shape::GetLinkedCell() ```cpp if (shape.GetLinkedCell() == u"$B$6") +{ shape.SetLinkedCell(u"A1"); +} +shape.UpdateSelectedValue(); ``` ## See Also diff --git a/english/cpp/aspose.cells.properties/customdocumentpropertycollection/_index.md b/english/cpp/aspose.cells.properties/customdocumentpropertycollection/_index.md index 1ceef1b5691..aff10248ca1 100644 --- a/english/cpp/aspose.cells.properties/customdocumentpropertycollection/_index.md +++ b/english/cpp/aspose.cells.properties/customdocumentpropertycollection/_index.md @@ -52,8 +52,8 @@ class CustomDocumentPropertyCollection : public Aspose::Cells::Properties::Docum | [Remove(const U16String\& name)](../documentpropertycollection/remove/) | Removes a property with the specified name from the collection. | | [Remove(const char16_t* name)](../documentpropertycollection/remove/) | Removes a property with the specified name from the collection. | | [RemoveAt(int32_t index)](../documentpropertycollection/removeat/) | Removes a property at the specified index. | -| [UpdateLinkedPropertyValue()](./updatelinkedpropertyvalue/) | Update custom document property value which links to content. | -| [UpdateLinkedRange()](./updatelinkedrange/) | Update custom document property value to linked range. | +| [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). | +| [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). | | [~CustomDocumentPropertyCollection()](./~customdocumentpropertycollection/) | Destructor. | | [~DocumentPropertyCollection()](../documentpropertycollection/~documentpropertycollection/) | Destructor. | ## Fields diff --git a/english/cpp/aspose.cells.properties/customdocumentpropertycollection/updatelinkedpropertyvalue/_index.md b/english/cpp/aspose.cells.properties/customdocumentpropertycollection/updatelinkedpropertyvalue/_index.md index b9f7d64847b..dc79c2ddb0e 100644 --- a/english/cpp/aspose.cells.properties/customdocumentpropertycollection/updatelinkedpropertyvalue/_index.md +++ b/english/cpp/aspose.cells.properties/customdocumentpropertycollection/updatelinkedpropertyvalue/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Properties::CustomDocumentPropertyCollection::UpdateLinkedPropertyValue method linktitle: UpdateLinkedPropertyValue second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Properties::CustomDocumentPropertyCollection::UpdateLinkedPropertyValue method. Update custom document property value which links to content in C++.' +description: 'Aspose::Cells::Properties::CustomDocumentPropertyCollection::UpdateLinkedPropertyValue method. Updates values of all custom properties that are linked to content(use cell value of linked range to update value of custom property) in C++.' type: docs weight: 800 url: /cpp/aspose.cells.properties/customdocumentpropertycollection/updatelinkedpropertyvalue/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.properties/customdocumentpropertycollection/updatelinkedp ## CustomDocumentPropertyCollection::UpdateLinkedPropertyValue method -Update custom document property value which links to content. +Updates values of all custom properties that are linked to content(use cell value of linked range to update value of custom property). ```cpp void Aspose::Cells::Properties::CustomDocumentPropertyCollection::UpdateLinkedPropertyValue() diff --git a/english/cpp/aspose.cells.properties/customdocumentpropertycollection/updatelinkedrange/_index.md b/english/cpp/aspose.cells.properties/customdocumentpropertycollection/updatelinkedrange/_index.md index 649b03f18b4..dedcc72a277 100644 --- a/english/cpp/aspose.cells.properties/customdocumentpropertycollection/updatelinkedrange/_index.md +++ b/english/cpp/aspose.cells.properties/customdocumentpropertycollection/updatelinkedrange/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::Properties::CustomDocumentPropertyCollection::UpdateLinkedRange method linktitle: UpdateLinkedRange second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::Properties::CustomDocumentPropertyCollection::UpdateLinkedRange method. Update custom document property value to linked range in C++.' +description: 'Aspose::Cells::Properties::CustomDocumentPropertyCollection::UpdateLinkedRange method. Updates all ranges that are linked to custom properties(use the value of custom document property to update cell value of linked range) in C++.' type: docs weight: 900 url: /cpp/aspose.cells.properties/customdocumentpropertycollection/updatelinkedrange/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells.properties/customdocumentpropertycollection/updatelinkedr ## CustomDocumentPropertyCollection::UpdateLinkedRange method -Update custom document property value to linked range. +Updates all ranges that are linked to custom properties(use the value of custom document property to update cell value of linked range). ```cpp void Aspose::Cells::Properties::CustomDocumentPropertyCollection::UpdateLinkedRange() diff --git a/english/cpp/aspose.cells/_index.md b/english/cpp/aspose.cells/_index.md index d2bc18cc004..9d176e8bd82 100644 --- a/english/cpp/aspose.cells/_index.md +++ b/english/cpp/aspose.cells/_index.md @@ -286,6 +286,7 @@ url: /cpp/aspose.cells/ | [SaveFormat](./saveformat/) | Represents the format in which the workbook is saved. | | [SheetType](./sheettype/) | Specifies the worksheet type. | | [ShiftType](./shifttype/) | Represent the shift options when deleting a range of cells. | +| [SignificantDigitsType](./significantdigitstype/) | Represents the type of significant digits for outputing numeric values. | | [SortOnType](./sortontype/) | Sorted value type. | | [SortOrder](./sortorder/) | Represents sort order for the data range. | | [StyleModifyFlag](./stylemodifyflag/) | The style modified flags. | diff --git a/english/cpp/aspose.cells/abstracttextloadoptions/_index.md b/english/cpp/aspose.cells/abstracttextloadoptions/_index.md index f08c4046569..579c7d5dce8 100644 --- a/english/cpp/aspose.cells/abstracttextloadoptions/_index.md +++ b/english/cpp/aspose.cells/abstracttextloadoptions/_index.md @@ -27,8 +27,8 @@ class AbstractTextLoadOptions : public Aspose::Cells::LoadOptions | [GetAutoFitterOptions()](../loadoptions/getautofitteroptions/) | Gets and sets the auto fitter options. | | [GetCheckDataValid()](../loadoptions/getcheckdatavalid/) | Check whether data is valid in the template file. | | [GetCheckExcelRestriction()](../loadoptions/getcheckexcelrestriction/) | Whether check restriction of excel file when user modify cells related objects. For example, excel does not allow inputting string value longer than 32K. When you input a value longer than 32K such as by Cell.PutValue(string), if this property is true, you will get an Exception. If this property is false, we will accept your input string value as the cell's value so that later you can output the complete string value for other file formats such as CSV. However, if you have set such kind of value that is invalid for excel file format, you should not save the workbook as excel file format later. Otherwise there may be unexpected error for the generated excel file. | -| [GetConvertDateTimeData()](./getconvertdatetimedata/) | Gets or sets a value that indicates whether the string in text file is converted to date data. | -| [GetConvertNumericData()](./getconvertnumericdata/) | Gets or sets a value that indicates whether the string in text file is converted to numeric data. | +| [GetConvertDateTimeData()](./getconvertdatetimedata/) | Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. | +| [GetConvertNumericData()](./getconvertnumericdata/) | Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. | | [GetDefaultStyleSettings()](../loadoptions/getdefaultstylesettings/) | Gets the default style settings for initializing styles of the workbook. | | [GetEncoding()](./getencoding/) | Gets and sets the default encoding. Only applies for csv file. | | [GetFontConfigs()](../loadoptions/getfontconfigs/) | Gets and sets individual font configs. Only works for the [Workbook](../workbook/) which uses this [LoadOptions](../loadoptions/) to load. | @@ -61,8 +61,8 @@ class AbstractTextLoadOptions : public Aspose::Cells::LoadOptions | [SetAutoFitterOptions(const AutoFitterOptions\& value)](../loadoptions/setautofitteroptions/) | Gets and sets the auto fitter options. | | [SetCheckDataValid(bool value)](../loadoptions/setcheckdatavalid/) | Check whether data is valid in the template file. | | [SetCheckExcelRestriction(bool value)](../loadoptions/setcheckexcelrestriction/) | Whether check restriction of excel file when user modify cells related objects. For example, excel does not allow inputting string value longer than 32K. When you input a value longer than 32K such as by Cell.PutValue(string), if this property is true, you will get an Exception. If this property is false, we will accept your input string value as the cell's value so that later you can output the complete string value for other file formats such as CSV. However, if you have set such kind of value that is invalid for excel file format, you should not save the workbook as excel file format later. Otherwise there may be unexpected error for the generated excel file. | -| [SetConvertDateTimeData(bool value)](./setconvertdatetimedata/) | Gets or sets a value that indicates whether the string in text file is converted to date data. | -| [SetConvertNumericData(bool value)](./setconvertnumericdata/) | Gets or sets a value that indicates whether the string in text file is converted to numeric data. | +| [SetConvertDateTimeData(bool value)](./setconvertdatetimedata/) | Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. | +| [SetConvertNumericData(bool value)](./setconvertnumericdata/) | Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. | | [SetEncoding(EncodingType value)](./setencoding/) | Gets and sets the default encoding. Only applies for csv file. | | [SetFontConfigs(const IndividualFontConfigs\& value)](../loadoptions/setfontconfigs/) | Gets and sets individual font configs. Only works for the [Workbook](../workbook/) which uses this [LoadOptions](../loadoptions/) to load. | | [SetIgnoreNotPrinted(bool value)](../loadoptions/setignorenotprinted/) | Ignore the data which are not printed if directly printing the file. | diff --git a/english/cpp/aspose.cells/abstracttextloadoptions/getconvertdatetimedata/_index.md b/english/cpp/aspose.cells/abstracttextloadoptions/getconvertdatetimedata/_index.md index b5ead3ced03..67a5604018d 100644 --- a/english/cpp/aspose.cells/abstracttextloadoptions/getconvertdatetimedata/_index.md +++ b/english/cpp/aspose.cells/abstracttextloadoptions/getconvertdatetimedata/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::AbstractTextLoadOptions::GetConvertDateTimeData method linktitle: GetConvertDateTimeData second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::AbstractTextLoadOptions::GetConvertDateTimeData method. Gets or sets a value that indicates whether the string in text file is converted to date data in C++.' +description: 'Aspose::Cells::AbstractTextLoadOptions::GetConvertDateTimeData method. Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true in C++.' type: docs weight: 1200 url: /cpp/aspose.cells/abstracttextloadoptions/getconvertdatetimedata/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells/abstracttextloadoptions/getconvertdatetimedata/ ## AbstractTextLoadOptions::GetConvertDateTimeData method -Gets or sets a value that indicates whether the string in text file is converted to date data. +Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. ```cpp bool Aspose::Cells::AbstractTextLoadOptions::GetConvertDateTimeData() diff --git a/english/cpp/aspose.cells/abstracttextloadoptions/getconvertnumericdata/_index.md b/english/cpp/aspose.cells/abstracttextloadoptions/getconvertnumericdata/_index.md index 3396bf29779..514d60cd3da 100644 --- a/english/cpp/aspose.cells/abstracttextloadoptions/getconvertnumericdata/_index.md +++ b/english/cpp/aspose.cells/abstracttextloadoptions/getconvertnumericdata/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::AbstractTextLoadOptions::GetConvertNumericData method linktitle: GetConvertNumericData second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::AbstractTextLoadOptions::GetConvertNumericData method. Gets or sets a value that indicates whether the string in text file is converted to numeric data in C++.' +description: 'Aspose::Cells::AbstractTextLoadOptions::GetConvertNumericData method. Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true in C++.' type: docs weight: 1000 url: /cpp/aspose.cells/abstracttextloadoptions/getconvertnumericdata/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells/abstracttextloadoptions/getconvertnumericdata/ ## AbstractTextLoadOptions::GetConvertNumericData method -Gets or sets a value that indicates whether the string in text file is converted to numeric data. +Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. ```cpp bool Aspose::Cells::AbstractTextLoadOptions::GetConvertNumericData() diff --git a/english/cpp/aspose.cells/abstracttextloadoptions/setconvertdatetimedata/_index.md b/english/cpp/aspose.cells/abstracttextloadoptions/setconvertdatetimedata/_index.md index 0e6c9d2bb45..ad636118422 100644 --- a/english/cpp/aspose.cells/abstracttextloadoptions/setconvertdatetimedata/_index.md +++ b/english/cpp/aspose.cells/abstracttextloadoptions/setconvertdatetimedata/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::AbstractTextLoadOptions::SetConvertDateTimeData method linktitle: SetConvertDateTimeData second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::AbstractTextLoadOptions::SetConvertDateTimeData method. Gets or sets a value that indicates whether the string in text file is converted to date data in C++.' +description: 'Aspose::Cells::AbstractTextLoadOptions::SetConvertDateTimeData method. Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true in C++.' type: docs weight: 1300 url: /cpp/aspose.cells/abstracttextloadoptions/setconvertdatetimedata/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells/abstracttextloadoptions/setconvertdatetimedata/ ## AbstractTextLoadOptions::SetConvertDateTimeData method -Gets or sets a value that indicates whether the string in text file is converted to date data. +Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. ```cpp void Aspose::Cells::AbstractTextLoadOptions::SetConvertDateTimeData(bool value) diff --git a/english/cpp/aspose.cells/abstracttextloadoptions/setconvertnumericdata/_index.md b/english/cpp/aspose.cells/abstracttextloadoptions/setconvertnumericdata/_index.md index d1fc5976082..932c1306e8f 100644 --- a/english/cpp/aspose.cells/abstracttextloadoptions/setconvertnumericdata/_index.md +++ b/english/cpp/aspose.cells/abstracttextloadoptions/setconvertnumericdata/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::AbstractTextLoadOptions::SetConvertNumericData method linktitle: SetConvertNumericData second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::AbstractTextLoadOptions::SetConvertNumericData method. Gets or sets a value that indicates whether the string in text file is converted to numeric data in C++.' +description: 'Aspose::Cells::AbstractTextLoadOptions::SetConvertNumericData method. Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true in C++.' type: docs weight: 1100 url: /cpp/aspose.cells/abstracttextloadoptions/setconvertnumericdata/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells/abstracttextloadoptions/setconvertnumericdata/ ## AbstractTextLoadOptions::SetConvertNumericData method -Gets or sets a value that indicates whether the string in text file is converted to numeric data. +Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. ```cpp void Aspose::Cells::AbstractTextLoadOptions::SetConvertNumericData(bool value) diff --git a/english/cpp/aspose.cells/calculationoptions/_index.md b/english/cpp/aspose.cells/calculationoptions/_index.md index 98085c55068..2783f3c5b9c 100644 --- a/english/cpp/aspose.cells/calculationoptions/_index.md +++ b/english/cpp/aspose.cells/calculationoptions/_index.md @@ -30,6 +30,8 @@ class CalculationOptions | [GetLinkedDataSources()](./getlinkeddatasources/) | Specifies the data sources for external links used in formulas. | | [GetPrecisionStrategy()](./getprecisionstrategy/) | Specifies the strategy for processing precision of calculation. | | [GetRecursive()](./getrecursive/) | Indicates whether calculate the dependent cells recursively when calculating one cell and it depends on other cells. The default value is true. | +| [GetRefreshDynamicArrayFormula()](./getrefreshdynamicarrayformula/) | Indicates whether dynamic array formulas should be refreshed before calculating formulas. | +| [GetUserSpecifiedRefreshDynamicArrayFormula()](./getuserspecifiedrefreshdynamicarrayformula/) | Indicates whether user has explicitly specified the behavior of refreshing dynamic array formulas before calculating specified formulas. | | [IsNull()](./isnull/) const | Checks whether the implementation object is nullptr. | | explicit [operator bool()](./operator_bool/) const | operator bool() | | [operator=(const CalculationOptions\& src)](./operator_asm/) | operator= | @@ -40,6 +42,7 @@ class CalculationOptions | [SetLinkedDataSources(const Vector \\& value)](./setlinkeddatasources/) | Specifies the data sources for external links used in formulas. | | [SetPrecisionStrategy(CalculationPrecisionStrategy value)](./setprecisionstrategy/) | Specifies the strategy for processing precision of calculation. | | [SetRecursive(bool value)](./setrecursive/) | Indicates whether calculate the dependent cells recursively when calculating one cell and it depends on other cells. The default value is true. | +| [SetRefreshDynamicArrayFormula(bool value)](./setrefreshdynamicarrayformula/) | Indicates whether dynamic array formulas should be refreshed before calculating formulas. | | [~CalculationOptions()](./~calculationoptions/) | Destructor. | ## Fields diff --git a/english/cpp/aspose.cells/calculationoptions/getrefreshdynamicarrayformula/_index.md b/english/cpp/aspose.cells/calculationoptions/getrefreshdynamicarrayformula/_index.md new file mode 100644 index 00000000000..bb822995d28 --- /dev/null +++ b/english/cpp/aspose.cells/calculationoptions/getrefreshdynamicarrayformula/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Cells::CalculationOptions::GetRefreshDynamicArrayFormula method +linktitle: GetRefreshDynamicArrayFormula +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationOptions::GetRefreshDynamicArrayFormula method. Indicates whether dynamic array formulas should be refreshed before calculating formulas in C++.' +type: docs +weight: 1100 +url: /cpp/aspose.cells/calculationoptions/getrefreshdynamicarrayformula/ +--- +## CalculationOptions::GetRefreshDynamicArrayFormula method + + +Indicates whether dynamic array formulas should be refreshed before calculating formulas. + +```cpp +bool Aspose::Cells::CalculationOptions::GetRefreshDynamicArrayFormula() +``` + +## Remarks + + +If this property has been specified explicitly, then the specified value will be used to determine whether refresh dynamic array formulas. Otherwise(UserSpecifiedRefreshDynamicArrayFormula 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), this property will be taken as true. For other cases, such as Cell.Calculate(CalculationOptions) or Worksheet.CalculateFormula(CalculationOptions, bool), this property will be taken as false. +## See Also + +* Class [CalculationOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/calculationoptions/getuserspecifiedrefreshdynamicarrayformula/_index.md b/english/cpp/aspose.cells/calculationoptions/getuserspecifiedrefreshdynamicarrayformula/_index.md new file mode 100644 index 00000000000..09ae87aaa78 --- /dev/null +++ b/english/cpp/aspose.cells/calculationoptions/getuserspecifiedrefreshdynamicarrayformula/_index.md @@ -0,0 +1,23 @@ +--- +title: Aspose::Cells::CalculationOptions::GetUserSpecifiedRefreshDynamicArrayFormula method +linktitle: GetUserSpecifiedRefreshDynamicArrayFormula +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationOptions::GetUserSpecifiedRefreshDynamicArrayFormula method. Indicates whether user has explicitly specified the behavior of refreshing dynamic array formulas before calculating specified formulas in C++.' +type: docs +weight: 1000 +url: /cpp/aspose.cells/calculationoptions/getuserspecifiedrefreshdynamicarrayformula/ +--- +## CalculationOptions::GetUserSpecifiedRefreshDynamicArrayFormula method + + +Indicates whether user has explicitly specified the behavior of refreshing dynamic array formulas before calculating specified formulas. + +```cpp +bool Aspose::Cells::CalculationOptions::GetUserSpecifiedRefreshDynamicArrayFormula() +``` + +## See Also + +* Class [CalculationOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/calculationoptions/setrefreshdynamicarrayformula/_index.md b/english/cpp/aspose.cells/calculationoptions/setrefreshdynamicarrayformula/_index.md new file mode 100644 index 00000000000..2016bafad5d --- /dev/null +++ b/english/cpp/aspose.cells/calculationoptions/setrefreshdynamicarrayformula/_index.md @@ -0,0 +1,27 @@ +--- +title: Aspose::Cells::CalculationOptions::SetRefreshDynamicArrayFormula method +linktitle: SetRefreshDynamicArrayFormula +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CalculationOptions::SetRefreshDynamicArrayFormula method. Indicates whether dynamic array formulas should be refreshed before calculating formulas in C++.' +type: docs +weight: 1200 +url: /cpp/aspose.cells/calculationoptions/setrefreshdynamicarrayformula/ +--- +## CalculationOptions::SetRefreshDynamicArrayFormula method + + +Indicates whether dynamic array formulas should be refreshed before calculating formulas. + +```cpp +void Aspose::Cells::CalculationOptions::SetRefreshDynamicArrayFormula(bool value) +``` + +## Remarks + + +If this property has been specified explicitly, then the specified value will be used to determine whether refresh dynamic array formulas. Otherwise(UserSpecifiedRefreshDynamicArrayFormula 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), this property will be taken as true. For other cases, such as Cell.Calculate(CalculationOptions) or Worksheet.CalculateFormula(CalculationOptions, bool), this property will be taken as false. +## See Also + +* Class [CalculationOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/cellshelper/_index.md b/english/cpp/aspose.cells/cellshelper/_index.md index 0fcb5261cf9..e9840ec9eba 100644 --- a/english/cpp/aspose.cells/cellshelper/_index.md +++ b/english/cpp/aspose.cells/cellshelper/_index.md @@ -36,7 +36,7 @@ class CellsHelper | static [GetDoubleFromDateTime(const Date\& dateTime, bool date1904)](./getdoublefromdatetime/) | Convert the date time to double value. | | static [GetDPI()](./getdpi/) | Gets the DPI of the machine. | | static [GetLibraryPath()](./getlibrarypath/) | Gets or sets the library path which is referred to by some external formula references. | -| static [GetSignificantDigits()](./getsignificantdigits/) | Gets and sets the number of significant digits. The default value is 17. | +| static [GetSignificantDigitsType()](./getsignificantdigitstype/) | Gets and sets the default type of significant digits for outputing numeric values. Default value is [SignificantDigitsType.G17](../significantdigitstype/). | | static [GetStartupPath()](./getstartuppath/) | Gets or sets the startup path, which is referred to by some external formula references. | | static [GetTextWidth(const U16String\& text, const Aspose::Cells::Font\& font, double scaling)](./gettextwidth/) | Get width of text in unit of points. | | static [GetTextWidth(const char16_t* text, const Aspose::Cells::Font\& font, double scaling)](./gettextwidth/) | Get width of text in unit of points. | @@ -58,7 +58,7 @@ class CellsHelper | static [SetIsCloudPlatform(bool value)](./setiscloudplatform/) | Please set this property True when running on a cloud platform, such as: Azure, AWSLambda, etc,. | | static [SetLibraryPath(const U16String\& value)](./setlibrarypath/) | Gets or sets the library path which is referred to by some external formula references. | | static [SetLibraryPath(const char16_t* value)](./setlibrarypath/) | Gets or sets the library path which is referred to by some external formula references. | -| static [SetSignificantDigits(int32_t value)](./setsignificantdigits/) | Gets and sets the number of significant digits. The default value is 17. | +| static [SetSignificantDigitsType(SignificantDigitsType value)](./setsignificantdigitstype/) | Gets and sets the default type of significant digits for outputing numeric values. Default value is [SignificantDigitsType.G17](../significantdigitstype/). | | static [SetStartupPath(const U16String\& value)](./setstartuppath/) | Gets or sets the startup path, which is referred to by some external formula references. | | static [SetStartupPath(const char16_t* value)](./setstartuppath/) | Gets or sets the startup path, which is referred to by some external formula references. | ## See Also diff --git a/english/cpp/aspose.cells/cellshelper/getsignificantdigits/_index.md b/english/cpp/aspose.cells/cellshelper/getsignificantdigits/_index.md deleted file mode 100644 index 3ae755050f1..00000000000 --- a/english/cpp/aspose.cells/cellshelper/getsignificantdigits/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Cells::CellsHelper::GetSignificantDigits method -linktitle: GetSignificantDigits -second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::CellsHelper::GetSignificantDigits method. Gets and sets the number of significant digits. The default value is 17 in C++.' -type: docs -weight: 100 -url: /cpp/aspose.cells/cellshelper/getsignificantdigits/ ---- -## CellsHelper::GetSignificantDigits method - - -Gets and sets the number of significant digits. The default value is 17. - -```cpp -static int32_t Aspose::Cells::CellsHelper::GetSignificantDigits() -``` - -## Remarks - - -Only could be 15 or 17 now. -## See Also - -* Class [Vector](../../vector/) -* Class [CellsHelper](../) -* Namespace [Aspose::Cells](../../) -* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/cellshelper/getsignificantdigitstype/_index.md b/english/cpp/aspose.cells/cellshelper/getsignificantdigitstype/_index.md new file mode 100644 index 00000000000..d5d1fdb5cb4 --- /dev/null +++ b/english/cpp/aspose.cells/cellshelper/getsignificantdigitstype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::CellsHelper::GetSignificantDigitsType method +linktitle: GetSignificantDigitsType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsHelper::GetSignificantDigitsType method. Gets and sets the default type of significant digits for outputing numeric values. Default value is SignificantDigitsType.G17 in C++.' +type: docs +weight: 100 +url: /cpp/aspose.cells/cellshelper/getsignificantdigitstype/ +--- +## CellsHelper::GetSignificantDigitsType method + + +Gets and sets the default type of significant digits for outputing numeric values. Default value is [SignificantDigitsType.G17](../../significantdigitstype/). + +```cpp +static SignificantDigitsType Aspose::Cells::CellsHelper::GetSignificantDigitsType() +``` + +## See Also + +* Enum [SignificantDigitsType](../../significantdigitstype/) +* Class [CellsHelper](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/cellshelper/setsignificantdigits/_index.md b/english/cpp/aspose.cells/cellshelper/setsignificantdigits/_index.md deleted file mode 100644 index 4ffa8758ee4..00000000000 --- a/english/cpp/aspose.cells/cellshelper/setsignificantdigits/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Cells::CellsHelper::SetSignificantDigits method -linktitle: SetSignificantDigits -second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::CellsHelper::SetSignificantDigits method. Gets and sets the number of significant digits. The default value is 17 in C++.' -type: docs -weight: 200 -url: /cpp/aspose.cells/cellshelper/setsignificantdigits/ ---- -## CellsHelper::SetSignificantDigits method - - -Gets and sets the number of significant digits. The default value is 17. - -```cpp -static void Aspose::Cells::CellsHelper::SetSignificantDigits(int32_t value) -``` - -## Remarks - - -Only could be 15 or 17 now. -## See Also - -* Class [Vector](../../vector/) -* Class [CellsHelper](../) -* Namespace [Aspose::Cells](../../) -* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/cellshelper/setsignificantdigitstype/_index.md b/english/cpp/aspose.cells/cellshelper/setsignificantdigitstype/_index.md new file mode 100644 index 00000000000..578fcab4ca0 --- /dev/null +++ b/english/cpp/aspose.cells/cellshelper/setsignificantdigitstype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::CellsHelper::SetSignificantDigitsType method +linktitle: SetSignificantDigitsType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::CellsHelper::SetSignificantDigitsType method. Gets and sets the default type of significant digits for outputing numeric values. Default value is SignificantDigitsType.G17 in C++.' +type: docs +weight: 200 +url: /cpp/aspose.cells/cellshelper/setsignificantdigitstype/ +--- +## CellsHelper::SetSignificantDigitsType method + + +Gets and sets the default type of significant digits for outputing numeric values. Default value is [SignificantDigitsType.G17](../../significantdigitstype/). + +```cpp +static void Aspose::Cells::CellsHelper::SetSignificantDigitsType(SignificantDigitsType value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Enum [SignificantDigitsType](../../significantdigitstype/) +* Class [CellsHelper](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/ebookloadoptions/_index.md b/english/cpp/aspose.cells/ebookloadoptions/_index.md index 08c785a0910..9d4388c0555 100644 --- a/english/cpp/aspose.cells/ebookloadoptions/_index.md +++ b/english/cpp/aspose.cells/ebookloadoptions/_index.md @@ -33,8 +33,8 @@ class EbookLoadOptions : public Aspose::Cells::HtmlLoadOptions | [GetAutoFitterOptions()](../loadoptions/getautofitteroptions/) | Gets and sets the auto fitter options. | | [GetCheckDataValid()](../loadoptions/getcheckdatavalid/) | Check whether data is valid in the template file. | | [GetCheckExcelRestriction()](../loadoptions/getcheckexcelrestriction/) | Whether check restriction of excel file when user modify cells related objects. For example, excel does not allow inputting string value longer than 32K. When you input a value longer than 32K such as by Cell.PutValue(string), if this property is true, you will get an Exception. If this property is false, we will accept your input string value as the cell's value so that later you can output the complete string value for other file formats such as CSV. However, if you have set such kind of value that is invalid for excel file format, you should not save the workbook as excel file format later. Otherwise there may be unexpected error for the generated excel file. | -| [GetConvertDateTimeData()](../abstracttextloadoptions/getconvertdatetimedata/) | Gets or sets a value that indicates whether the string in text file is converted to date data. | -| [GetConvertNumericData()](../abstracttextloadoptions/getconvertnumericdata/) | Gets or sets a value that indicates whether the string in text file is converted to numeric data. | +| [GetConvertDateTimeData()](../abstracttextloadoptions/getconvertdatetimedata/) | Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. | +| [GetConvertNumericData()](../abstracttextloadoptions/getconvertnumericdata/) | Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. | | [GetDefaultStyleSettings()](../loadoptions/getdefaultstylesettings/) | Gets the default style settings for initializing styles of the workbook. | | [GetDeleteRedundantSpaces()](../htmlloadoptions/getdeleteredundantspaces/) | Indicates whether delete redundant spaces when the text wraps lines using **
** tag. The default value is false. | | [GetEncoding()](../abstracttextloadoptions/getencoding/) | Gets and sets the default encoding. Only applies for csv file. | @@ -81,8 +81,8 @@ class EbookLoadOptions : public Aspose::Cells::HtmlLoadOptions | [SetAutoFitterOptions(const AutoFitterOptions\& value)](../loadoptions/setautofitteroptions/) | Gets and sets the auto fitter options. | | [SetCheckDataValid(bool value)](../loadoptions/setcheckdatavalid/) | Check whether data is valid in the template file. | | [SetCheckExcelRestriction(bool value)](../loadoptions/setcheckexcelrestriction/) | Whether check restriction of excel file when user modify cells related objects. For example, excel does not allow inputting string value longer than 32K. When you input a value longer than 32K such as by Cell.PutValue(string), if this property is true, you will get an Exception. If this property is false, we will accept your input string value as the cell's value so that later you can output the complete string value for other file formats such as CSV. However, if you have set such kind of value that is invalid for excel file format, you should not save the workbook as excel file format later. Otherwise there may be unexpected error for the generated excel file. | -| [SetConvertDateTimeData(bool value)](../abstracttextloadoptions/setconvertdatetimedata/) | Gets or sets a value that indicates whether the string in text file is converted to date data. | -| [SetConvertNumericData(bool value)](../abstracttextloadoptions/setconvertnumericdata/) | Gets or sets a value that indicates whether the string in text file is converted to numeric data. | +| [SetConvertDateTimeData(bool value)](../abstracttextloadoptions/setconvertdatetimedata/) | Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. | +| [SetConvertNumericData(bool value)](../abstracttextloadoptions/setconvertnumericdata/) | Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. | | [SetDeleteRedundantSpaces(bool value)](../htmlloadoptions/setdeleteredundantspaces/) | Indicates whether delete redundant spaces when the text wraps lines using **
** tag. The default value is false. | | [SetEncoding(EncodingType value)](../abstracttextloadoptions/setencoding/) | Gets and sets the default encoding. Only applies for csv file. | | [SetFontConfigs(const IndividualFontConfigs\& value)](../loadoptions/setfontconfigs/) | Gets and sets individual font configs. Only works for the [Workbook](../workbook/) which uses this [LoadOptions](../loadoptions/) to load. | diff --git a/english/cpp/aspose.cells/htmlloadoptions/_index.md b/english/cpp/aspose.cells/htmlloadoptions/_index.md index d97b7bee6fa..ced4adb1444 100644 --- a/english/cpp/aspose.cells/htmlloadoptions/_index.md +++ b/english/cpp/aspose.cells/htmlloadoptions/_index.md @@ -28,8 +28,8 @@ class HtmlLoadOptions : public Aspose::Cells::AbstractTextLoadOptions | [GetAutoFitterOptions()](../loadoptions/getautofitteroptions/) | Gets and sets the auto fitter options. | | [GetCheckDataValid()](../loadoptions/getcheckdatavalid/) | Check whether data is valid in the template file. | | [GetCheckExcelRestriction()](../loadoptions/getcheckexcelrestriction/) | Whether check restriction of excel file when user modify cells related objects. For example, excel does not allow inputting string value longer than 32K. When you input a value longer than 32K such as by Cell.PutValue(string), if this property is true, you will get an Exception. If this property is false, we will accept your input string value as the cell's value so that later you can output the complete string value for other file formats such as CSV. However, if you have set such kind of value that is invalid for excel file format, you should not save the workbook as excel file format later. Otherwise there may be unexpected error for the generated excel file. | -| [GetConvertDateTimeData()](../abstracttextloadoptions/getconvertdatetimedata/) | Gets or sets a value that indicates whether the string in text file is converted to date data. | -| [GetConvertNumericData()](../abstracttextloadoptions/getconvertnumericdata/) | Gets or sets a value that indicates whether the string in text file is converted to numeric data. | +| [GetConvertDateTimeData()](../abstracttextloadoptions/getconvertdatetimedata/) | Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. | +| [GetConvertNumericData()](../abstracttextloadoptions/getconvertnumericdata/) | Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. | | [GetDefaultStyleSettings()](../loadoptions/getdefaultstylesettings/) | Gets the default style settings for initializing styles of the workbook. | | [GetDeleteRedundantSpaces()](./getdeleteredundantspaces/) | Indicates whether delete redundant spaces when the text wraps lines using **
** tag. The default value is false. | | [GetEncoding()](../abstracttextloadoptions/getencoding/) | Gets and sets the default encoding. Only applies for csv file. | @@ -75,8 +75,8 @@ class HtmlLoadOptions : public Aspose::Cells::AbstractTextLoadOptions | [SetAutoFitterOptions(const AutoFitterOptions\& value)](../loadoptions/setautofitteroptions/) | Gets and sets the auto fitter options. | | [SetCheckDataValid(bool value)](../loadoptions/setcheckdatavalid/) | Check whether data is valid in the template file. | | [SetCheckExcelRestriction(bool value)](../loadoptions/setcheckexcelrestriction/) | Whether check restriction of excel file when user modify cells related objects. For example, excel does not allow inputting string value longer than 32K. When you input a value longer than 32K such as by Cell.PutValue(string), if this property is true, you will get an Exception. If this property is false, we will accept your input string value as the cell's value so that later you can output the complete string value for other file formats such as CSV. However, if you have set such kind of value that is invalid for excel file format, you should not save the workbook as excel file format later. Otherwise there may be unexpected error for the generated excel file. | -| [SetConvertDateTimeData(bool value)](../abstracttextloadoptions/setconvertdatetimedata/) | Gets or sets a value that indicates whether the string in text file is converted to date data. | -| [SetConvertNumericData(bool value)](../abstracttextloadoptions/setconvertnumericdata/) | Gets or sets a value that indicates whether the string in text file is converted to numeric data. | +| [SetConvertDateTimeData(bool value)](../abstracttextloadoptions/setconvertdatetimedata/) | Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. | +| [SetConvertNumericData(bool value)](../abstracttextloadoptions/setconvertnumericdata/) | Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. | | [SetDeleteRedundantSpaces(bool value)](./setdeleteredundantspaces/) | Indicates whether delete redundant spaces when the text wraps lines using **
** tag. The default value is false. | | [SetEncoding(EncodingType value)](../abstracttextloadoptions/setencoding/) | Gets and sets the default encoding. Only applies for csv file. | | [SetFontConfigs(const IndividualFontConfigs\& value)](../loadoptions/setfontconfigs/) | Gets and sets individual font configs. Only works for the [Workbook](../workbook/) which uses this [LoadOptions](../loadoptions/) to load. | diff --git a/english/cpp/aspose.cells/markdownloadoptions/_index.md b/english/cpp/aspose.cells/markdownloadoptions/_index.md index 4ecb9cee55b..f49c0af8034 100644 --- a/english/cpp/aspose.cells/markdownloadoptions/_index.md +++ b/english/cpp/aspose.cells/markdownloadoptions/_index.md @@ -27,8 +27,8 @@ class MarkdownLoadOptions : public Aspose::Cells::AbstractTextLoadOptions | [GetAutoFitterOptions()](../loadoptions/getautofitteroptions/) | Gets and sets the auto fitter options. | | [GetCheckDataValid()](../loadoptions/getcheckdatavalid/) | Check whether data is valid in the template file. | | [GetCheckExcelRestriction()](../loadoptions/getcheckexcelrestriction/) | Whether check restriction of excel file when user modify cells related objects. For example, excel does not allow inputting string value longer than 32K. When you input a value longer than 32K such as by Cell.PutValue(string), if this property is true, you will get an Exception. If this property is false, we will accept your input string value as the cell's value so that later you can output the complete string value for other file formats such as CSV. However, if you have set such kind of value that is invalid for excel file format, you should not save the workbook as excel file format later. Otherwise there may be unexpected error for the generated excel file. | -| [GetConvertDateTimeData()](../abstracttextloadoptions/getconvertdatetimedata/) | Gets or sets a value that indicates whether the string in text file is converted to date data. | -| [GetConvertNumericData()](../abstracttextloadoptions/getconvertnumericdata/) | Gets or sets a value that indicates whether the string in text file is converted to numeric data. | +| [GetConvertDateTimeData()](../abstracttextloadoptions/getconvertdatetimedata/) | Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. | +| [GetConvertNumericData()](../abstracttextloadoptions/getconvertnumericdata/) | Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. | | [GetDefaultStyleSettings()](../loadoptions/getdefaultstylesettings/) | Gets the default style settings for initializing styles of the workbook. | | [GetEncoding()](../abstracttextloadoptions/getencoding/) | Gets and sets the default encoding. Only applies for csv file. | | [GetFontConfigs()](../loadoptions/getfontconfigs/) | Gets and sets individual font configs. Only works for the [Workbook](../workbook/) which uses this [LoadOptions](../loadoptions/) to load. | @@ -67,8 +67,8 @@ class MarkdownLoadOptions : public Aspose::Cells::AbstractTextLoadOptions | [SetAutoFitterOptions(const AutoFitterOptions\& value)](../loadoptions/setautofitteroptions/) | Gets and sets the auto fitter options. | | [SetCheckDataValid(bool value)](../loadoptions/setcheckdatavalid/) | Check whether data is valid in the template file. | | [SetCheckExcelRestriction(bool value)](../loadoptions/setcheckexcelrestriction/) | Whether check restriction of excel file when user modify cells related objects. For example, excel does not allow inputting string value longer than 32K. When you input a value longer than 32K such as by Cell.PutValue(string), if this property is true, you will get an Exception. If this property is false, we will accept your input string value as the cell's value so that later you can output the complete string value for other file formats such as CSV. However, if you have set such kind of value that is invalid for excel file format, you should not save the workbook as excel file format later. Otherwise there may be unexpected error for the generated excel file. | -| [SetConvertDateTimeData(bool value)](../abstracttextloadoptions/setconvertdatetimedata/) | Gets or sets a value that indicates whether the string in text file is converted to date data. | -| [SetConvertNumericData(bool value)](../abstracttextloadoptions/setconvertnumericdata/) | Gets or sets a value that indicates whether the string in text file is converted to numeric data. | +| [SetConvertDateTimeData(bool value)](../abstracttextloadoptions/setconvertdatetimedata/) | Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. | +| [SetConvertNumericData(bool value)](../abstracttextloadoptions/setconvertnumericdata/) | Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. | | [SetEncoding(EncodingType value)](../abstracttextloadoptions/setencoding/) | Gets and sets the default encoding. Only applies for csv file. | | [SetFontConfigs(const IndividualFontConfigs\& value)](../loadoptions/setfontconfigs/) | Gets and sets individual font configs. Only works for the [Workbook](../workbook/) which uses this [LoadOptions](../loadoptions/) to load. | | [SetHasFormula(bool value)](./sethasformula/) | Indicates whether the text is formula if it starts with "=". | diff --git a/english/cpp/aspose.cells/markdownsaveoptions/_index.md b/english/cpp/aspose.cells/markdownsaveoptions/_index.md index 982835ec971..93c415e73ee 100644 --- a/english/cpp/aspose.cells/markdownsaveoptions/_index.md +++ b/english/cpp/aspose.cells/markdownsaveoptions/_index.md @@ -28,7 +28,7 @@ class MarkdownSaveOptions : public Aspose::Cells::SaveOptions | [GetCreateDirectory()](../saveoptions/getcreatedirectory/) | If true and the directory does not exist, the directory will be automatically created before saving the file. | | [GetEncoding()](./getencoding/) | Gets and sets the default encoding. | | [GetEncryptDocumentProperties()](../saveoptions/getencryptdocumentproperties/) | Indicates whether encrypt document properties when saving as .xls file. The default value is true. | -| [GetExportHyperlinkAsReference()](./getexporthyperlinkasreference/) | Exports hyperlink using reference definitions instead of inline format. The default value is false. | +| [GetExportHyperlinkAsReference()](./getexporthyperlinkasreference/) | Indicates whether to export hyperlink using reference definitions instead of inline format. The default value is false. | | [GetExportImagesAsBase64()](./getexportimagesasbase64/) | Specifies whether images are saved in Base64 format to [Markdown](../../aspose.cells.markdown/). The default value is true. | | [GetFormatStrategy()](./getformatstrategy/) | Gets and sets the format strategy when exporting the cell value as string. | | [GetImageOptions()](./getimageoptions/) | Get the ImageOrPrintOptions object before exporting. | @@ -40,6 +40,7 @@ class MarkdownSaveOptions : public Aspose::Cells::SaveOptions | [GetSheetSet()](./getsheetset/) | Gets or sets the sheets to render. Default is all visible sheets in the workbook: Aspose.Cells.Rendering.SheetSet.Active. | | [GetSortExternalNames()](../saveoptions/getsortexternalnames/) | Indicates whether sorting external defined names before saving file. | | [GetSortNames()](../saveoptions/getsortnames/) | Indicates whether sorting defined names before saving file. | +| [GetSplitTablesByBlankRow()](./getsplittablesbyblankrow/) | Indicates whether blank rows in the worksheet should be treated as table separators when exporting to [Markdown](../../aspose.cells.markdown/). The default value is false. | | [GetTableHeaderType()](./gettableheadertype/) | Gets and sets how set the header of the table. | | [GetUpdateSmartArt()](../saveoptions/getupdatesmartart/) | Indicates whether updating smart art setting. The default value is false. | | [GetValidateMergedAreas()](../saveoptions/getvalidatemergedareas/) | Indicates whether validate merged cells before saving the file. | @@ -63,7 +64,7 @@ class MarkdownSaveOptions : public Aspose::Cells::SaveOptions | [SetCreateDirectory(bool value)](../saveoptions/setcreatedirectory/) | If true and the directory does not exist, the directory will be automatically created before saving the file. | | [SetEncoding(EncodingType value)](./setencoding/) | Gets and sets the default encoding. | | [SetEncryptDocumentProperties(bool value)](../saveoptions/setencryptdocumentproperties/) | Indicates whether encrypt document properties when saving as .xls file. The default value is true. | -| [SetExportHyperlinkAsReference(bool value)](./setexporthyperlinkasreference/) | Exports hyperlink using reference definitions instead of inline format. The default value is false. | +| [SetExportHyperlinkAsReference(bool value)](./setexporthyperlinkasreference/) | Indicates whether to export hyperlink using reference definitions instead of inline format. The default value is false. | | [SetExportImagesAsBase64(bool value)](./setexportimagesasbase64/) | Specifies whether images are saved in Base64 format to [Markdown](../../aspose.cells.markdown/). The default value is true. | | [SetFormatStrategy(CellValueFormatStrategy value)](./setformatstrategy/) | Gets and sets the format strategy when exporting the cell value as string. | | [SetLightCellsDataProvider(LightCellsDataProvider* value)](./setlightcellsdataprovider/) | The Data provider to provide cells data for saving workbook in light mode. | @@ -74,6 +75,7 @@ class MarkdownSaveOptions : public Aspose::Cells::SaveOptions | [SetSheetSet(const SheetSet\& value)](./setsheetset/) | Gets or sets the sheets to render. Default is all visible sheets in the workbook: Aspose.Cells.Rendering.SheetSet.Active. | | [SetSortExternalNames(bool value)](../saveoptions/setsortexternalnames/) | Indicates whether sorting external defined names before saving file. | | [SetSortNames(bool value)](../saveoptions/setsortnames/) | Indicates whether sorting defined names before saving file. | +| [SetSplitTablesByBlankRow(bool value)](./setsplittablesbyblankrow/) | Indicates whether blank rows in the worksheet should be treated as table separators when exporting to [Markdown](../../aspose.cells.markdown/). The default value is false. | | [SetTableHeaderType(MarkdownTableHeaderType value)](./settableheadertype/) | Gets and sets how set the header of the table. | | [SetUpdateSmartArt(bool value)](../saveoptions/setupdatesmartart/) | Indicates whether updating smart art setting. The default value is false. | | [SetValidateMergedAreas(bool value)](../saveoptions/setvalidatemergedareas/) | Indicates whether validate merged cells before saving the file. | diff --git a/english/cpp/aspose.cells/markdownsaveoptions/getexporthyperlinkasreference/_index.md b/english/cpp/aspose.cells/markdownsaveoptions/getexporthyperlinkasreference/_index.md index c6e60c9ab91..c0d4babdf80 100644 --- a/english/cpp/aspose.cells/markdownsaveoptions/getexporthyperlinkasreference/_index.md +++ b/english/cpp/aspose.cells/markdownsaveoptions/getexporthyperlinkasreference/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::MarkdownSaveOptions::GetExportHyperlinkAsReference method linktitle: GetExportHyperlinkAsReference second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::MarkdownSaveOptions::GetExportHyperlinkAsReference method. Exports hyperlink using reference definitions instead of inline format. The default value is false in C++.' +description: 'Aspose::Cells::MarkdownSaveOptions::GetExportHyperlinkAsReference method. Indicates whether to export hyperlink using reference definitions instead of inline format. The default value is false in C++.' type: docs weight: 2300 url: /cpp/aspose.cells/markdownsaveoptions/getexporthyperlinkasreference/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells/markdownsaveoptions/getexporthyperlinkasreference/ ## MarkdownSaveOptions::GetExportHyperlinkAsReference method -Exports hyperlink using reference definitions instead of inline format. The default value is false. +Indicates whether to export hyperlink using reference definitions instead of inline format. The default value is false. ```cpp bool Aspose::Cells::MarkdownSaveOptions::GetExportHyperlinkAsReference() diff --git a/english/cpp/aspose.cells/markdownsaveoptions/getsplittablesbyblankrow/_index.md b/english/cpp/aspose.cells/markdownsaveoptions/getsplittablesbyblankrow/_index.md new file mode 100644 index 00000000000..534361e67d3 --- /dev/null +++ b/english/cpp/aspose.cells/markdownsaveoptions/getsplittablesbyblankrow/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::MarkdownSaveOptions::GetSplitTablesByBlankRow method +linktitle: GetSplitTablesByBlankRow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::MarkdownSaveOptions::GetSplitTablesByBlankRow method. Indicates whether blank rows in the worksheet should be treated as table separators when exporting to Markdown. The default value is false in C++.' +type: docs +weight: 2700 +url: /cpp/aspose.cells/markdownsaveoptions/getsplittablesbyblankrow/ +--- +## MarkdownSaveOptions::GetSplitTablesByBlankRow method + + +Indicates whether blank rows in the worksheet should be treated as table separators when exporting to [Markdown](../../../aspose.cells.markdown/). The default value is false. + +```cpp +bool Aspose::Cells::MarkdownSaveOptions::GetSplitTablesByBlankRow() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [MarkdownSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/markdownsaveoptions/setexporthyperlinkasreference/_index.md b/english/cpp/aspose.cells/markdownsaveoptions/setexporthyperlinkasreference/_index.md index 116838d4745..e2e4c5534eb 100644 --- a/english/cpp/aspose.cells/markdownsaveoptions/setexporthyperlinkasreference/_index.md +++ b/english/cpp/aspose.cells/markdownsaveoptions/setexporthyperlinkasreference/_index.md @@ -2,7 +2,7 @@ title: Aspose::Cells::MarkdownSaveOptions::SetExportHyperlinkAsReference method linktitle: SetExportHyperlinkAsReference second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::MarkdownSaveOptions::SetExportHyperlinkAsReference method. Exports hyperlink using reference definitions instead of inline format. The default value is false in C++.' +description: 'Aspose::Cells::MarkdownSaveOptions::SetExportHyperlinkAsReference method. Indicates whether to export hyperlink using reference definitions instead of inline format. The default value is false in C++.' type: docs weight: 2400 url: /cpp/aspose.cells/markdownsaveoptions/setexporthyperlinkasreference/ @@ -10,7 +10,7 @@ url: /cpp/aspose.cells/markdownsaveoptions/setexporthyperlinkasreference/ ## MarkdownSaveOptions::SetExportHyperlinkAsReference method -Exports hyperlink using reference definitions instead of inline format. The default value is false. +Indicates whether to export hyperlink using reference definitions instead of inline format. The default value is false. ```cpp void Aspose::Cells::MarkdownSaveOptions::SetExportHyperlinkAsReference(bool value) diff --git a/english/cpp/aspose.cells/markdownsaveoptions/setsplittablesbyblankrow/_index.md b/english/cpp/aspose.cells/markdownsaveoptions/setsplittablesbyblankrow/_index.md new file mode 100644 index 00000000000..a1f1ca570bd --- /dev/null +++ b/english/cpp/aspose.cells/markdownsaveoptions/setsplittablesbyblankrow/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::MarkdownSaveOptions::SetSplitTablesByBlankRow method +linktitle: SetSplitTablesByBlankRow +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::MarkdownSaveOptions::SetSplitTablesByBlankRow method. Indicates whether blank rows in the worksheet should be treated as table separators when exporting to Markdown. The default value is false in C++.' +type: docs +weight: 2800 +url: /cpp/aspose.cells/markdownsaveoptions/setsplittablesbyblankrow/ +--- +## MarkdownSaveOptions::SetSplitTablesByBlankRow method + + +Indicates whether blank rows in the worksheet should be treated as table separators when exporting to [Markdown](../../../aspose.cells.markdown/). The default value is false. + +```cpp +void Aspose::Cells::MarkdownSaveOptions::SetSplitTablesByBlankRow(bool value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [MarkdownSaveOptions](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/significantdigitstype/_index.md b/english/cpp/aspose.cells/significantdigitstype/_index.md new file mode 100644 index 00000000000..3333e123692 --- /dev/null +++ b/english/cpp/aspose.cells/significantdigitstype/_index.md @@ -0,0 +1,30 @@ +--- +title: Aspose::Cells::SignificantDigitsType enum +linktitle: SignificantDigitsType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::SignificantDigitsType enum. Represents the type of significant digits for outputing numeric values in C++.' +type: docs +weight: 26300 +url: /cpp/aspose.cells/significantdigitstype/ +--- +## SignificantDigitsType enum + + +Represents the type of significant digits for outputing numeric values. + +```cpp +enum class SignificantDigitsType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Digits15 | 0 |
15-digits | +| G17 | 1 |
17-digits by formatting the value with "G17". | +| Rounding17 | 2 |
17-digits by rounding the value. | + +## See Also + +* Namespace [Aspose::Cells](../) +* Library [Aspose.Cells for C++](../../) diff --git a/english/cpp/aspose.cells/txtloadoptions/_index.md b/english/cpp/aspose.cells/txtloadoptions/_index.md index fbe3face2f7..85c536ad9e1 100644 --- a/english/cpp/aspose.cells/txtloadoptions/_index.md +++ b/english/cpp/aspose.cells/txtloadoptions/_index.md @@ -27,8 +27,8 @@ class TxtLoadOptions : public Aspose::Cells::AbstractTextLoadOptions | [GetAutoFitterOptions()](../loadoptions/getautofitteroptions/) | Gets and sets the auto fitter options. | | [GetCheckDataValid()](../loadoptions/getcheckdatavalid/) | Check whether data is valid in the template file. | | [GetCheckExcelRestriction()](../loadoptions/getcheckexcelrestriction/) | Whether check restriction of excel file when user modify cells related objects. For example, excel does not allow inputting string value longer than 32K. When you input a value longer than 32K such as by Cell.PutValue(string), if this property is true, you will get an Exception. If this property is false, we will accept your input string value as the cell's value so that later you can output the complete string value for other file formats such as CSV. However, if you have set such kind of value that is invalid for excel file format, you should not save the workbook as excel file format later. Otherwise there may be unexpected error for the generated excel file. | -| [GetConvertDateTimeData()](../abstracttextloadoptions/getconvertdatetimedata/) | Gets or sets a value that indicates whether the string in text file is converted to date data. | -| [GetConvertNumericData()](../abstracttextloadoptions/getconvertnumericdata/) | Gets or sets a value that indicates whether the string in text file is converted to numeric data. | +| [GetConvertDateTimeData()](../abstracttextloadoptions/getconvertdatetimedata/) | Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. | +| [GetConvertNumericData()](../abstracttextloadoptions/getconvertnumericdata/) | Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. | | [GetDefaultStyleSettings()](../loadoptions/getdefaultstylesettings/) | Gets the default style settings for initializing styles of the workbook. | | [GetEncoding()](../abstracttextloadoptions/getencoding/) | Gets and sets the default encoding. Only applies for csv file. | | [GetExtendToNextSheet()](./getextendtonextsheet/) | Whether extends data to next sheet when the rows or columns of data exceed limit. Default is false. | @@ -75,8 +75,8 @@ class TxtLoadOptions : public Aspose::Cells::AbstractTextLoadOptions | [SetAutoFitterOptions(const AutoFitterOptions\& value)](../loadoptions/setautofitteroptions/) | Gets and sets the auto fitter options. | | [SetCheckDataValid(bool value)](../loadoptions/setcheckdatavalid/) | Check whether data is valid in the template file. | | [SetCheckExcelRestriction(bool value)](../loadoptions/setcheckexcelrestriction/) | Whether check restriction of excel file when user modify cells related objects. For example, excel does not allow inputting string value longer than 32K. When you input a value longer than 32K such as by Cell.PutValue(string), if this property is true, you will get an Exception. If this property is false, we will accept your input string value as the cell's value so that later you can output the complete string value for other file formats such as CSV. However, if you have set such kind of value that is invalid for excel file format, you should not save the workbook as excel file format later. Otherwise there may be unexpected error for the generated excel file. | -| [SetConvertDateTimeData(bool value)](../abstracttextloadoptions/setconvertdatetimedata/) | Gets or sets a value that indicates whether the string in text file is converted to date data. | -| [SetConvertNumericData(bool value)](../abstracttextloadoptions/setconvertnumericdata/) | Gets or sets a value that indicates whether the string in text file is converted to numeric data. | +| [SetConvertDateTimeData(bool value)](../abstracttextloadoptions/setconvertdatetimedata/) | Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. | +| [SetConvertNumericData(bool value)](../abstracttextloadoptions/setconvertnumericdata/) | Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. | | [SetEncoding(EncodingType value)](../abstracttextloadoptions/setencoding/) | Gets and sets the default encoding. Only applies for csv file. | | [SetExtendToNextSheet(bool value)](./setextendtonextsheet/) | Whether extends data to next sheet when the rows or columns of data exceed limit. Default is false. | | [SetFontConfigs(const IndividualFontConfigs\& value)](../loadoptions/setfontconfigs/) | Gets and sets individual font configs. Only works for the [Workbook](../workbook/) which uses this [LoadOptions](../loadoptions/) to load. | diff --git a/english/cpp/aspose.cells/workbook/getmatchingcolor/_index.md b/english/cpp/aspose.cells/workbook/getmatchingcolor/_index.md index e7f0a9e11d4..7e5e8afd901 100644 --- a/english/cpp/aspose.cells/workbook/getmatchingcolor/_index.md +++ b/english/cpp/aspose.cells/workbook/getmatchingcolor/_index.md @@ -24,7 +24,11 @@ Aspose::Cells::Color Aspose::Cells::Workbook::GetMatchingColor(const Aspose::Cel ## ReturnValue Best matching color. +## Remarks + + +There are only 56 colors in the color palette in Excel 97-2003. If the color is not in the palette, the similar color will be set. ## See Also * Class [Vector](../../vector/) diff --git a/english/cpp/aspose.cells/workbooksettings/_index.md b/english/cpp/aspose.cells/workbooksettings/_index.md index 30f30755be0..6a309c3f8ac 100644 --- a/english/cpp/aspose.cells/workbooksettings/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/_index.md @@ -45,6 +45,7 @@ class WorkbookSettings | [GetMaxColumn()](./getmaxcolumn/) | Gets the max column index, zero-based. | | [GetMaxRow()](./getmaxrow/) | Gets the max row index, zero-based. | | [GetMaxRowsOfSharedFormula()](./getmaxrowsofsharedformula/) | Gets and sets the max row number of shared formula. | +| [GetMaxUniqueItemsPerField()](./getmaxuniqueitemsperfield/) | Gets and set the limitation of unique items per field. | | [GetMemorySetting()](./getmemorysetting/) | Gets or sets the memory usage options. The new option will be taken as the default option for newly created worksheets but does not take effect for existing worksheets. | | [GetNumberDecimalSeparator()](./getnumberdecimalseparator/) | Gets or sets the decimal separator for formatting/parsing numeric values. Default is the decimal separator of current Region. | | [GetNumberGroupSeparator()](./getnumbergroupseparator/) | Gets or sets the character that separates groups of digits to the left of the decimal in numeric values. Default is the group separator of current Region. | @@ -59,7 +60,7 @@ class WorkbookSettings | [GetShared()](./getshared/) | Gets or sets a value that indicates whether the [Workbook](../workbook/) is shared. | | [GetSheetTabBarWidth()](./getsheettabbarwidth/) | Width of worksheet tab bar (in 1/1000 of window width). | | [GetShowTabs()](./getshowtabs/) | Get or sets a value whether the [Workbook](../workbook/) tabs are displayed. | -| [GetSignificantDigits()](./getsignificantdigits/) | Gets and sets the number of significant digits. The default value is CellsHelper.SignificantDigits. | +| [GetSignificantDigitsType()](./getsignificantdigitstype/) | Gets and sets the type of significant digits for outputing numeric values in this workbook. Default value is CellsHelper.SignificantDigitsType. | | [GetSmartTagOptions()](./getsmarttagoptions/) | Gets the options of the smart tag. | | [GetThemeFont(FontSchemeType type)](./getthemefont/) | Gets the default theme font name. | | [GetUpdateAdjacentCellsBorder()](./getupdateadjacentcellsborder/) | Indicates whether update adjacent cells' border. | @@ -115,6 +116,7 @@ class WorkbookSettings | [SetIsVScrollBarVisible(bool value)](./setisvscrollbarvisible/) | Gets or sets a value indicating whether the generated spreadsheet will contain a vertical scroll bar. | | [SetLanguageCode(CountryCode value)](./setlanguagecode/) | Gets or sets the user interface language of the [Workbook](../workbook/) version based on CountryCode that has saved the file. | | [SetMaxRowsOfSharedFormula(int32_t value)](./setmaxrowsofsharedformula/) | Gets and sets the max row number of shared formula. | +| [SetMaxUniqueItemsPerField(int32_t value)](./setmaxuniqueitemsperfield/) | Gets and set the limitation of unique items per field. | | [SetMemorySetting(MemorySetting value)](./setmemorysetting/) | Gets or sets the memory usage options. The new option will be taken as the default option for newly created worksheets but does not take effect for existing worksheets. | | [SetNumberDecimalSeparator(char16_t value)](./setnumberdecimalseparator/) | Gets or sets the decimal separator for formatting/parsing numeric values. Default is the decimal separator of current Region. | | [SetNumberGroupSeparator(char16_t value)](./setnumbergroupseparator/) | Gets or sets the character that separates groups of digits to the left of the decimal in numeric values. Default is the group separator of current Region. | @@ -130,7 +132,7 @@ class WorkbookSettings | [SetShared(bool value)](./setshared/) | Gets or sets a value that indicates whether the [Workbook](../workbook/) is shared. | | [SetSheetTabBarWidth(int32_t value)](./setsheettabbarwidth/) | Width of worksheet tab bar (in 1/1000 of window width). | | [SetShowTabs(bool value)](./setshowtabs/) | Get or sets a value whether the [Workbook](../workbook/) tabs are displayed. | -| [SetSignificantDigits(int32_t value)](./setsignificantdigits/) | Gets and sets the number of significant digits. The default value is CellsHelper.SignificantDigits. | +| [SetSignificantDigitsType(SignificantDigitsType value)](./setsignificantdigitstype/) | Gets and sets the type of significant digits for outputing numeric values in this workbook. Default value is CellsHelper.SignificantDigitsType. | | [SetUpdateAdjacentCellsBorder(bool value)](./setupdateadjacentcellsborder/) | Indicates whether update adjacent cells' border. | | [SetUpdateLinksType(UpdateLinksType value)](./setupdatelinkstype/) | Gets and sets how updates external links when the workbook is opened. | | [SetWarningCallback(IWarningCallback* value)](./setwarningcallback/) | Gets or sets warning callback. | diff --git a/english/cpp/aspose.cells/workbooksettings/getcrashsave/_index.md b/english/cpp/aspose.cells/workbooksettings/getcrashsave/_index.md index 060a1ef62b0..5967e110c5f 100644 --- a/english/cpp/aspose.cells/workbooksettings/getcrashsave/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/getcrashsave/_index.md @@ -4,7 +4,7 @@ linktitle: GetCrashSave second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::GetCrashSave method. indicates whether the application last saved the workbook file after a crash in C++.' type: docs -weight: 9800 +weight: 10100 url: /cpp/aspose.cells/workbooksettings/getcrashsave/ --- ## WorkbookSettings::GetCrashSave method diff --git a/english/cpp/aspose.cells/workbooksettings/getmaxuniqueitemsperfield/_index.md b/english/cpp/aspose.cells/workbooksettings/getmaxuniqueitemsperfield/_index.md new file mode 100644 index 00000000000..98fe401154f --- /dev/null +++ b/english/cpp/aspose.cells/workbooksettings/getmaxuniqueitemsperfield/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::WorkbookSettings::GetMaxUniqueItemsPerField method +linktitle: GetMaxUniqueItemsPerField +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WorkbookSettings::GetMaxUniqueItemsPerField method. Gets and set the limitation of unique items per field in C++.' +type: docs +weight: 5800 +url: /cpp/aspose.cells/workbooksettings/getmaxuniqueitemsperfield/ +--- +## WorkbookSettings::GetMaxUniqueItemsPerField method + + +Gets and set the limitation of unique items per field. + +```cpp +int32_t Aspose::Cells::WorkbookSettings::GetMaxUniqueItemsPerField() +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [WorkbookSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/workbooksettings/getsignificantdigits/_index.md b/english/cpp/aspose.cells/workbooksettings/getsignificantdigits/_index.md deleted file mode 100644 index eba4542896a..00000000000 --- a/english/cpp/aspose.cells/workbooksettings/getsignificantdigits/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Cells::WorkbookSettings::GetSignificantDigits method -linktitle: GetSignificantDigits -second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::WorkbookSettings::GetSignificantDigits method. Gets and sets the number of significant digits. The default value is CellsHelper.SignificantDigits in C++.' -type: docs -weight: 9000 -url: /cpp/aspose.cells/workbooksettings/getsignificantdigits/ ---- -## WorkbookSettings::GetSignificantDigits method - - -Gets and sets the number of significant digits. The default value is CellsHelper.SignificantDigits. - -```cpp -int32_t Aspose::Cells::WorkbookSettings::GetSignificantDigits() -``` - -## Remarks - - -Only could be 15 or 17 now. -## See Also - -* Class [Vector](../../vector/) -* Class [WorkbookSettings](../) -* Namespace [Aspose::Cells](../../) -* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/workbooksettings/getsignificantdigitstype/_index.md b/english/cpp/aspose.cells/workbooksettings/getsignificantdigitstype/_index.md new file mode 100644 index 00000000000..dc28f4d4cd6 --- /dev/null +++ b/english/cpp/aspose.cells/workbooksettings/getsignificantdigitstype/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::WorkbookSettings::GetSignificantDigitsType method +linktitle: GetSignificantDigitsType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WorkbookSettings::GetSignificantDigitsType method. Gets and sets the type of significant digits for outputing numeric values in this workbook. Default value is CellsHelper.SignificantDigitsType in C++.' +type: docs +weight: 9300 +url: /cpp/aspose.cells/workbooksettings/getsignificantdigitstype/ +--- +## WorkbookSettings::GetSignificantDigitsType method + + +Gets and sets the type of significant digits for outputing numeric values in this workbook. Default value is CellsHelper.SignificantDigitsType. + +```cpp +SignificantDigitsType Aspose::Cells::WorkbookSettings::GetSignificantDigitsType() +``` + +## See Also + +* Enum [SignificantDigitsType](../../significantdigitstype/) +* Class [WorkbookSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/workbooksettings/setautorecover/_index.md b/english/cpp/aspose.cells/workbooksettings/setautorecover/_index.md index afa004e2f77..f0b55c3a702 100644 --- a/english/cpp/aspose.cells/workbooksettings/setautorecover/_index.md +++ b/english/cpp/aspose.cells/workbooksettings/setautorecover/_index.md @@ -4,7 +4,7 @@ linktitle: SetAutoRecover second_title: Aspose.Cells for C++ API Reference description: 'Aspose::Cells::WorkbookSettings::SetAutoRecover method. Indicates whether the file is marked for auto-recovery in C++.' type: docs -weight: 9700 +weight: 10000 url: /cpp/aspose.cells/workbooksettings/setautorecover/ --- ## WorkbookSettings::SetAutoRecover method diff --git a/english/cpp/aspose.cells/workbooksettings/setmaxuniqueitemsperfield/_index.md b/english/cpp/aspose.cells/workbooksettings/setmaxuniqueitemsperfield/_index.md new file mode 100644 index 00000000000..226433294df --- /dev/null +++ b/english/cpp/aspose.cells/workbooksettings/setmaxuniqueitemsperfield/_index.md @@ -0,0 +1,24 @@ +--- +title: Aspose::Cells::WorkbookSettings::SetMaxUniqueItemsPerField method +linktitle: SetMaxUniqueItemsPerField +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WorkbookSettings::SetMaxUniqueItemsPerField method. Gets and set the limitation of unique items per field in C++.' +type: docs +weight: 5900 +url: /cpp/aspose.cells/workbooksettings/setmaxuniqueitemsperfield/ +--- +## WorkbookSettings::SetMaxUniqueItemsPerField method + + +Gets and set the limitation of unique items per field. + +```cpp +void Aspose::Cells::WorkbookSettings::SetMaxUniqueItemsPerField(int32_t value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Class [WorkbookSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/workbooksettings/setsignificantdigits/_index.md b/english/cpp/aspose.cells/workbooksettings/setsignificantdigits/_index.md deleted file mode 100644 index 991645fd493..00000000000 --- a/english/cpp/aspose.cells/workbooksettings/setsignificantdigits/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Aspose::Cells::WorkbookSettings::SetSignificantDigits method -linktitle: SetSignificantDigits -second_title: Aspose.Cells for C++ API Reference -description: 'Aspose::Cells::WorkbookSettings::SetSignificantDigits method. Gets and sets the number of significant digits. The default value is CellsHelper.SignificantDigits in C++.' -type: docs -weight: 9100 -url: /cpp/aspose.cells/workbooksettings/setsignificantdigits/ ---- -## WorkbookSettings::SetSignificantDigits method - - -Gets and sets the number of significant digits. The default value is CellsHelper.SignificantDigits. - -```cpp -void Aspose::Cells::WorkbookSettings::SetSignificantDigits(int32_t value) -``` - -## Remarks - - -Only could be 15 or 17 now. -## See Also - -* Class [Vector](../../vector/) -* Class [WorkbookSettings](../) -* Namespace [Aspose::Cells](../../) -* Library [Aspose.Cells for C++](../../../) diff --git a/english/cpp/aspose.cells/workbooksettings/setsignificantdigitstype/_index.md b/english/cpp/aspose.cells/workbooksettings/setsignificantdigitstype/_index.md new file mode 100644 index 00000000000..538960c3082 --- /dev/null +++ b/english/cpp/aspose.cells/workbooksettings/setsignificantdigitstype/_index.md @@ -0,0 +1,25 @@ +--- +title: Aspose::Cells::WorkbookSettings::SetSignificantDigitsType method +linktitle: SetSignificantDigitsType +second_title: Aspose.Cells for C++ API Reference +description: 'Aspose::Cells::WorkbookSettings::SetSignificantDigitsType method. Gets and sets the type of significant digits for outputing numeric values in this workbook. Default value is CellsHelper.SignificantDigitsType in C++.' +type: docs +weight: 9400 +url: /cpp/aspose.cells/workbooksettings/setsignificantdigitstype/ +--- +## WorkbookSettings::SetSignificantDigitsType method + + +Gets and sets the type of significant digits for outputing numeric values in this workbook. Default value is CellsHelper.SignificantDigitsType. + +```cpp +void Aspose::Cells::WorkbookSettings::SetSignificantDigitsType(SignificantDigitsType value) +``` + +## See Also + +* Class [Vector](../../vector/) +* Enum [SignificantDigitsType](../../significantdigitstype/) +* Class [WorkbookSettings](../) +* Namespace [Aspose::Cells](../../) +* Library [Aspose.Cells for C++](../../../) diff --git a/english/go-cpp/AbstractTextLoadOptions/GetConvertDateTimeData/_index.md b/english/go-cpp/AbstractTextLoadOptions/GetConvertDateTimeData/_index.md index df0ac558c8b..d44aa0ad522 100644 --- a/english/go-cpp/AbstractTextLoadOptions/GetConvertDateTimeData/_index.md +++ b/english/go-cpp/AbstractTextLoadOptions/GetConvertDateTimeData/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/abstracttextloadoptions/getconvertdatetimedata/ ## GetConvertDateTimeData function -Gets or sets a value that indicates whether the string in text file is converted to date data. +Gets or sets a value that indicates whether the string in text file is converted to date data.Default value is true. ```go diff --git a/english/go-cpp/AbstractTextLoadOptions/GetConvertNumericData/_index.md b/english/go-cpp/AbstractTextLoadOptions/GetConvertNumericData/_index.md index e1dc3c4b91b..26963b3407c 100644 --- a/english/go-cpp/AbstractTextLoadOptions/GetConvertNumericData/_index.md +++ b/english/go-cpp/AbstractTextLoadOptions/GetConvertNumericData/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/abstracttextloadoptions/getconvertnumericdata/ ## GetConvertNumericData function -Gets or sets a value that indicates whether the string in text file is converted to numeric data. +Gets or sets a value that indicates whether the string in text file is converted to numeric data.Default value is true. ```go diff --git a/english/go-cpp/AbstractTextLoadOptions/SetConvertDateTimeData/_index.md b/english/go-cpp/AbstractTextLoadOptions/SetConvertDateTimeData/_index.md index 652751f7371..15c73d6e4a7 100644 --- a/english/go-cpp/AbstractTextLoadOptions/SetConvertDateTimeData/_index.md +++ b/english/go-cpp/AbstractTextLoadOptions/SetConvertDateTimeData/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/abstracttextloadoptions/setconvertdatetimedata/ ## SetConvertDateTimeData function -Gets or sets a value that indicates whether the string in text file is converted to date data. +Gets or sets a value that indicates whether the string in text file is converted to date data.Default value is true. ```go diff --git a/english/go-cpp/AbstractTextLoadOptions/SetConvertNumericData/_index.md b/english/go-cpp/AbstractTextLoadOptions/SetConvertNumericData/_index.md index 1f4152d91dc..15275228ce7 100644 --- a/english/go-cpp/AbstractTextLoadOptions/SetConvertNumericData/_index.md +++ b/english/go-cpp/AbstractTextLoadOptions/SetConvertNumericData/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/abstracttextloadoptions/setconvertnumericdata/ ## SetConvertNumericData function -Gets or sets a value that indicates whether the string in text file is converted to numeric data. +Gets or sets a value that indicates whether the string in text file is converted to numeric data.Default value is true. ```go diff --git a/english/go-cpp/AbstractTextLoadOptions/_index.md b/english/go-cpp/AbstractTextLoadOptions/_index.md index 80a083e690a..3d4ec206f5f 100644 --- a/english/go-cpp/AbstractTextLoadOptions/_index.md +++ b/english/go-cpp/AbstractTextLoadOptions/_index.md @@ -34,10 +34,10 @@ type AbstractTextLoadOptions struct { |[SetEncoding](./setencoding/) | Gets and sets the default encoding. Only applies for csv file. | |[GetLoadStyleStrategy](./getloadstylestrategy/) | Indicates the strategy to apply style for parsed values when converting string value to number or datetime. | |[SetLoadStyleStrategy](./setloadstylestrategy/) | Indicates the strategy to apply style for parsed values when converting string value to number or datetime. | -|[GetConvertNumericData](./getconvertnumericdata/) | Gets or sets a value that indicates whether the string in text file is converted to numeric data. | -|[SetConvertNumericData](./setconvertnumericdata/) | Gets or sets a value that indicates whether the string in text file is converted to numeric data. | -|[GetConvertDateTimeData](./getconvertdatetimedata/) | Gets or sets a value that indicates whether the string in text file is converted to date data. | -|[SetConvertDateTimeData](./setconvertdatetimedata/) | Gets or sets a value that indicates whether the string in text file is converted to date data. | +|[GetConvertNumericData](./getconvertnumericdata/) | Gets or sets a value that indicates whether the string in text file is converted to numeric data.Default value is true. | +|[SetConvertNumericData](./setconvertnumericdata/) | Gets or sets a value that indicates whether the string in text file is converted to numeric data.Default value is true. | +|[GetConvertDateTimeData](./getconvertdatetimedata/) | Gets or sets a value that indicates whether the string in text file is converted to date data.Default value is true. | +|[SetConvertDateTimeData](./setconvertdatetimedata/) | Gets or sets a value that indicates whether the string in text file is converted to date data.Default value is true. | |[GetKeepPrecision](./getkeepprecision/) | Indicates whether not parsing a string value if the length is 15. | |[SetKeepPrecision](./setkeepprecision/) | Indicates whether not parsing a string value if the length is 15. | |[GetLoadFormat](./getloadformat/) | Gets the load format. | diff --git a/english/go-cpp/AutoShapeType/_index.md b/english/go-cpp/AutoShapeType/_index.md index d900a430ffa..d1a90b1e5aa 100644 --- a/english/go-cpp/AutoShapeType/_index.md +++ b/english/go-cpp/AutoShapeType/_index.md @@ -63,18 +63,18 @@ type AutoShapeType int32 |[CurvedConnector](./curvedconnector/) | | |[CurvedConnector4](./curvedconnector4/) | | |[CurvedConnector5](./curvedconnector5/) | | -|[LineCalloutNoBorder2](./linecalloutnoborder2/) | | -|[LineCalloutNoBorder3](./linecalloutnoborder3/) | | -|[LineCalloutNoBorder4](./linecalloutnoborder4/) | | -|[LineCalloutWithAccentBar2](./linecalloutwithaccentbar2/) | | -|[LineCalloutWithAccentBar3](./linecalloutwithaccentbar3/) | | -|[LineCalloutWithAccentBar4](./linecalloutwithaccentbar4/) | | -|[LineCalloutWithBorder2](./linecalloutwithborder2/) | | -|[LineCalloutWithBorder3](./linecalloutwithborder3/) | | -|[LineCalloutWithBorder4](./linecalloutwithborder4/) | | -|[LineCalloutWithBorderAndAccentBar2](./linecalloutwithborderandaccentbar2/) | | -|[LineCalloutWithBorderAndAccentBar3](./linecalloutwithborderandaccentbar3/) | | -|[LineCalloutWithBorderAndAccentBar4](./linecalloutwithborderandaccentbar4/) | | +|[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. | +|[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. | +|[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. | +|[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. | +|[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. | +|[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. | +|[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. | +|[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. | +|[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. | +|[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. | +|[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. | +|[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. | |[DownRibbon](./downribbon/) | | |[UpRibbon](./upribbon/) | | |[Chevron](./chevron/) | | @@ -200,10 +200,10 @@ type AutoShapeType int32 |[TextCanDown](./textcandown/) | A text shape that is curved downwards as if being read on the side of a can. | |[FlowChartAlternateProcess](./flowchartalternateprocess/) | | |[FlowChartOffpageConnector](./flowchartoffpageconnector/) | | -|[LineCalloutNoBorder1](./linecalloutnoborder1/) | | -|[LineCalloutWithAccentBar1](./linecalloutwithaccentbar1/) | | -|[LineCalloutWithBorder1](./linecalloutwithborder1/) | | -|[LineCalloutWithBorderAndAccentBar1](./linecalloutwithborderandaccentbar1/) | | +|[LineCalloutNoBorder1](./linecalloutnoborder1/) | Specifies the "Line Callout 1(No Border)" type of the Ms Excel 97-2003 version. | +|[LineCalloutWithAccentBar1](./linecalloutwithaccentbar1/) | Specifies the "Line Callout 1(Accent Bar)" type of the Ms Excel 97-2003 version. | +|[LineCalloutWithBorder1](./linecalloutwithborder1/) | Specifies the "Line Callout 1" type of the Ms Excel 97-2003 version. | +|[LineCalloutWithBorderAndAccentBar1](./linecalloutwithborderandaccentbar1/) | Specifies the "Line Callout 1(Border and Accent Bar)" type of the Ms Excel 97-2003 version. | |[LeftRightUpArrow](./leftrightuparrow/) | | |[Sun](./sun/) | | |[Moon](./moon/) | | diff --git a/english/go-cpp/CalculationOptions/GetRefreshDynamicArrayFormula/_index.md b/english/go-cpp/CalculationOptions/GetRefreshDynamicArrayFormula/_index.md new file mode 100644 index 00000000000..192f1b10abf --- /dev/null +++ b/english/go-cpp/CalculationOptions/GetRefreshDynamicArrayFormula/_index.md @@ -0,0 +1,27 @@ +--- +title: GetRefreshDynamicArrayFormula Method +linktitle: GetRefreshDynamicArrayFormula +second_title: Aspose.Cells for Go via C++ API Reference +description: 'GetRefreshDynamicArrayFormula method. Encapsulates the function that represents getrefreshdynamicarrayformula in Go.' +type: docs +weight: 200 +url: /go-cpp/calculationoptions/getrefreshdynamicarrayformula/ +--- + +## GetRefreshDynamicArrayFormula function + +Indicates whether dynamic array formulas should be refreshedbefore calculating formulas. + +```go + +func (instance *CalculationOptions) GetRefreshDynamicArrayFormula() (bool, error) + +``` + +## Remarks + + +## See Also + +* Class [CalculationOptions](../) +* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/CalculationOptions/GetUserSpecifiedRefreshDynamicArrayFormula/_index.md b/english/go-cpp/CalculationOptions/GetUserSpecifiedRefreshDynamicArrayFormula/_index.md new file mode 100644 index 00000000000..9a9ee77e6b0 --- /dev/null +++ b/english/go-cpp/CalculationOptions/GetUserSpecifiedRefreshDynamicArrayFormula/_index.md @@ -0,0 +1,27 @@ +--- +title: GetUserSpecifiedRefreshDynamicArrayFormula Method +linktitle: GetUserSpecifiedRefreshDynamicArrayFormula +second_title: Aspose.Cells for Go via C++ API Reference +description: 'GetUserSpecifiedRefreshDynamicArrayFormula method. Encapsulates the function that represents getuserspecifiedrefreshdynamicarrayformula in Go.' +type: docs +weight: 200 +url: /go-cpp/calculationoptions/getuserspecifiedrefreshdynamicarrayformula/ +--- + +## GetUserSpecifiedRefreshDynamicArrayFormula function + +Indicates whether user has explicitly specified the behavior ofrefreshing dynamic array formulas before calculating specified formulas. + +```go + +func (instance *CalculationOptions) GetUserSpecifiedRefreshDynamicArrayFormula() (bool, error) + +``` + +## Remarks + + +## See Also + +* Class [CalculationOptions](../) +* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/CalculationOptions/SetRefreshDynamicArrayFormula/_index.md b/english/go-cpp/CalculationOptions/SetRefreshDynamicArrayFormula/_index.md new file mode 100644 index 00000000000..42ae231e3ae --- /dev/null +++ b/english/go-cpp/CalculationOptions/SetRefreshDynamicArrayFormula/_index.md @@ -0,0 +1,27 @@ +--- +title: SetRefreshDynamicArrayFormula Method +linktitle: SetRefreshDynamicArrayFormula +second_title: Aspose.Cells for Go via C++ API Reference +description: 'SetRefreshDynamicArrayFormula method. Encapsulates the function that represents setrefreshdynamicarrayformula in Go.' +type: docs +weight: 200 +url: /go-cpp/calculationoptions/setrefreshdynamicarrayformula/ +--- + +## SetRefreshDynamicArrayFormula function + +Indicates whether dynamic array formulas should be refreshedbefore calculating formulas. + +```go + +func (instance *CalculationOptions) SetRefreshDynamicArrayFormula(value bool) error + +``` + +## Remarks + + +## See Also + +* Class [CalculationOptions](../) +* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/CalculationOptions/_index.md b/english/go-cpp/CalculationOptions/_index.md index 4d70b3f8097..3d83a49215a 100644 --- a/english/go-cpp/CalculationOptions/_index.md +++ b/english/go-cpp/CalculationOptions/_index.md @@ -34,6 +34,9 @@ type CalculationOptions struct { |[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. | |[GetRecursive](./getrecursive/) | Indicates whether calculate the dependent cells recursively when calculating one cell and it depends on other cells.The default value is true. | |[SetRecursive](./setrecursive/) | Indicates whether calculate the dependent cells recursively when calculating one cell and it depends on other cells.The default value is true. | +|[GetUserSpecifiedRefreshDynamicArrayFormula](./getuserspecifiedrefreshdynamicarrayformula/) | Indicates whether user has explicitly specified the behavior ofrefreshing dynamic array formulas before calculating specified formulas. | +|[GetRefreshDynamicArrayFormula](./getrefreshdynamicarrayformula/) | Indicates whether dynamic array formulas should be refreshedbefore calculating formulas. | +|[SetRefreshDynamicArrayFormula](./setrefreshdynamicarrayformula/) | Indicates whether dynamic array formulas should be refreshedbefore calculating formulas. | |[GetCustomEngine](./getcustomengine/) | The custom formula calculation engine to extend the default calculation engine of Aspose.Cells. | |[SetCustomEngine](./setcustomengine/) | The custom formula calculation engine to extend the default calculation engine of Aspose.Cells. | |[GetCalcStackSize](./getcalcstacksize/) | The stack size for calculating cells recursively. Default value is 200. | diff --git a/english/go-cpp/CellsHelper/CellsHelper_GetSignificantDigits/_index.md b/english/go-cpp/CellsHelper/CellsHelper_GetSignificantDigits/_index.md deleted file mode 100644 index b24fc4e2908..00000000000 --- a/english/go-cpp/CellsHelper/CellsHelper_GetSignificantDigits/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: CellsHelper_GetSignificantDigits Method -linktitle: GetSignificantDigits -second_title: Aspose.Cells for Go via C++ API Reference -description: 'CellsHelper_GetSignificantDigits method. Encapsulates the function that represents getsignificantdigits in Go.' -type: docs -weight: 200 -url: /go-cpp/cellshelper/cellshelper_getsignificantdigits/ ---- - -## CellsHelper_GetSignificantDigits function - -Gets and sets the number of significant digits.The default value is 17. - -```go - -func CellsHelper_GetSignificantDigits() (int32, error) - -``` - -## Remarks - - -## See Also - -* Class [CellsHelper](../) -* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/CellsHelper/CellsHelper_GetSignificantDigitsType/_index.md b/english/go-cpp/CellsHelper/CellsHelper_GetSignificantDigitsType/_index.md new file mode 100644 index 00000000000..57df66b615e --- /dev/null +++ b/english/go-cpp/CellsHelper/CellsHelper_GetSignificantDigitsType/_index.md @@ -0,0 +1,27 @@ +--- +title: CellsHelper_GetSignificantDigitsType Method +linktitle: GetSignificantDigitsType +second_title: Aspose.Cells for Go via C++ API Reference +description: 'CellsHelper_GetSignificantDigitsType method. Encapsulates the function that represents getsignificantdigitstype in Go.' +type: docs +weight: 200 +url: /go-cpp/cellshelper/cellshelper_getsignificantdigitstype/ +--- + +## CellsHelper_GetSignificantDigitsType function + +Gets and sets the default type of significant digits for outputing numeric values.Default value is SignificantDigitsType.G17. + +```go + +func CellsHelper_GetSignificantDigitsType() (SignificantDigitsType, error) + +``` + +## Remarks + + +## See Also + +* Class [CellsHelper](../) +* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/CellsHelper/CellsHelper_SetSignificantDigits/_index.md b/english/go-cpp/CellsHelper/CellsHelper_SetSignificantDigits/_index.md deleted file mode 100644 index f25a446aa9e..00000000000 --- a/english/go-cpp/CellsHelper/CellsHelper_SetSignificantDigits/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: CellsHelper_SetSignificantDigits Method -linktitle: SetSignificantDigits -second_title: Aspose.Cells for Go via C++ API Reference -description: 'CellsHelper_SetSignificantDigits method. Encapsulates the function that represents setsignificantdigits in Go.' -type: docs -weight: 200 -url: /go-cpp/cellshelper/cellshelper_setsignificantdigits/ ---- - -## CellsHelper_SetSignificantDigits function - -Gets and sets the number of significant digits.The default value is 17. - -```go - -func CellsHelper_SetSignificantDigits(value int32) error - -``` - -## Remarks - - -## See Also - -* Class [CellsHelper](../) -* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/CellsHelper/CellsHelper_SetSignificantDigitsType/_index.md b/english/go-cpp/CellsHelper/CellsHelper_SetSignificantDigitsType/_index.md new file mode 100644 index 00000000000..3e0ac48c547 --- /dev/null +++ b/english/go-cpp/CellsHelper/CellsHelper_SetSignificantDigitsType/_index.md @@ -0,0 +1,27 @@ +--- +title: CellsHelper_SetSignificantDigitsType Method +linktitle: SetSignificantDigitsType +second_title: Aspose.Cells for Go via C++ API Reference +description: 'CellsHelper_SetSignificantDigitsType method. Encapsulates the function that represents setsignificantdigitstype in Go.' +type: docs +weight: 200 +url: /go-cpp/cellshelper/cellshelper_setsignificantdigitstype/ +--- + +## CellsHelper_SetSignificantDigitsType function + +Gets and sets the default type of significant digits for outputing numeric values.Default value is SignificantDigitsType.G17. + +```go + +func CellsHelper_SetSignificantDigitsType(value SignificantDigitsType) error + +``` + +## Remarks + + +## See Also + +* Class [CellsHelper](../) +* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/CellsHelper/_index.md b/english/go-cpp/CellsHelper/_index.md index 4c208058d5c..711cefc8bde 100644 --- a/english/go-cpp/CellsHelper/_index.md +++ b/english/go-cpp/CellsHelper/_index.md @@ -28,8 +28,8 @@ type CellsHelper struct { | Method | Description | | --- | --- | -|[CellsHelper_GetSignificantDigits](./cellshelper_getsignificantdigits/) | Gets and sets the number of significant digits.The default value is 17. | -|[CellsHelper_SetSignificantDigits](./cellshelper_setsignificantdigits/) | Gets and sets the number of significant digits.The default value is 17. | +|[CellsHelper_GetSignificantDigitsType](./cellshelper_getsignificantdigitstype/) | Gets and sets the default type of significant digits for outputing numeric values.Default value is SignificantDigitsType.G17. | +|[CellsHelper_SetSignificantDigitsType](./cellshelper_setsignificantdigitstype/) | Gets and sets the default type of significant digits for outputing numeric values.Default value is SignificantDigitsType.G17. | |[CellsHelper_GetDPI](./cellshelper_getdpi/) | Gets the DPI of the machine. | |[CellsHelper_SetDPI](./cellshelper_setdpi/) | Gets the DPI of the machine. | |[CellsHelper_GetTextWidth](./cellshelper_gettextwidth/) | Get width of text in unit of points. | diff --git a/english/go-cpp/CustomDocumentPropertyCollection/UpdateLinkedPropertyValue/_index.md b/english/go-cpp/CustomDocumentPropertyCollection/UpdateLinkedPropertyValue/_index.md index 2beddd91a06..a541187e80a 100644 --- a/english/go-cpp/CustomDocumentPropertyCollection/UpdateLinkedPropertyValue/_index.md +++ b/english/go-cpp/CustomDocumentPropertyCollection/UpdateLinkedPropertyValue/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/customdocumentpropertycollection/updatelinkedpropertyvalue/ ## UpdateLinkedPropertyValue function -Update custom document property value which links to content. +Updates values of all custom properties that are linked to content(usecell value of linked range to update value of custom property). ```go diff --git a/english/go-cpp/CustomDocumentPropertyCollection/UpdateLinkedRange/_index.md b/english/go-cpp/CustomDocumentPropertyCollection/UpdateLinkedRange/_index.md index ad36a4b9d96..949daab5eb9 100644 --- a/english/go-cpp/CustomDocumentPropertyCollection/UpdateLinkedRange/_index.md +++ b/english/go-cpp/CustomDocumentPropertyCollection/UpdateLinkedRange/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/customdocumentpropertycollection/updatelinkedrange/ ## UpdateLinkedRange function -Update custom document property value to linked range. +Updates all ranges that are linked to custom properties(use the value ofcustom document property to update cell value of linked range). ```go diff --git a/english/go-cpp/CustomDocumentPropertyCollection/_index.md b/english/go-cpp/CustomDocumentPropertyCollection/_index.md index 07c050f7ee7..6d724b09dfe 100644 --- a/english/go-cpp/CustomDocumentPropertyCollection/_index.md +++ b/english/go-cpp/CustomDocumentPropertyCollection/_index.md @@ -36,8 +36,8 @@ type CustomDocumentPropertyCollection struct { |[Add_String_Bool](./add_string_bool/) | Creates a new custom document property of the PropertyType.Boolean data type. | |[Add_String_Double](./add_string_double/) | Creates a new custom document property of the PropertyType.Float data type. | |[AddLinkToContent](./addlinktocontent/) | Creates a new custom document property which links to content. | -|[UpdateLinkedPropertyValue](./updatelinkedpropertyvalue/) | Update custom document property value which links to content. | -|[UpdateLinkedRange](./updatelinkedrange/) | Update custom document property value to linked range. | +|[UpdateLinkedPropertyValue](./updatelinkedpropertyvalue/) | Updates values of all custom properties that are linked to content(usecell value of linked range to update value of custom property). | +|[UpdateLinkedRange](./updatelinkedrange/) | Updates all ranges that are linked to custom properties(use the value ofcustom document property to update cell value of linked range). | |[Get_Int](./get_int/) | Returns a DocumentProperty object by index. | |[Contains](./contains/) | Returns true if a property with the specified name exists in the collection. | |[IndexOf](./indexof/) | Gets the index of a property by name. | diff --git a/english/go-cpp/EbookLoadOptions/GetConvertDateTimeData/_index.md b/english/go-cpp/EbookLoadOptions/GetConvertDateTimeData/_index.md index 0b9c1ecd40e..d30cd808f22 100644 --- a/english/go-cpp/EbookLoadOptions/GetConvertDateTimeData/_index.md +++ b/english/go-cpp/EbookLoadOptions/GetConvertDateTimeData/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/ebookloadoptions/getconvertdatetimedata/ ## GetConvertDateTimeData function -Gets or sets a value that indicates whether the string in text file is converted to date data. +Gets or sets a value that indicates whether the string in text file is converted to date data.Default value is true. ```go diff --git a/english/go-cpp/EbookLoadOptions/GetConvertNumericData/_index.md b/english/go-cpp/EbookLoadOptions/GetConvertNumericData/_index.md index 7b67a6e3219..43e32b232f5 100644 --- a/english/go-cpp/EbookLoadOptions/GetConvertNumericData/_index.md +++ b/english/go-cpp/EbookLoadOptions/GetConvertNumericData/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/ebookloadoptions/getconvertnumericdata/ ## GetConvertNumericData function -Gets or sets a value that indicates whether the string in text file is converted to numeric data. +Gets or sets a value that indicates whether the string in text file is converted to numeric data.Default value is true. ```go diff --git a/english/go-cpp/EbookLoadOptions/SetConvertDateTimeData/_index.md b/english/go-cpp/EbookLoadOptions/SetConvertDateTimeData/_index.md index d87cb246416..385484c213a 100644 --- a/english/go-cpp/EbookLoadOptions/SetConvertDateTimeData/_index.md +++ b/english/go-cpp/EbookLoadOptions/SetConvertDateTimeData/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/ebookloadoptions/setconvertdatetimedata/ ## SetConvertDateTimeData function -Gets or sets a value that indicates whether the string in text file is converted to date data. +Gets or sets a value that indicates whether the string in text file is converted to date data.Default value is true. ```go diff --git a/english/go-cpp/EbookLoadOptions/SetConvertNumericData/_index.md b/english/go-cpp/EbookLoadOptions/SetConvertNumericData/_index.md index 2e359943b4e..a9ec0f65c4f 100644 --- a/english/go-cpp/EbookLoadOptions/SetConvertNumericData/_index.md +++ b/english/go-cpp/EbookLoadOptions/SetConvertNumericData/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/ebookloadoptions/setconvertnumericdata/ ## SetConvertNumericData function -Gets or sets a value that indicates whether the string in text file is converted to numeric data. +Gets or sets a value that indicates whether the string in text file is converted to numeric data.Default value is true. ```go diff --git a/english/go-cpp/EbookLoadOptions/_index.md b/english/go-cpp/EbookLoadOptions/_index.md index 1f423393113..62dd8a6c644 100644 --- a/english/go-cpp/EbookLoadOptions/_index.md +++ b/english/go-cpp/EbookLoadOptions/_index.md @@ -36,10 +36,10 @@ type EbookLoadOptions struct { |[SetEncoding](./setencoding/) | Gets and sets the default encoding. Only applies for csv file. | |[GetLoadStyleStrategy](./getloadstylestrategy/) | Indicates the strategy to apply style for parsed values when converting string value to number or datetime. | |[SetLoadStyleStrategy](./setloadstylestrategy/) | Indicates the strategy to apply style for parsed values when converting string value to number or datetime. | -|[GetConvertNumericData](./getconvertnumericdata/) | Gets or sets a value that indicates whether the string in text file is converted to numeric data. | -|[SetConvertNumericData](./setconvertnumericdata/) | Gets or sets a value that indicates whether the string in text file is converted to numeric data. | -|[GetConvertDateTimeData](./getconvertdatetimedata/) | Gets or sets a value that indicates whether the string in text file is converted to date data. | -|[SetConvertDateTimeData](./setconvertdatetimedata/) | Gets or sets a value that indicates whether the string in text file is converted to date data. | +|[GetConvertNumericData](./getconvertnumericdata/) | Gets or sets a value that indicates whether the string in text file is converted to numeric data.Default value is true. | +|[SetConvertNumericData](./setconvertnumericdata/) | Gets or sets a value that indicates whether the string in text file is converted to numeric data.Default value is true. | +|[GetConvertDateTimeData](./getconvertdatetimedata/) | Gets or sets a value that indicates whether the string in text file is converted to date data.Default value is true. | +|[SetConvertDateTimeData](./setconvertdatetimedata/) | Gets or sets a value that indicates whether the string in text file is converted to date data.Default value is true. | |[GetKeepPrecision](./getkeepprecision/) | Indicates whether not parsing a string value if the length is 15. | |[SetKeepPrecision](./setkeepprecision/) | Indicates whether not parsing a string value if the length is 15. | |[GetLoadFormulas](./getloadformulas/) | Indicates whether importing formulas if the original html file contains formulas | diff --git a/english/go-cpp/HtmlLoadOptions/GetConvertDateTimeData/_index.md b/english/go-cpp/HtmlLoadOptions/GetConvertDateTimeData/_index.md index dcddb75ac66..d4bf5d73ce6 100644 --- a/english/go-cpp/HtmlLoadOptions/GetConvertDateTimeData/_index.md +++ b/english/go-cpp/HtmlLoadOptions/GetConvertDateTimeData/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/htmlloadoptions/getconvertdatetimedata/ ## GetConvertDateTimeData function -Gets or sets a value that indicates whether the string in text file is converted to date data. +Gets or sets a value that indicates whether the string in text file is converted to date data.Default value is true. ```go diff --git a/english/go-cpp/HtmlLoadOptions/GetConvertNumericData/_index.md b/english/go-cpp/HtmlLoadOptions/GetConvertNumericData/_index.md index c6017daf37b..9e687694fa2 100644 --- a/english/go-cpp/HtmlLoadOptions/GetConvertNumericData/_index.md +++ b/english/go-cpp/HtmlLoadOptions/GetConvertNumericData/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/htmlloadoptions/getconvertnumericdata/ ## GetConvertNumericData function -Gets or sets a value that indicates whether the string in text file is converted to numeric data. +Gets or sets a value that indicates whether the string in text file is converted to numeric data.Default value is true. ```go diff --git a/english/go-cpp/HtmlLoadOptions/SetConvertDateTimeData/_index.md b/english/go-cpp/HtmlLoadOptions/SetConvertDateTimeData/_index.md index 477878b9123..a28b55df274 100644 --- a/english/go-cpp/HtmlLoadOptions/SetConvertDateTimeData/_index.md +++ b/english/go-cpp/HtmlLoadOptions/SetConvertDateTimeData/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/htmlloadoptions/setconvertdatetimedata/ ## SetConvertDateTimeData function -Gets or sets a value that indicates whether the string in text file is converted to date data. +Gets or sets a value that indicates whether the string in text file is converted to date data.Default value is true. ```go diff --git a/english/go-cpp/HtmlLoadOptions/SetConvertNumericData/_index.md b/english/go-cpp/HtmlLoadOptions/SetConvertNumericData/_index.md index 3908634950c..fc60e851bfe 100644 --- a/english/go-cpp/HtmlLoadOptions/SetConvertNumericData/_index.md +++ b/english/go-cpp/HtmlLoadOptions/SetConvertNumericData/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/htmlloadoptions/setconvertnumericdata/ ## SetConvertNumericData function -Gets or sets a value that indicates whether the string in text file is converted to numeric data. +Gets or sets a value that indicates whether the string in text file is converted to numeric data.Default value is true. ```go diff --git a/english/go-cpp/HtmlLoadOptions/_index.md b/english/go-cpp/HtmlLoadOptions/_index.md index 63e33f59784..faf7080edcb 100644 --- a/english/go-cpp/HtmlLoadOptions/_index.md +++ b/english/go-cpp/HtmlLoadOptions/_index.md @@ -48,10 +48,10 @@ type HtmlLoadOptions struct { |[SetEncoding](./setencoding/) | Gets and sets the default encoding. Only applies for csv file. | |[GetLoadStyleStrategy](./getloadstylestrategy/) | Indicates the strategy to apply style for parsed values when converting string value to number or datetime. | |[SetLoadStyleStrategy](./setloadstylestrategy/) | Indicates the strategy to apply style for parsed values when converting string value to number or datetime. | -|[GetConvertNumericData](./getconvertnumericdata/) | Gets or sets a value that indicates whether the string in text file is converted to numeric data. | -|[SetConvertNumericData](./setconvertnumericdata/) | Gets or sets a value that indicates whether the string in text file is converted to numeric data. | -|[GetConvertDateTimeData](./getconvertdatetimedata/) | Gets or sets a value that indicates whether the string in text file is converted to date data. | -|[SetConvertDateTimeData](./setconvertdatetimedata/) | Gets or sets a value that indicates whether the string in text file is converted to date data. | +|[GetConvertNumericData](./getconvertnumericdata/) | Gets or sets a value that indicates whether the string in text file is converted to numeric data.Default value is true. | +|[SetConvertNumericData](./setconvertnumericdata/) | Gets or sets a value that indicates whether the string in text file is converted to numeric data.Default value is true. | +|[GetConvertDateTimeData](./getconvertdatetimedata/) | Gets or sets a value that indicates whether the string in text file is converted to date data.Default value is true. | +|[SetConvertDateTimeData](./setconvertdatetimedata/) | Gets or sets a value that indicates whether the string in text file is converted to date data.Default value is true. | |[GetKeepPrecision](./getkeepprecision/) | Indicates whether not parsing a string value if the length is 15. | |[SetKeepPrecision](./setkeepprecision/) | Indicates whether not parsing a string value if the length is 15. | |[GetLoadFormat](./getloadformat/) | Gets the load format. | diff --git a/english/go-cpp/MarkdownLoadOptions/GetConvertDateTimeData/_index.md b/english/go-cpp/MarkdownLoadOptions/GetConvertDateTimeData/_index.md index 48e3d3e30ff..d3ad16e28a5 100644 --- a/english/go-cpp/MarkdownLoadOptions/GetConvertDateTimeData/_index.md +++ b/english/go-cpp/MarkdownLoadOptions/GetConvertDateTimeData/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/markdownloadoptions/getconvertdatetimedata/ ## GetConvertDateTimeData function -Gets or sets a value that indicates whether the string in text file is converted to date data. +Gets or sets a value that indicates whether the string in text file is converted to date data.Default value is true. ```go diff --git a/english/go-cpp/MarkdownLoadOptions/GetConvertNumericData/_index.md b/english/go-cpp/MarkdownLoadOptions/GetConvertNumericData/_index.md index 97474f29234..69f482c8678 100644 --- a/english/go-cpp/MarkdownLoadOptions/GetConvertNumericData/_index.md +++ b/english/go-cpp/MarkdownLoadOptions/GetConvertNumericData/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/markdownloadoptions/getconvertnumericdata/ ## GetConvertNumericData function -Gets or sets a value that indicates whether the string in text file is converted to numeric data. +Gets or sets a value that indicates whether the string in text file is converted to numeric data.Default value is true. ```go diff --git a/english/go-cpp/MarkdownLoadOptions/SetConvertDateTimeData/_index.md b/english/go-cpp/MarkdownLoadOptions/SetConvertDateTimeData/_index.md index 0a4f9f1dcd9..cde195286a0 100644 --- a/english/go-cpp/MarkdownLoadOptions/SetConvertDateTimeData/_index.md +++ b/english/go-cpp/MarkdownLoadOptions/SetConvertDateTimeData/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/markdownloadoptions/setconvertdatetimedata/ ## SetConvertDateTimeData function -Gets or sets a value that indicates whether the string in text file is converted to date data. +Gets or sets a value that indicates whether the string in text file is converted to date data.Default value is true. ```go diff --git a/english/go-cpp/MarkdownLoadOptions/SetConvertNumericData/_index.md b/english/go-cpp/MarkdownLoadOptions/SetConvertNumericData/_index.md index a6213599dc5..c5c2ba6a7d5 100644 --- a/english/go-cpp/MarkdownLoadOptions/SetConvertNumericData/_index.md +++ b/english/go-cpp/MarkdownLoadOptions/SetConvertNumericData/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/markdownloadoptions/setconvertnumericdata/ ## SetConvertNumericData function -Gets or sets a value that indicates whether the string in text file is converted to numeric data. +Gets or sets a value that indicates whether the string in text file is converted to numeric data.Default value is true. ```go diff --git a/english/go-cpp/MarkdownLoadOptions/_index.md b/english/go-cpp/MarkdownLoadOptions/_index.md index 78a6254ad75..c421491d27c 100644 --- a/english/go-cpp/MarkdownLoadOptions/_index.md +++ b/english/go-cpp/MarkdownLoadOptions/_index.md @@ -37,10 +37,10 @@ type MarkdownLoadOptions struct { |[SetEncoding](./setencoding/) | Gets and sets the default encoding. Only applies for csv file. | |[GetLoadStyleStrategy](./getloadstylestrategy/) | Indicates the strategy to apply style for parsed values when converting string value to number or datetime. | |[SetLoadStyleStrategy](./setloadstylestrategy/) | Indicates the strategy to apply style for parsed values when converting string value to number or datetime. | -|[GetConvertNumericData](./getconvertnumericdata/) | Gets or sets a value that indicates whether the string in text file is converted to numeric data. | -|[SetConvertNumericData](./setconvertnumericdata/) | Gets or sets a value that indicates whether the string in text file is converted to numeric data. | -|[GetConvertDateTimeData](./getconvertdatetimedata/) | Gets or sets a value that indicates whether the string in text file is converted to date data. | -|[SetConvertDateTimeData](./setconvertdatetimedata/) | Gets or sets a value that indicates whether the string in text file is converted to date data. | +|[GetConvertNumericData](./getconvertnumericdata/) | Gets or sets a value that indicates whether the string in text file is converted to numeric data.Default value is true. | +|[SetConvertNumericData](./setconvertnumericdata/) | Gets or sets a value that indicates whether the string in text file is converted to numeric data.Default value is true. | +|[GetConvertDateTimeData](./getconvertdatetimedata/) | Gets or sets a value that indicates whether the string in text file is converted to date data.Default value is true. | +|[SetConvertDateTimeData](./setconvertdatetimedata/) | Gets or sets a value that indicates whether the string in text file is converted to date data.Default value is true. | |[GetKeepPrecision](./getkeepprecision/) | Indicates whether not parsing a string value if the length is 15. | |[SetKeepPrecision](./setkeepprecision/) | Indicates whether not parsing a string value if the length is 15. | |[GetLoadFormat](./getloadformat/) | Gets the load format. | diff --git a/english/go-cpp/MarkdownSaveOptions/GetExportHyperlinkAsReference/_index.md b/english/go-cpp/MarkdownSaveOptions/GetExportHyperlinkAsReference/_index.md index 74ad8014560..c77b0191d1e 100644 --- a/english/go-cpp/MarkdownSaveOptions/GetExportHyperlinkAsReference/_index.md +++ b/english/go-cpp/MarkdownSaveOptions/GetExportHyperlinkAsReference/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/markdownsaveoptions/getexporthyperlinkasreference/ ## GetExportHyperlinkAsReference function -Exports hyperlink using reference definitions instead of inline format.The default value is false. +Indicates whether to export hyperlink using reference definitions instead of inline format.The default value is false. ```go diff --git a/english/go-cpp/MarkdownSaveOptions/GetSplitTablesByBlankRow/_index.md b/english/go-cpp/MarkdownSaveOptions/GetSplitTablesByBlankRow/_index.md new file mode 100644 index 00000000000..22d26d2ade6 --- /dev/null +++ b/english/go-cpp/MarkdownSaveOptions/GetSplitTablesByBlankRow/_index.md @@ -0,0 +1,27 @@ +--- +title: GetSplitTablesByBlankRow Method +linktitle: GetSplitTablesByBlankRow +second_title: Aspose.Cells for Go via C++ API Reference +description: 'GetSplitTablesByBlankRow method. Encapsulates the function that represents getsplittablesbyblankrow in Go.' +type: docs +weight: 200 +url: /go-cpp/markdownsaveoptions/getsplittablesbyblankrow/ +--- + +## GetSplitTablesByBlankRow function + +Indicates whether blank rows in the worksheet should be treated as table separators when exporting to Markdown.The default value is false. + +```go + +func (instance *MarkdownSaveOptions) GetSplitTablesByBlankRow() (bool, error) + +``` + +## Remarks + + +## See Also + +* Class [MarkdownSaveOptions](../) +* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/MarkdownSaveOptions/SetExportHyperlinkAsReference/_index.md b/english/go-cpp/MarkdownSaveOptions/SetExportHyperlinkAsReference/_index.md index 5a8bbf72620..3da0b69d378 100644 --- a/english/go-cpp/MarkdownSaveOptions/SetExportHyperlinkAsReference/_index.md +++ b/english/go-cpp/MarkdownSaveOptions/SetExportHyperlinkAsReference/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/markdownsaveoptions/setexporthyperlinkasreference/ ## SetExportHyperlinkAsReference function -Exports hyperlink using reference definitions instead of inline format.The default value is false. +Indicates whether to export hyperlink using reference definitions instead of inline format.The default value is false. ```go diff --git a/english/go-cpp/MarkdownSaveOptions/SetSplitTablesByBlankRow/_index.md b/english/go-cpp/MarkdownSaveOptions/SetSplitTablesByBlankRow/_index.md new file mode 100644 index 00000000000..de68cbd1154 --- /dev/null +++ b/english/go-cpp/MarkdownSaveOptions/SetSplitTablesByBlankRow/_index.md @@ -0,0 +1,27 @@ +--- +title: SetSplitTablesByBlankRow Method +linktitle: SetSplitTablesByBlankRow +second_title: Aspose.Cells for Go via C++ API Reference +description: 'SetSplitTablesByBlankRow method. Encapsulates the function that represents setsplittablesbyblankrow in Go.' +type: docs +weight: 200 +url: /go-cpp/markdownsaveoptions/setsplittablesbyblankrow/ +--- + +## SetSplitTablesByBlankRow function + +Indicates whether blank rows in the worksheet should be treated as table separators when exporting to Markdown.The default value is false. + +```go + +func (instance *MarkdownSaveOptions) SetSplitTablesByBlankRow(value bool) error + +``` + +## Remarks + + +## See Also + +* Class [MarkdownSaveOptions](../) +* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/MarkdownSaveOptions/_index.md b/english/go-cpp/MarkdownSaveOptions/_index.md index b4df5cee18e..32a2585ac05 100644 --- a/english/go-cpp/MarkdownSaveOptions/_index.md +++ b/english/go-cpp/MarkdownSaveOptions/_index.md @@ -46,10 +46,12 @@ type MarkdownSaveOptions struct { |[SetExportImagesAsBase64](./setexportimagesasbase64/) | Specifies whether images are saved in Base64 format to Markdown.The default value is true. | |[GetCalculateFormula](./getcalculateformula/) | Indicates whether to calculate formulas before saving markdown file. | |[SetCalculateFormula](./setcalculateformula/) | Indicates whether to calculate formulas before saving markdown file. | -|[GetExportHyperlinkAsReference](./getexporthyperlinkasreference/) | Exports hyperlink using reference definitions instead of inline format.The default value is false. | -|[SetExportHyperlinkAsReference](./setexporthyperlinkasreference/) | Exports hyperlink using reference definitions instead of inline format.The default value is false. | +|[GetExportHyperlinkAsReference](./getexporthyperlinkasreference/) | Indicates whether to export hyperlink using reference definitions instead of inline format.The default value is false. | +|[SetExportHyperlinkAsReference](./setexporthyperlinkasreference/) | Indicates whether to export hyperlink using reference definitions instead of inline format.The default value is false. | |[GetAlignColumnPadding](./getaligncolumnpadding/) | Indicates whether column alignment is enabled for generated Markdown tables.When enabled, columns are aligned by padding cell content with the specified character(typically ' ' for spaces).Set to '\0' to disable column alignment (default). | |[SetAlignColumnPadding](./setaligncolumnpadding/) | Indicates whether column alignment is enabled for generated Markdown tables.When enabled, columns are aligned by padding cell content with the specified character(typically ' ' for spaces).Set to '\0' to disable column alignment (default). | +|[GetSplitTablesByBlankRow](./getsplittablesbyblankrow/) | Indicates whether blank rows in the worksheet should be treated as table separators when exporting to Markdown.The default value is false. | +|[SetSplitTablesByBlankRow](./setsplittablesbyblankrow/) | Indicates whether blank rows in the worksheet should be treated as table separators when exporting to Markdown.The default value is false. | |[GetSaveFormat](./getsaveformat/) | Gets the save file format. | |[GetClearData](./getcleardata/) | Make the workbook empty after saving the file. | |[SetClearData](./setcleardata/) | Make the workbook empty after saving the file. | diff --git a/english/go-cpp/SignificantDigitsType/_index.md b/english/go-cpp/SignificantDigitsType/_index.md new file mode 100644 index 00000000000..e7b13a1fbf0 --- /dev/null +++ b/english/go-cpp/SignificantDigitsType/_index.md @@ -0,0 +1,28 @@ +--- +title: SignificantDigitsType Enum +linktitle: SignificantDigitsType +second_title: Aspose.Cells for Go via C++ API Reference +description: 'SignificantDigitsType enum. Encapsulates the object that represents significantdigitstype in Go.' +type: docs +weight: 200 +url: /go-cpp/significantdigitstype/ +--- + +## SignificantDigitsType Enum + +Represents the type of significant digits for outputing numeric values. + +```go + +type SignificantDigitsType int32 + + +``` + +## Fields + +| Field | Description | +| --- | --- | +|[Digits15](./digits15/) | 15-digits | +|[G17](./g17/) | 17-digits by formatting the value with "G17". | +|[Rounding17](./rounding17/) | 17-digits by rounding the value. | diff --git a/english/go-cpp/TxtLoadOptions/GetConvertDateTimeData/_index.md b/english/go-cpp/TxtLoadOptions/GetConvertDateTimeData/_index.md index f9453d10ccd..eceda8ddd72 100644 --- a/english/go-cpp/TxtLoadOptions/GetConvertDateTimeData/_index.md +++ b/english/go-cpp/TxtLoadOptions/GetConvertDateTimeData/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/txtloadoptions/getconvertdatetimedata/ ## GetConvertDateTimeData function -Gets or sets a value that indicates whether the string in text file is converted to date data. +Gets or sets a value that indicates whether the string in text file is converted to date data.Default value is true. ```go diff --git a/english/go-cpp/TxtLoadOptions/GetConvertNumericData/_index.md b/english/go-cpp/TxtLoadOptions/GetConvertNumericData/_index.md index 3c728a54383..94ec5a1f1cc 100644 --- a/english/go-cpp/TxtLoadOptions/GetConvertNumericData/_index.md +++ b/english/go-cpp/TxtLoadOptions/GetConvertNumericData/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/txtloadoptions/getconvertnumericdata/ ## GetConvertNumericData function -Gets or sets a value that indicates whether the string in text file is converted to numeric data. +Gets or sets a value that indicates whether the string in text file is converted to numeric data.Default value is true. ```go diff --git a/english/go-cpp/TxtLoadOptions/SetConvertDateTimeData/_index.md b/english/go-cpp/TxtLoadOptions/SetConvertDateTimeData/_index.md index c92758c9a9d..d6bbe7156f5 100644 --- a/english/go-cpp/TxtLoadOptions/SetConvertDateTimeData/_index.md +++ b/english/go-cpp/TxtLoadOptions/SetConvertDateTimeData/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/txtloadoptions/setconvertdatetimedata/ ## SetConvertDateTimeData function -Gets or sets a value that indicates whether the string in text file is converted to date data. +Gets or sets a value that indicates whether the string in text file is converted to date data.Default value is true. ```go diff --git a/english/go-cpp/TxtLoadOptions/SetConvertNumericData/_index.md b/english/go-cpp/TxtLoadOptions/SetConvertNumericData/_index.md index 9539e3a6bae..00ee9db8c1c 100644 --- a/english/go-cpp/TxtLoadOptions/SetConvertNumericData/_index.md +++ b/english/go-cpp/TxtLoadOptions/SetConvertNumericData/_index.md @@ -10,7 +10,7 @@ url: /go-cpp/txtloadoptions/setconvertnumericdata/ ## SetConvertNumericData function -Gets or sets a value that indicates whether the string in text file is converted to numeric data. +Gets or sets a value that indicates whether the string in text file is converted to numeric data.Default value is true. ```go diff --git a/english/go-cpp/TxtLoadOptions/_index.md b/english/go-cpp/TxtLoadOptions/_index.md index b4ce9c3e9f6..f0c0b768873 100644 --- a/english/go-cpp/TxtLoadOptions/_index.md +++ b/english/go-cpp/TxtLoadOptions/_index.md @@ -62,10 +62,10 @@ type TxtLoadOptions struct { |[SetEncoding](./setencoding/) | Gets and sets the default encoding. Only applies for csv file. | |[GetLoadStyleStrategy](./getloadstylestrategy/) | Indicates the strategy to apply style for parsed values when converting string value to number or datetime. | |[SetLoadStyleStrategy](./setloadstylestrategy/) | Indicates the strategy to apply style for parsed values when converting string value to number or datetime. | -|[GetConvertNumericData](./getconvertnumericdata/) | Gets or sets a value that indicates whether the string in text file is converted to numeric data. | -|[SetConvertNumericData](./setconvertnumericdata/) | Gets or sets a value that indicates whether the string in text file is converted to numeric data. | -|[GetConvertDateTimeData](./getconvertdatetimedata/) | Gets or sets a value that indicates whether the string in text file is converted to date data. | -|[SetConvertDateTimeData](./setconvertdatetimedata/) | Gets or sets a value that indicates whether the string in text file is converted to date data. | +|[GetConvertNumericData](./getconvertnumericdata/) | Gets or sets a value that indicates whether the string in text file is converted to numeric data.Default value is true. | +|[SetConvertNumericData](./setconvertnumericdata/) | Gets or sets a value that indicates whether the string in text file is converted to numeric data.Default value is true. | +|[GetConvertDateTimeData](./getconvertdatetimedata/) | Gets or sets a value that indicates whether the string in text file is converted to date data.Default value is true. | +|[SetConvertDateTimeData](./setconvertdatetimedata/) | Gets or sets a value that indicates whether the string in text file is converted to date data.Default value is true. | |[GetKeepPrecision](./getkeepprecision/) | Indicates whether not parsing a string value if the length is 15. | |[SetKeepPrecision](./setkeepprecision/) | Indicates whether not parsing a string value if the length is 15. | |[GetLoadFormat](./getloadformat/) | Gets the load format. | diff --git a/english/go-cpp/WorkbookSettings/GetMaxUniqueItemsPerField/_index.md b/english/go-cpp/WorkbookSettings/GetMaxUniqueItemsPerField/_index.md new file mode 100644 index 00000000000..9259b8b43e3 --- /dev/null +++ b/english/go-cpp/WorkbookSettings/GetMaxUniqueItemsPerField/_index.md @@ -0,0 +1,27 @@ +--- +title: GetMaxUniqueItemsPerField Method +linktitle: GetMaxUniqueItemsPerField +second_title: Aspose.Cells for Go via C++ API Reference +description: 'GetMaxUniqueItemsPerField method. Encapsulates the function that represents getmaxuniqueitemsperfield in Go.' +type: docs +weight: 200 +url: /go-cpp/workbooksettings/getmaxuniqueitemsperfield/ +--- + +## GetMaxUniqueItemsPerField function + +Gets and set the limitation of unique items per field + +```go + +func (instance *WorkbookSettings) GetMaxUniqueItemsPerField() (int32, error) + +``` + +## Remarks + + +## See Also + +* Class [WorkbookSettings](../) +* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/WorkbookSettings/GetSignificantDigits/_index.md b/english/go-cpp/WorkbookSettings/GetSignificantDigits/_index.md deleted file mode 100644 index 7ec66374fcb..00000000000 --- a/english/go-cpp/WorkbookSettings/GetSignificantDigits/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: GetSignificantDigits Method -linktitle: GetSignificantDigits -second_title: Aspose.Cells for Go via C++ API Reference -description: 'GetSignificantDigits method. Encapsulates the function that represents getsignificantdigits in Go.' -type: docs -weight: 200 -url: /go-cpp/workbooksettings/getsignificantdigits/ ---- - -## GetSignificantDigits function - -Gets and sets the number of significant digits.The default value is CellsHelper.SignificantDigits. - -```go - -func (instance *WorkbookSettings) GetSignificantDigits() (int32, error) - -``` - -## Remarks - - -## See Also - -* Class [WorkbookSettings](../) -* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/WorkbookSettings/GetSignificantDigitsType/_index.md b/english/go-cpp/WorkbookSettings/GetSignificantDigitsType/_index.md new file mode 100644 index 00000000000..db23039e65b --- /dev/null +++ b/english/go-cpp/WorkbookSettings/GetSignificantDigitsType/_index.md @@ -0,0 +1,27 @@ +--- +title: GetSignificantDigitsType Method +linktitle: GetSignificantDigitsType +second_title: Aspose.Cells for Go via C++ API Reference +description: 'GetSignificantDigitsType method. Encapsulates the function that represents getsignificantdigitstype in Go.' +type: docs +weight: 200 +url: /go-cpp/workbooksettings/getsignificantdigitstype/ +--- + +## GetSignificantDigitsType function + +Gets and sets the type of significant digits for outputing numericvalues in this workbook. Default value is CellsHelper.SignificantDigitsType. + +```go + +func (instance *WorkbookSettings) GetSignificantDigitsType() (SignificantDigitsType, error) + +``` + +## Remarks + + +## See Also + +* Class [WorkbookSettings](../) +* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/WorkbookSettings/SetMaxUniqueItemsPerField/_index.md b/english/go-cpp/WorkbookSettings/SetMaxUniqueItemsPerField/_index.md new file mode 100644 index 00000000000..64e957ddf4c --- /dev/null +++ b/english/go-cpp/WorkbookSettings/SetMaxUniqueItemsPerField/_index.md @@ -0,0 +1,27 @@ +--- +title: SetMaxUniqueItemsPerField Method +linktitle: SetMaxUniqueItemsPerField +second_title: Aspose.Cells for Go via C++ API Reference +description: 'SetMaxUniqueItemsPerField method. Encapsulates the function that represents setmaxuniqueitemsperfield in Go.' +type: docs +weight: 200 +url: /go-cpp/workbooksettings/setmaxuniqueitemsperfield/ +--- + +## SetMaxUniqueItemsPerField function + +Gets and set the limitation of unique items per field + +```go + +func (instance *WorkbookSettings) SetMaxUniqueItemsPerField(value int32) error + +``` + +## Remarks + + +## See Also + +* Class [WorkbookSettings](../) +* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/WorkbookSettings/SetSignificantDigits/_index.md b/english/go-cpp/WorkbookSettings/SetSignificantDigits/_index.md deleted file mode 100644 index 77d8ef8874c..00000000000 --- a/english/go-cpp/WorkbookSettings/SetSignificantDigits/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: SetSignificantDigits Method -linktitle: SetSignificantDigits -second_title: Aspose.Cells for Go via C++ API Reference -description: 'SetSignificantDigits method. Encapsulates the function that represents setsignificantdigits in Go.' -type: docs -weight: 200 -url: /go-cpp/workbooksettings/setsignificantdigits/ ---- - -## SetSignificantDigits function - -Gets and sets the number of significant digits.The default value is CellsHelper.SignificantDigits. - -```go - -func (instance *WorkbookSettings) SetSignificantDigits(value int32) error - -``` - -## Remarks - - -## See Also - -* Class [WorkbookSettings](../) -* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/WorkbookSettings/SetSignificantDigitsType/_index.md b/english/go-cpp/WorkbookSettings/SetSignificantDigitsType/_index.md new file mode 100644 index 00000000000..87b788b346f --- /dev/null +++ b/english/go-cpp/WorkbookSettings/SetSignificantDigitsType/_index.md @@ -0,0 +1,27 @@ +--- +title: SetSignificantDigitsType Method +linktitle: SetSignificantDigitsType +second_title: Aspose.Cells for Go via C++ API Reference +description: 'SetSignificantDigitsType method. Encapsulates the function that represents setsignificantdigitstype in Go.' +type: docs +weight: 200 +url: /go-cpp/workbooksettings/setsignificantdigitstype/ +--- + +## SetSignificantDigitsType function + +Gets and sets the type of significant digits for outputing numericvalues in this workbook. Default value is CellsHelper.SignificantDigitsType. + +```go + +func (instance *WorkbookSettings) SetSignificantDigitsType(value SignificantDigitsType) error + +``` + +## Remarks + + +## See Also + +* Class [WorkbookSettings](../) +* Library [Aspose.Cells for Go](../../) diff --git a/english/go-cpp/WorkbookSettings/_index.md b/english/go-cpp/WorkbookSettings/_index.md index 54a6d6fc126..a284b914f82 100644 --- a/english/go-cpp/WorkbookSettings/_index.md +++ b/english/go-cpp/WorkbookSettings/_index.md @@ -81,6 +81,8 @@ type WorkbookSettings struct { |[SetRemovePersonalInformation](./setremovepersonalinformation/) | True if personal information can be removed from the specified workbook. | |[GetHidePivotFieldList](./gethidepivotfieldlist/) | Gets and sets whether hide the field list for the PivotTable. | |[SetHidePivotFieldList](./sethidepivotfieldlist/) | Gets and sets whether hide the field list for the PivotTable. | +|[GetMaxUniqueItemsPerField](./getmaxuniqueitemsperfield/) | Gets and set the limitation of unique items per field | +|[SetMaxUniqueItemsPerField](./setmaxuniqueitemsperfield/) | Gets and set the limitation of unique items per field | |[GetUpdateLinksType](./getupdatelinkstype/) | Gets and sets how updates external links when the workbook is opened. | |[SetUpdateLinksType](./setupdatelinkstype/) | Gets and sets how updates external links when the workbook is opened. | |[SetPageOrientationType](./setpageorientationtype/) | Set the type of print orientation for the whole workbook. | @@ -114,8 +116,8 @@ type WorkbookSettings struct { |[SetWindowHeightCM](./setwindowheightcm/) | The height of the window, in unit of centimeter. | |[GetUpdateAdjacentCellsBorder](./getupdateadjacentcellsborder/) | Indicates whether update adjacent cells' border. | |[SetUpdateAdjacentCellsBorder](./setupdateadjacentcellsborder/) | Indicates whether update adjacent cells' border. | -|[GetSignificantDigits](./getsignificantdigits/) | Gets and sets the number of significant digits.The default value is CellsHelper.SignificantDigits. | -|[SetSignificantDigits](./setsignificantdigits/) | Gets and sets the number of significant digits.The default value is CellsHelper.SignificantDigits. | +|[GetSignificantDigitsType](./getsignificantdigitstype/) | Gets and sets the type of significant digits for outputing numericvalues in this workbook. Default value is CellsHelper.SignificantDigitsType. | +|[SetSignificantDigitsType](./setsignificantdigitstype/) | Gets and sets the type of significant digits for outputing numericvalues in this workbook. Default value is CellsHelper.SignificantDigitsType. | |[GetCheckCompatibility](./getcheckcompatibility/) | Indicates whether check compatibility with earlier versions when saving workbook. | |[SetCheckCompatibility](./setcheckcompatibility/) | Indicates whether check compatibility with earlier versions when saving workbook. | |[GetCheckExcelRestriction](./getcheckexcelrestriction/) | Whether check restriction of excel file when user modify cells related objects.For example, excel does not allow inputting string value longer than 32K.When you input a value longer than 32K such as by Cell.PutValue(string), if this property is true, you will get an Exception.If this property is false, we will accept your input string value as the cell's value so that lateryou can output the complete string value for other file formats such as CSV.However, if you have set such kind of value that is invalid for excel file format,you should not save the workbook as excel file format later. Otherwise there may be unexpected error for the generated excel file. | diff --git a/english/go-cpp/_index.md b/english/go-cpp/_index.md index 1fb03ba2df3..e3d015c8e62 100644 --- a/english/go-cpp/_index.md +++ b/english/go-cpp/_index.md @@ -602,6 +602,7 @@ is_root: true |[SaveFormat](./saveformat/) | Represents the format in which the workbook is saved. | |[SheetType](./sheettype/) | Specifies the worksheet type. | |[ShiftType](./shifttype/) | Represent the shift options when deleting a range of cells. | +|[SignificantDigitsType](./significantdigitstype/) | Represents the type of significant digits for outputing numeric values. | |[SortOnType](./sortontype/) | Sorted value type. | |[SortOrder](./sortorder/) | Represents sort order for the data range. | |[StyleModifyFlag](./stylemodifyflag/) | The style modified flags. | diff --git a/english/java/com.aspose.cells/_index.md b/english/java/com.aspose.cells/_index.md index 443b101a727..906a07f426e 100644 --- a/english/java/com.aspose.cells/_index.md +++ b/english/java/com.aspose.cells/_index.md @@ -643,6 +643,7 @@ Provides core apis and features to manipulate spreadsheet files and data directl | [ShowDropButtonType](../com.aspose.cells/showdropbuttontype) | Specifies when to show the drop button | | [SignatureLine](../com.aspose.cells/signatureline) | Represent the signature line. | | [SignatureType](../com.aspose.cells/signaturetype) | Specifies the signature type. | +| [SignificantDigitsType](../com.aspose.cells/significantdigitstype) | Represents the type of significant digits for outputing numeric values. | | [Slicer](../com.aspose.cells/slicer) | summary description of Slicer View | | [SlicerCache](../com.aspose.cells/slicercache) | Represent summary description of slicer cache | | [SlicerCacheCrossFilterType](../com.aspose.cells/slicercachecrossfiltertype) | Represent the type of SlicerCacheCrossFilterType | diff --git a/english/java/com.aspose.cells/abstracttextloadoptions/_index.md b/english/java/com.aspose.cells/abstracttextloadoptions/_index.md index bbeee573657..6c9aba6c47e 100644 --- a/english/java/com.aspose.cells/abstracttextloadoptions/_index.md +++ b/english/java/com.aspose.cells/abstracttextloadoptions/_index.md @@ -162,7 +162,7 @@ public boolean getConvertDateTimeData() ``` -Gets a value that indicates whether the string in text file is converted to date data. +Gets a value that indicates whether the string in text file is converted to date data. Default value is true. **Returns:** boolean @@ -172,7 +172,7 @@ public boolean getConvertNumericData() ``` -Gets a value that indicates whether the string in text file is converted to numeric data. +Gets a value that indicates whether the string in text file is converted to numeric data. Default value is true. **Returns:** boolean @@ -552,7 +552,7 @@ public void setConvertDateTimeData(boolean value) ``` -Sets a value that indicates whether the string in text file is converted to date data. +Sets a value that indicates whether the string in text file is converted to date data. Default value is true. **Parameters:** | Parameter | Type | Description | @@ -565,7 +565,7 @@ public void setConvertNumericData(boolean value) ``` -Sets a value that indicates whether the string in text file is converted to numeric data. +Sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. **Parameters:** | Parameter | Type | Description | diff --git a/english/java/com.aspose.cells/arcshape/_index.md b/english/java/com.aspose.cells/arcshape/_index.md index 23a32c1f3f7..95246c91bf9 100644 --- a/english/java/com.aspose.cells/arcshape/_index.md +++ b/english/java/com.aspose.cells/arcshape/_index.md @@ -1145,6 +1145,7 @@ Gets the worksheet range linked to the control's value. ``` if (shape.getLinkedCell().equals("$B$6")) shape.setLinkedCell("A1"); + shape.updateSelectedValue(); ``` **Returns:** diff --git a/english/java/com.aspose.cells/autoshapetype/_index.md b/english/java/com.aspose.cells/autoshapetype/_index.md index c93d0a9683f..d9f57aae078 100644 --- a/english/java/com.aspose.cells/autoshapetype/_index.md +++ b/english/java/com.aspose.cells/autoshapetype/_index.md @@ -126,22 +126,22 @@ Represents all built-in auto shape type. | [LEFT_UP_ARROW](#LEFT-UP-ARROW) | | | [LIGHTNING_BOLT](#LIGHTNING-BOLT) | | | [LINE](#LINE) | | -| [LINE_CALLOUT_NO_BORDER_1](#LINE-CALLOUT-NO-BORDER-1) | | -| [LINE_CALLOUT_NO_BORDER_2](#LINE-CALLOUT-NO-BORDER-2) | | -| [LINE_CALLOUT_NO_BORDER_3](#LINE-CALLOUT-NO-BORDER-3) | | -| [LINE_CALLOUT_NO_BORDER_4](#LINE-CALLOUT-NO-BORDER-4) | | -| [LINE_CALLOUT_WITH_ACCENT_BAR_1](#LINE-CALLOUT-WITH-ACCENT-BAR-1) | | -| [LINE_CALLOUT_WITH_ACCENT_BAR_2](#LINE-CALLOUT-WITH-ACCENT-BAR-2) | | -| [LINE_CALLOUT_WITH_ACCENT_BAR_3](#LINE-CALLOUT-WITH-ACCENT-BAR-3) | | -| [LINE_CALLOUT_WITH_ACCENT_BAR_4](#LINE-CALLOUT-WITH-ACCENT-BAR-4) | | -| [LINE_CALLOUT_WITH_BORDER_1](#LINE-CALLOUT-WITH-BORDER-1) | | -| [LINE_CALLOUT_WITH_BORDER_2](#LINE-CALLOUT-WITH-BORDER-2) | | -| [LINE_CALLOUT_WITH_BORDER_3](#LINE-CALLOUT-WITH-BORDER-3) | | -| [LINE_CALLOUT_WITH_BORDER_4](#LINE-CALLOUT-WITH-BORDER-4) | | -| [LINE_CALLOUT_WITH_BORDER_AND_ACCENT_BAR_1](#LINE-CALLOUT-WITH-BORDER-AND-ACCENT-BAR-1) | | -| [LINE_CALLOUT_WITH_BORDER_AND_ACCENT_BAR_2](#LINE-CALLOUT-WITH-BORDER-AND-ACCENT-BAR-2) | | -| [LINE_CALLOUT_WITH_BORDER_AND_ACCENT_BAR_3](#LINE-CALLOUT-WITH-BORDER-AND-ACCENT-BAR-3) | | -| [LINE_CALLOUT_WITH_BORDER_AND_ACCENT_BAR_4](#LINE-CALLOUT-WITH-BORDER-AND-ACCENT-BAR-4) | | +| [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. | +| [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. | +| [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. | +| [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. | +| [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. | +| [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. | +| [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. | +| [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. | +| [LINE_CALLOUT_WITH_BORDER_1](#LINE-CALLOUT-WITH-BORDER-1) | Specifies the "Line Callout 1" type of the Ms Excel 97-2003 version. | +| [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. | +| [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. | +| [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. | +| [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. | +| [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. | +| [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. | +| [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. | | [LINE_INV](#LINE-INV) | | | [L_SHAPE](#L-SHAPE) | | | [MATH_DIVIDE](#MATH-DIVIDE) | | @@ -1162,7 +1162,7 @@ public static final int LINE_CALLOUT_NO_BORDER_1 ``` - +Specifies the "Line Callout 1(No Border)" type of the Ms Excel 97-2003 version. ### LINE_CALLOUT_NO_BORDER_2 {#LINE-CALLOUT-NO-BORDER-2} ``` @@ -1170,7 +1170,7 @@ public static final int 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. ### LINE_CALLOUT_NO_BORDER_3 {#LINE-CALLOUT-NO-BORDER-3} ``` @@ -1178,7 +1178,7 @@ public static final int 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. ### LINE_CALLOUT_NO_BORDER_4 {#LINE-CALLOUT-NO-BORDER-4} ``` @@ -1186,7 +1186,7 @@ public static final int 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. ### LINE_CALLOUT_WITH_ACCENT_BAR_1 {#LINE-CALLOUT-WITH-ACCENT-BAR-1} ``` @@ -1194,7 +1194,7 @@ public static final int LINE_CALLOUT_WITH_ACCENT_BAR_1 ``` - +Specifies the "Line Callout 1(Accent Bar)" type of the Ms Excel 97-2003 version. ### LINE_CALLOUT_WITH_ACCENT_BAR_2 {#LINE-CALLOUT-WITH-ACCENT-BAR-2} ``` @@ -1202,7 +1202,7 @@ public static final int 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. ### LINE_CALLOUT_WITH_ACCENT_BAR_3 {#LINE-CALLOUT-WITH-ACCENT-BAR-3} ``` @@ -1210,7 +1210,7 @@ public static final int 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. ### LINE_CALLOUT_WITH_ACCENT_BAR_4 {#LINE-CALLOUT-WITH-ACCENT-BAR-4} ``` @@ -1218,7 +1218,7 @@ public static final int 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. ### LINE_CALLOUT_WITH_BORDER_1 {#LINE-CALLOUT-WITH-BORDER-1} ``` @@ -1226,7 +1226,7 @@ public static final int LINE_CALLOUT_WITH_BORDER_1 ``` - +Specifies the "Line Callout 1" type of the Ms Excel 97-2003 version. ### LINE_CALLOUT_WITH_BORDER_2 {#LINE-CALLOUT-WITH-BORDER-2} ``` @@ -1234,7 +1234,7 @@ public static final int 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. ### LINE_CALLOUT_WITH_BORDER_3 {#LINE-CALLOUT-WITH-BORDER-3} ``` @@ -1242,7 +1242,7 @@ public static final int 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. ### LINE_CALLOUT_WITH_BORDER_4 {#LINE-CALLOUT-WITH-BORDER-4} ``` @@ -1250,7 +1250,7 @@ public static final int 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. ### LINE_CALLOUT_WITH_BORDER_AND_ACCENT_BAR_1 {#LINE-CALLOUT-WITH-BORDER-AND-ACCENT-BAR-1} ``` @@ -1258,7 +1258,7 @@ public static final int 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. ### LINE_CALLOUT_WITH_BORDER_AND_ACCENT_BAR_2 {#LINE-CALLOUT-WITH-BORDER-AND-ACCENT-BAR-2} ``` @@ -1266,7 +1266,7 @@ public static final int 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. ### LINE_CALLOUT_WITH_BORDER_AND_ACCENT_BAR_3 {#LINE-CALLOUT-WITH-BORDER-AND-ACCENT-BAR-3} ``` @@ -1274,7 +1274,7 @@ public static final int 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. ### LINE_CALLOUT_WITH_BORDER_AND_ACCENT_BAR_4 {#LINE-CALLOUT-WITH-BORDER-AND-ACCENT-BAR-4} ``` @@ -1282,7 +1282,7 @@ public static final int 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. ### LINE_INV {#LINE-INV} ``` diff --git a/english/java/com.aspose.cells/button/_index.md b/english/java/com.aspose.cells/button/_index.md index caa76210d41..ffede4e54f1 100644 --- a/english/java/com.aspose.cells/button/_index.md +++ b/english/java/com.aspose.cells/button/_index.md @@ -1020,6 +1020,7 @@ Gets the worksheet range linked to the control's value. ``` if (shape.getLinkedCell().equals("$B$6")) shape.setLinkedCell("A1"); + shape.updateSelectedValue(); ``` **Returns:** diff --git a/english/java/com.aspose.cells/calculationoptions/_index.md b/english/java/com.aspose.cells/calculationoptions/_index.md index 2aaa9b94795..37b3ffa9899 100644 --- a/english/java/com.aspose.cells/calculationoptions/_index.md +++ b/english/java/com.aspose.cells/calculationoptions/_index.md @@ -32,6 +32,8 @@ Represents options for calculation. | [getLinkedDataSources()](#getLinkedDataSources--) | Specifies the data sources for external links used in formulas. | | [getPrecisionStrategy()](#getPrecisionStrategy--) | Specifies the strategy for processing precision of calculation. | | [getRecursive()](#getRecursive--) | Indicates whether calculate the dependent cells recursively when calculating one cell and it depends on other cells. | +| [getRefreshDynamicArrayFormula()](#getRefreshDynamicArrayFormula--) | Indicates whether dynamic array formulas should be refreshed before calculating formulas. | +| [getUserSpecifiedRefreshDynamicArrayFormula()](#getUserSpecifiedRefreshDynamicArrayFormula--) | Indicates whether user has explicitly specified the behavior of refreshing dynamic array formulas before calculating specified formulas. | | [hashCode()](#hashCode--) | | | [notify()](#notify--) | | | [notifyAll()](#notifyAll--) | | @@ -43,6 +45,7 @@ Represents options for calculation. | [setLinkedDataSources(Workbook[] value)](#setLinkedDataSources-com.aspose.cells.Workbook---) | Specifies the data sources for external links used in formulas. | | [setPrecisionStrategy(int value)](#setPrecisionStrategy-int-) | Specifies the strategy for processing precision of calculation. | | [setRecursive(boolean value)](#setRecursive-boolean-) | Indicates whether calculate the dependent cells recursively when calculating one cell and it depends on other cells. | +| [setRefreshDynamicArrayFormula(boolean value)](#setRefreshDynamicArrayFormula-boolean-) | Indicates whether dynamic array formulas should be refreshed before calculating formulas. | | [toString()](#toString--) | | | [wait()](#wait--) | | | [wait(long arg0)](#wait-long-) | | @@ -166,6 +169,30 @@ public boolean getRecursive() Indicates whether calculate the dependent cells recursively when calculating one cell and it depends on other cells. The default value is true. +**Returns:** +boolean +### getRefreshDynamicArrayFormula() {#getRefreshDynamicArrayFormula--} +``` +public boolean getRefreshDynamicArrayFormula() +``` + + +Indicates whether dynamic array formulas should be refreshed before calculating formulas. + +**Remarks** + +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. + +**Returns:** +boolean +### getUserSpecifiedRefreshDynamicArrayFormula() {#getUserSpecifiedRefreshDynamicArrayFormula--} +``` +public boolean getUserSpecifiedRefreshDynamicArrayFormula() +``` + + +Indicates whether user has explicitly specified the behavior of refreshing dynamic array formulas before calculating specified formulas. + **Returns:** boolean ### hashCode() {#hashCode--} @@ -308,6 +335,23 @@ Indicates whether calculate the dependent cells recursively when calculating one | --- | --- | --- | | value | boolean | | +### setRefreshDynamicArrayFormula(boolean value) {#setRefreshDynamicArrayFormula-boolean-} +``` +public void setRefreshDynamicArrayFormula(boolean value) +``` + + +Indicates whether dynamic array formulas should be refreshed before calculating formulas. + +**Remarks** + +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. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | boolean | | + ### toString() {#toString--} ``` public String toString() diff --git a/english/java/com.aspose.cells/cellsdrawing/_index.md b/english/java/com.aspose.cells/cellsdrawing/_index.md index b3c11901157..d15c75987da 100644 --- a/english/java/com.aspose.cells/cellsdrawing/_index.md +++ b/english/java/com.aspose.cells/cellsdrawing/_index.md @@ -985,6 +985,7 @@ Gets the worksheet range linked to the control's value. ``` if (shape.getLinkedCell().equals("$B$6")) shape.setLinkedCell("A1"); + shape.updateSelectedValue(); ``` **Returns:** diff --git a/english/java/com.aspose.cells/cellshelper/_index.md b/english/java/com.aspose.cells/cellshelper/_index.md index 8617acad3df..0da30043829 100644 --- a/english/java/com.aspose.cells/cellshelper/_index.md +++ b/english/java/com.aspose.cells/cellshelper/_index.md @@ -36,6 +36,7 @@ Provides helper functions. | [getDoubleFromDateTime(DateTime dateTime, boolean date1904)](#getDoubleFromDateTime-com.aspose.cells.DateTime-boolean-) | Convert the date time to double value. | | [getLibraryPath()](#getLibraryPath--) | Gets the library path which is referred to by some external formula references. | | [getSignificantDigits()](#getSignificantDigits--) | Gets the number of significant digits. | +| [getSignificantDigitsType()](#getSignificantDigitsType--) | Gets the default type of significant digits for outputing numeric values. | | [getStartupPath()](#getStartupPath--) | Gets the startup path, which is referred to by some external formula references. | | [getTextWidth(String text, Font font, double scaling)](#getTextWidth-java.lang.String-com.aspose.cells.Font-double-) | Get width of text in unit of points. | | [getUsedColors(Workbook workbook)](#getUsedColors-com.aspose.cells.Workbook-) | Gets all used colors in the workbook. | @@ -55,6 +56,7 @@ Provides helper functions. | [setDPI(double value)](#setDPI-double-) | Gets the DPI of the machine. | | [setLibraryPath(String value)](#setLibraryPath-java.lang.String-) | Sets the library path which is referred to by some external formula references. | | [setSignificantDigits(int value)](#setSignificantDigits-int-) | Sets the number of significant digits. | +| [setSignificantDigitsType(int value)](#setSignificantDigitsType-int-) | Sets the default type of significant digits for outputing numeric values. | | [setStartupPath(String value)](#setStartupPath-java.lang.String-) | Sets the startup path, which is referred to by some external formula references. | | [toString()](#toString--) | | | [wait()](#wait--) | | @@ -338,7 +340,19 @@ Gets the number of significant digits. The default value is 17. **Remarks** -Only could be 15 or 17 now. +Only could be 15 or 17 now. NOTE: This member is now obsolete. Instead, please use [WorkbookSettings.getSignificantDigitsType()](../../com.aspose.cells/workbooksettings\#getSignificantDigitsType--). This property will be removed 12 months later since June 2025. Aspose apologizes for any inconvenience you may have experienced. + +**Returns:** +int +### getSignificantDigitsType() {#getSignificantDigitsType--} +``` +public static int getSignificantDigitsType() +``` + + +Gets the default type of significant digits for outputing numeric values. Default value is [SignificantDigitsType.G\_17](../../com.aspose.cells/significantdigitstype\#G-17). + +See [WorkbookSettings.getSignificantDigitsType()](../../com.aspose.cells/workbooksettings\#getSignificantDigitsType--). **Returns:** int @@ -588,7 +602,22 @@ Sets the number of significant digits. The default value is 17. **Remarks** -Only could be 15 or 17 now. +Only could be 15 or 17 now. NOTE: This member is now obsolete. Instead, please use [WorkbookSettings.getSignificantDigitsType()](../../com.aspose.cells/workbooksettings\#getSignificantDigitsType--). This property will be removed 12 months later since June 2025. Aspose apologizes for any inconvenience you may have experienced. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | int | | + +### setSignificantDigitsType(int value) {#setSignificantDigitsType-int-} +``` +public static void setSignificantDigitsType(int value) +``` + + +Sets the default type of significant digits for outputing numeric values. Default value is [SignificantDigitsType.G\_17](../../com.aspose.cells/significantdigitstype\#G-17). + +See [WorkbookSettings.getSignificantDigitsType()](../../com.aspose.cells/workbooksettings\#getSignificantDigitsType--). **Parameters:** | Parameter | Type | Description | diff --git a/english/java/com.aspose.cells/chartshape/_index.md b/english/java/com.aspose.cells/chartshape/_index.md index 5b570b3a8da..619b394e80e 100644 --- a/english/java/com.aspose.cells/chartshape/_index.md +++ b/english/java/com.aspose.cells/chartshape/_index.md @@ -1048,6 +1048,7 @@ Gets the worksheet range linked to the control's value. ``` if (shape.getLinkedCell().equals("$B$6")) shape.setLinkedCell("A1"); + shape.updateSelectedValue(); ``` **Returns:** diff --git a/english/java/com.aspose.cells/checkbox/_index.md b/english/java/com.aspose.cells/checkbox/_index.md index b9d41fa0b80..6857c47f53f 100644 --- a/english/java/com.aspose.cells/checkbox/_index.md +++ b/english/java/com.aspose.cells/checkbox/_index.md @@ -1035,6 +1035,7 @@ Gets the worksheet range linked to the control's value. ``` if (shape.getLinkedCell().equals("$B$6")) shape.setLinkedCell("A1"); + shape.updateSelectedValue(); ``` **Returns:** diff --git a/english/java/com.aspose.cells/combobox/_index.md b/english/java/com.aspose.cells/combobox/_index.md index 11f4c27bd20..649b0c07fd7 100644 --- a/english/java/com.aspose.cells/combobox/_index.md +++ b/english/java/com.aspose.cells/combobox/_index.md @@ -1055,6 +1055,7 @@ Gets the worksheet range linked to the control's value. ``` if (shape.getLinkedCell().equals("$B$6")) shape.setLinkedCell("A1"); + shape.updateSelectedValue(); ``` **Returns:** diff --git a/english/java/com.aspose.cells/commentshape/_index.md b/english/java/com.aspose.cells/commentshape/_index.md index 4fb55dd5492..0f93bdd182a 100644 --- a/english/java/com.aspose.cells/commentshape/_index.md +++ b/english/java/com.aspose.cells/commentshape/_index.md @@ -1024,6 +1024,7 @@ Gets the worksheet range linked to the control's value. ``` if (shape.getLinkedCell().equals("$B$6")) shape.setLinkedCell("A1"); + shape.updateSelectedValue(); ``` **Returns:** diff --git a/english/java/com.aspose.cells/customdocumentpropertycollection/_index.md b/english/java/com.aspose.cells/customdocumentpropertycollection/_index.md index a38a1fd4bf6..4c02685d202 100644 --- a/english/java/com.aspose.cells/customdocumentpropertycollection/_index.md +++ b/english/java/com.aspose.cells/customdocumentpropertycollection/_index.md @@ -55,8 +55,8 @@ Each object represents a custom property of a container document. | [remove(String name)](#remove-java.lang.String-) | Removes a property with the specified name from the collection. | | [removeAt(int index)](#removeAt-int-) | Removes a property at the specified index. | | [toString()](#toString--) | | -| [updateLinkedPropertyValue()](#updateLinkedPropertyValue--) | Update custom document property value which links to content. | -| [updateLinkedRange()](#updateLinkedRange--) | Update custom document property value to linked range. | +| [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). | +| [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). | | [wait()](#wait--) | | | [wait(long arg0)](#wait-long-) | | | [wait(long arg0, int arg1)](#wait-long-int-) | | @@ -386,7 +386,7 @@ public void updateLinkedPropertyValue() ``` -Update custom document property value which links to content. +Updates values of all custom properties that are linked to content(use cell value of linked range to update value of custom property). ### updateLinkedRange() {#updateLinkedRange--} ``` @@ -394,7 +394,7 @@ public void updateLinkedRange() ``` -Update custom document property value to linked range. +Updates all ranges that are linked to custom properties(use the value of custom document property to update cell value of linked range). ### wait() {#wait--} ``` diff --git a/english/java/com.aspose.cells/customxmlshape/_index.md b/english/java/com.aspose.cells/customxmlshape/_index.md index 381e6fa9512..ba9ae8830f4 100644 --- a/english/java/com.aspose.cells/customxmlshape/_index.md +++ b/english/java/com.aspose.cells/customxmlshape/_index.md @@ -1006,6 +1006,7 @@ Gets the worksheet range linked to the control's value. ``` if (shape.getLinkedCell().equals("$B$6")) shape.setLinkedCell("A1"); + shape.updateSelectedValue(); ``` **Returns:** diff --git a/english/java/com.aspose.cells/dialogbox/_index.md b/english/java/com.aspose.cells/dialogbox/_index.md index a077799edbb..dd863881a2e 100644 --- a/english/java/com.aspose.cells/dialogbox/_index.md +++ b/english/java/com.aspose.cells/dialogbox/_index.md @@ -985,6 +985,7 @@ Gets the worksheet range linked to the control's value. ``` if (shape.getLinkedCell().equals("$B$6")) shape.setLinkedCell("A1"); + shape.updateSelectedValue(); ``` **Returns:** diff --git a/english/java/com.aspose.cells/ebookloadoptions/_index.md b/english/java/com.aspose.cells/ebookloadoptions/_index.md index 17fcbb04471..cc9e5ef465f 100644 --- a/english/java/com.aspose.cells/ebookloadoptions/_index.md +++ b/english/java/com.aspose.cells/ebookloadoptions/_index.md @@ -231,7 +231,7 @@ public boolean getConvertDateTimeData() ``` -Gets a value that indicates whether the string in text file is converted to date data. +Gets a value that indicates whether the string in text file is converted to date data. Default value is true. **Returns:** boolean @@ -255,7 +255,7 @@ public boolean getConvertNumericData() ``` -Gets a value that indicates whether the string in text file is converted to numeric data. +Gets a value that indicates whether the string in text file is converted to numeric data. Default value is true. **Returns:** boolean @@ -735,7 +735,7 @@ public void setConvertDateTimeData(boolean value) ``` -Sets a value that indicates whether the string in text file is converted to date data. +Sets a value that indicates whether the string in text file is converted to date data. Default value is true. **Parameters:** | Parameter | Type | Description | @@ -765,7 +765,7 @@ public void setConvertNumericData(boolean value) ``` -Sets a value that indicates whether the string in text file is converted to numeric data. +Sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. **Parameters:** | Parameter | Type | Description | diff --git a/english/java/com.aspose.cells/groupbox/_index.md b/english/java/com.aspose.cells/groupbox/_index.md index 4f4790be733..6e8da11f615 100644 --- a/english/java/com.aspose.cells/groupbox/_index.md +++ b/english/java/com.aspose.cells/groupbox/_index.md @@ -1007,6 +1007,7 @@ Gets the worksheet range linked to the control's value. ``` if (shape.getLinkedCell().equals("$B$6")) shape.setLinkedCell("A1"); + shape.updateSelectedValue(); ``` **Returns:** diff --git a/english/java/com.aspose.cells/groupshape/_index.md b/english/java/com.aspose.cells/groupshape/_index.md index 62db33e73e6..5f28b89d479 100644 --- a/english/java/com.aspose.cells/groupshape/_index.md +++ b/english/java/com.aspose.cells/groupshape/_index.md @@ -1138,6 +1138,7 @@ Gets the worksheet range linked to the control's value. ``` if (shape.getLinkedCell().equals("$B$6")) shape.setLinkedCell("A1"); + shape.updateSelectedValue(); ``` **Returns:** diff --git a/english/java/com.aspose.cells/htmlloadoptions/_index.md b/english/java/com.aspose.cells/htmlloadoptions/_index.md index cf1265c2c35..e1f562e1319 100644 --- a/english/java/com.aspose.cells/htmlloadoptions/_index.md +++ b/english/java/com.aspose.cells/htmlloadoptions/_index.md @@ -231,7 +231,7 @@ public boolean getConvertDateTimeData() ``` -Gets a value that indicates whether the string in text file is converted to date data. +Gets a value that indicates whether the string in text file is converted to date data. Default value is true. **Returns:** boolean @@ -255,7 +255,7 @@ public boolean getConvertNumericData() ``` -Gets a value that indicates whether the string in text file is converted to numeric data. +Gets a value that indicates whether the string in text file is converted to numeric data. Default value is true. **Returns:** boolean @@ -735,7 +735,7 @@ public void setConvertDateTimeData(boolean value) ``` -Sets a value that indicates whether the string in text file is converted to date data. +Sets a value that indicates whether the string in text file is converted to date data. Default value is true. **Parameters:** | Parameter | Type | Description | @@ -765,7 +765,7 @@ public void setConvertNumericData(boolean value) ``` -Sets a value that indicates whether the string in text file is converted to numeric data. +Sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. **Parameters:** | Parameter | Type | Description | diff --git a/english/java/com.aspose.cells/label/_index.md b/english/java/com.aspose.cells/label/_index.md index 7989ea262d8..7b398126cc9 100644 --- a/english/java/com.aspose.cells/label/_index.md +++ b/english/java/com.aspose.cells/label/_index.md @@ -1012,6 +1012,7 @@ Gets the worksheet range linked to the control's value. ``` if (shape.getLinkedCell().equals("$B$6")) shape.setLinkedCell("A1"); + shape.updateSelectedValue(); ``` **Returns:** diff --git a/english/java/com.aspose.cells/lineshape/_index.md b/english/java/com.aspose.cells/lineshape/_index.md index 9a698a77c5f..10cb08f4d22 100644 --- a/english/java/com.aspose.cells/lineshape/_index.md +++ b/english/java/com.aspose.cells/lineshape/_index.md @@ -1139,6 +1139,7 @@ Gets the worksheet range linked to the control's value. ``` if (shape.getLinkedCell().equals("$B$6")) shape.setLinkedCell("A1"); + shape.updateSelectedValue(); ``` **Returns:** diff --git a/english/java/com.aspose.cells/listbox/_index.md b/english/java/com.aspose.cells/listbox/_index.md index 6ad88745258..89c1d1d88e9 100644 --- a/english/java/com.aspose.cells/listbox/_index.md +++ b/english/java/com.aspose.cells/listbox/_index.md @@ -1058,6 +1058,7 @@ Gets the worksheet range linked to the control's value. ``` if (shape.getLinkedCell().equals("$B$6")) shape.setLinkedCell("A1"); + shape.updateSelectedValue(); ``` **Returns:** diff --git a/english/java/com.aspose.cells/markdownloadoptions/_index.md b/english/java/com.aspose.cells/markdownloadoptions/_index.md index 7876b8319e2..13736b926b1 100644 --- a/english/java/com.aspose.cells/markdownloadoptions/_index.md +++ b/english/java/com.aspose.cells/markdownloadoptions/_index.md @@ -175,7 +175,7 @@ public boolean getConvertDateTimeData() ``` -Gets a value that indicates whether the string in text file is converted to date data. +Gets a value that indicates whether the string in text file is converted to date data. Default value is true. **Returns:** boolean @@ -185,7 +185,7 @@ public boolean getConvertNumericData() ``` -Gets a value that indicates whether the string in text file is converted to numeric data. +Gets a value that indicates whether the string in text file is converted to numeric data. Default value is true. **Returns:** boolean @@ -575,7 +575,7 @@ public void setConvertDateTimeData(boolean value) ``` -Sets a value that indicates whether the string in text file is converted to date data. +Sets a value that indicates whether the string in text file is converted to date data. Default value is true. **Parameters:** | Parameter | Type | Description | @@ -588,7 +588,7 @@ public void setConvertNumericData(boolean value) ``` -Sets a value that indicates whether the string in text file is converted to numeric data. +Sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. **Parameters:** | Parameter | Type | Description | diff --git a/english/java/com.aspose.cells/markdownsaveoptions/_index.md b/english/java/com.aspose.cells/markdownsaveoptions/_index.md index f9244fb1bee..fa0bfc47fbb 100644 --- a/english/java/com.aspose.cells/markdownsaveoptions/_index.md +++ b/english/java/com.aspose.cells/markdownsaveoptions/_index.md @@ -32,7 +32,7 @@ Represents the save options for markdown. | [getCreateDirectory()](#getCreateDirectory--) | If true and the directory does not exist, the directory will be automatically created before saving the file. | | [getEncoding()](#getEncoding--) | Gets the default encoding. | | [getEncryptDocumentProperties()](#getEncryptDocumentProperties--) | Indicates whether encrypt document properties when saving as .xls file. | -| [getExportHyperlinkAsReference()](#getExportHyperlinkAsReference--) | Exports hyperlink using reference definitions instead of inline format. | +| [getExportHyperlinkAsReference()](#getExportHyperlinkAsReference--) | Indicates whether to export hyperlink using reference definitions instead of inline format. | | [getExportImagesAsBase64()](#getExportImagesAsBase64--) | Specifies whether images are saved in Base64 format to Markdown. | | [getFormatStrategy()](#getFormatStrategy--) | Gets the format strategy when exporting the cell value as string. | | [getImageOptions()](#getImageOptions--) | Get the ImageOrPrintOptions object before exporting | @@ -44,6 +44,7 @@ Represents the save options for markdown. | [getSheetSet()](#getSheetSet--) | Gets the sheets to render. | | [getSortExternalNames()](#getSortExternalNames--) | Indicates whether sorting external defined names before saving file. | | [getSortNames()](#getSortNames--) | Indicates whether sorting defined names before saving file. | +| [getSplitTablesByBlankRow()](#getSplitTablesByBlankRow--) | Indicates whether blank rows in the worksheet should be treated as table separators when exporting to Markdown. | | [getStreamProvider()](#getStreamProvider--) | Gets the IStreamProvider for exporting objects. | | [getTableHeaderType()](#getTableHeaderType--) | Gets how set the header of the table. | | [getUpdateSmartArt()](#getUpdateSmartArt--) | Indicates whether updating smart art setting. | @@ -60,7 +61,7 @@ Represents the save options for markdown. | [setCreateDirectory(boolean value)](#setCreateDirectory-boolean-) | If true and the directory does not exist, the directory will be automatically created before saving the file. | | [setEncoding(Encoding value)](#setEncoding-com.aspose.cells.Encoding-) | Sets the default encoding. | | [setEncryptDocumentProperties(boolean value)](#setEncryptDocumentProperties-boolean-) | Indicates whether encrypt document properties when saving as .xls file. | -| [setExportHyperlinkAsReference(boolean value)](#setExportHyperlinkAsReference-boolean-) | Exports hyperlink using reference definitions instead of inline format. | +| [setExportHyperlinkAsReference(boolean value)](#setExportHyperlinkAsReference-boolean-) | Indicates whether to export hyperlink using reference definitions instead of inline format. | | [setExportImagesAsBase64(boolean value)](#setExportImagesAsBase64-boolean-) | Specifies whether images are saved in Base64 format to Markdown. | | [setFormatStrategy(int value)](#setFormatStrategy-int-) | Sets the format strategy when exporting the cell value as string. | | [setLightCellsDataProvider(LightCellsDataProvider value)](#setLightCellsDataProvider-com.aspose.cells.LightCellsDataProvider-) | The Data provider to provide cells data for saving workbook in light mode. | @@ -70,6 +71,7 @@ Represents the save options for markdown. | [setSheetSet(SheetSet value)](#setSheetSet-com.aspose.cells.SheetSet-) | Sets the sheets to render. | | [setSortExternalNames(boolean value)](#setSortExternalNames-boolean-) | Indicates whether sorting external defined names before saving file. | | [setSortNames(boolean value)](#setSortNames-boolean-) | Indicates whether sorting defined names before saving file. | +| [setSplitTablesByBlankRow(boolean value)](#setSplitTablesByBlankRow-boolean-) | Indicates whether blank rows in the worksheet should be treated as table separators when exporting to Markdown. | | [setStreamProvider(IStreamProvider value)](#setStreamProvider-com.aspose.cells.IStreamProvider-) | Sets the IStreamProvider for exporting objects. | | [setTableHeaderType(int value)](#setTableHeaderType-int-) | Sets how set the header of the table. | | [setUpdateSmartArt(boolean value)](#setUpdateSmartArt-boolean-) | Indicates whether updating smart art setting. | @@ -214,7 +216,7 @@ public boolean getExportHyperlinkAsReference() ``` -Exports hyperlink using reference definitions instead of inline format. The default value is false. +Indicates whether to export hyperlink using reference definitions instead of inline format. The default value is false. **Returns:** boolean @@ -342,6 +344,16 @@ public boolean getSortNames() Indicates whether sorting defined names before saving file. +**Returns:** +boolean +### getSplitTablesByBlankRow() {#getSplitTablesByBlankRow--} +``` +public boolean getSplitTablesByBlankRow() +``` + + +Indicates whether blank rows in the worksheet should be treated as table separators when exporting to Markdown. The default value is false. + **Returns:** boolean ### getStreamProvider() {#getStreamProvider--} @@ -556,7 +568,7 @@ public void setExportHyperlinkAsReference(boolean value) ``` -Exports hyperlink using reference definitions instead of inline format. The default value is false. +Indicates whether to export hyperlink using reference definitions instead of inline format. The default value is false. **Parameters:** | Parameter | Type | Description | @@ -694,6 +706,19 @@ Indicates whether sorting defined names before saving file. | --- | --- | --- | | value | boolean | | +### setSplitTablesByBlankRow(boolean value) {#setSplitTablesByBlankRow-boolean-} +``` +public void setSplitTablesByBlankRow(boolean value) +``` + + +Indicates whether blank rows in the worksheet should be treated as table separators when exporting to Markdown. The default value is false. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | boolean | | + ### setStreamProvider(IStreamProvider value) {#setStreamProvider-com.aspose.cells.IStreamProvider-} ``` public void setStreamProvider(IStreamProvider value) diff --git a/english/java/com.aspose.cells/oleobject/_index.md b/english/java/com.aspose.cells/oleobject/_index.md index 8950735668d..0c7ecc426bb 100644 --- a/english/java/com.aspose.cells/oleobject/_index.md +++ b/english/java/com.aspose.cells/oleobject/_index.md @@ -1162,6 +1162,7 @@ Gets the worksheet range linked to the control's value. ``` if (shape.getLinkedCell().equals("$B$6")) shape.setLinkedCell("A1"); + shape.updateSelectedValue(); ``` **Returns:** diff --git a/english/java/com.aspose.cells/oval/_index.md b/english/java/com.aspose.cells/oval/_index.md index 3cacbaf8d8f..a9cda2d1d8d 100644 --- a/english/java/com.aspose.cells/oval/_index.md +++ b/english/java/com.aspose.cells/oval/_index.md @@ -1003,6 +1003,7 @@ Gets the worksheet range linked to the control's value. ``` if (shape.getLinkedCell().equals("$B$6")) shape.setLinkedCell("A1"); + shape.updateSelectedValue(); ``` **Returns:** diff --git a/english/java/com.aspose.cells/picture/_index.md b/english/java/com.aspose.cells/picture/_index.md index 3cb061b63e3..03f7bc69d26 100644 --- a/english/java/com.aspose.cells/picture/_index.md +++ b/english/java/com.aspose.cells/picture/_index.md @@ -1206,6 +1206,7 @@ Gets the worksheet range linked to the control's value. ``` if (shape.getLinkedCell().equals("$B$6")) shape.setLinkedCell("A1"); + shape.updateSelectedValue(); ``` **Returns:** diff --git a/english/java/com.aspose.cells/radiobutton/_index.md b/english/java/com.aspose.cells/radiobutton/_index.md index fecedaa15f6..1bcb0fa15fb 100644 --- a/english/java/com.aspose.cells/radiobutton/_index.md +++ b/english/java/com.aspose.cells/radiobutton/_index.md @@ -1001,6 +1001,7 @@ Gets the worksheet range linked to the control's value. ``` if (shape.getLinkedCell().equals("$B$6")) shape.setLinkedCell("A1"); + shape.updateSelectedValue(); ``` **Returns:** diff --git a/english/java/com.aspose.cells/rectangleshape/_index.md b/english/java/com.aspose.cells/rectangleshape/_index.md index ffae0d2c7be..fbfdda60c87 100644 --- a/english/java/com.aspose.cells/rectangleshape/_index.md +++ b/english/java/com.aspose.cells/rectangleshape/_index.md @@ -1003,6 +1003,7 @@ Gets the worksheet range linked to the control's value. ``` if (shape.getLinkedCell().equals("$B$6")) shape.setLinkedCell("A1"); + shape.updateSelectedValue(); ``` **Returns:** diff --git a/english/java/com.aspose.cells/scrollbar/_index.md b/english/java/com.aspose.cells/scrollbar/_index.md index f6338846bb3..af172ddeaf9 100644 --- a/english/java/com.aspose.cells/scrollbar/_index.md +++ b/english/java/com.aspose.cells/scrollbar/_index.md @@ -1023,6 +1023,7 @@ Gets the worksheet range linked to the control's value. ``` if (shape.getLinkedCell().equals("$B$6")) shape.setLinkedCell("A1"); + shape.updateSelectedValue(); ``` **Returns:** diff --git a/english/java/com.aspose.cells/series/_index.md b/english/java/com.aspose.cells/series/_index.md index 4035cd0d2a3..79a958b034e 100644 --- a/english/java/com.aspose.cells/series/_index.md +++ b/english/java/com.aspose.cells/series/_index.md @@ -82,6 +82,8 @@ Encapsulates the object that represents a single data series in a chart. | [getBubbleScale()](#getBubbleScale--) | Gets the scale factor for bubbles in the specified chart group. | | [getBubbleSizeRepresents()](#getBubbleSizeRepresents--) | Gets what the bubble size represents on a bubble chart. | | [getBubbleSizes()](#getBubbleSizes--) | Gets the bubble sizes values of the chart series. | +| [getCachedCategoryValues()](#getCachedCategoryValues--) | Gets the cached category values for the series | +| [getCachedValues()](#getCachedValues--) | Gets the cached values for the series | | [getClass()](#getClass--) | | | [getCountOfDataValues()](#getCountOfDataValues--) | Gets the number of the data values. | | [getDataLabels()](#getDataLabels--) | Represents the DataLabels object for the specified ASeries. | @@ -253,6 +255,34 @@ Gets the bubble sizes values of the chart series. **Returns:** java.lang.String +### getCachedCategoryValues() {#getCachedCategoryValues--} +``` +public ArrayList getCachedCategoryValues() +``` + + +Gets the cached category values for the series + +**Remarks** + +NOTE: This property is currently for internal use only. It will be changed or removed in next version. + +**Returns:** +java.util.ArrayList +### getCachedValues() {#getCachedValues--} +``` +public ArrayList getCachedValues() +``` + + +Gets the cached values for the series + +**Remarks** + +NOTE: This property is currently for internal use only. It will be changed or removed in next version. + +**Returns:** +java.util.ArrayList ### getClass() {#getClass--} ``` public final native Class getClass() diff --git a/english/java/com.aspose.cells/shape/_index.md b/english/java/com.aspose.cells/shape/_index.md index a1f69c531e6..b8a0fceffd1 100644 --- a/english/java/com.aspose.cells/shape/_index.md +++ b/english/java/com.aspose.cells/shape/_index.md @@ -1000,6 +1000,7 @@ Gets the worksheet range linked to the control's value. ``` if (shape.getLinkedCell().equals("$B$6")) shape.setLinkedCell("A1"); + shape.updateSelectedValue(); ``` **Returns:** diff --git a/english/java/com.aspose.cells/significantdigitstype/_index.md b/english/java/com.aspose.cells/significantdigitstype/_index.md new file mode 100644 index 00000000000..e29093987e1 --- /dev/null +++ b/english/java/com.aspose.cells/significantdigitstype/_index.md @@ -0,0 +1,163 @@ +--- +title: SignificantDigitsType +second_title: Aspose.Cells for Java API Reference +description: Represents the type of significant digits for outputing numeric values. +type: docs +url: /java/com.aspose.cells/significantdigitstype/ +--- + +**Inheritance:** +java.lang.Object +``` +public final class SignificantDigitsType +``` + +Represents the type of significant digits for outputing numeric values. +## Fields + +| Field | Description | +| --- | --- | +| [DIGITS_15](#DIGITS-15) | 15-digits | +| [G_17](#G-17) | 17-digits by formatting the value with "G17". | +| [ROUNDING_17](#ROUNDING-17) | 17-digits by rounding the value. | +## Methods + +| Method | Description | +| --- | --- | +| [equals(Object arg0)](#equals-java.lang.Object-) | | +| [getClass()](#getClass--) | | +| [hashCode()](#hashCode--) | | +| [notify()](#notify--) | | +| [notifyAll()](#notifyAll--) | | +| [toString()](#toString--) | | +| [wait()](#wait--) | | +| [wait(long arg0)](#wait-long-) | | +| [wait(long arg0, int arg1)](#wait-long-int-) | | +### DIGITS_15 {#DIGITS-15} +``` +public static final int DIGITS_15 +``` + + +15-digits + +### G_17 {#G-17} +``` +public static final int G_17 +``` + + +17-digits by formatting the value with "G17". + +**Remarks** + +For some double values, "G17" may given different value than the original/literal one input by user. For example, double value 0.15 will be output as 0.14999999999999999; double value 1.0E-16 will be output as 9.9999999999999998E-17. Ms excel's handles those values inconsistently, it saves 0.15 as 0.15 in the xlsx file, but for 1.0E-16 the saved value in the xlsx file is 9.9999999999999998E-17. + +### ROUNDING_17 {#ROUNDING-17} +``` +public static final int ROUNDING_17 +``` + + +17-digits by rounding the value. + +**Remarks** + +This type generally outputs the value as the original/literal one input by user. For 0.15 it produces "0.15" and for 1.0E-16 it produces "1.0E-16". But there are also some special cases which may give different values than the literal. For example, when rounding 208435494.96478021 to 17-digits("0.\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#"), the output is 208435494.96478. + +### equals(Object arg0) {#equals-java.lang.Object-} +``` +public boolean equals(Object arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.lang.Object | | + +**Returns:** +boolean +### getClass() {#getClass--} +``` +public final native Class getClass() +``` + + + + +**Returns:** +java.lang.Class +### hashCode() {#hashCode--} +``` +public native int hashCode() +``` + + + + +**Returns:** +int +### notify() {#notify--} +``` +public final native void notify() +``` + + + + +### notifyAll() {#notifyAll--} +``` +public final native void notifyAll() +``` + + + + +### toString() {#toString--} +``` +public String toString() +``` + + + + +**Returns:** +java.lang.String +### wait() {#wait--} +``` +public final void wait() +``` + + + + +### wait(long arg0) {#wait-long-} +``` +public final native void wait(long arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | long | | + +### wait(long arg0, int arg1) {#wait-long-int-} +``` +public final void wait(long arg0, int arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | long | | +| arg1 | int | | + diff --git a/english/java/com.aspose.cells/slicershape/_index.md b/english/java/com.aspose.cells/slicershape/_index.md index 937b2f7522d..6d0705e88bd 100644 --- a/english/java/com.aspose.cells/slicershape/_index.md +++ b/english/java/com.aspose.cells/slicershape/_index.md @@ -985,6 +985,7 @@ Gets the worksheet range linked to the control's value. ``` if (shape.getLinkedCell().equals("$B$6")) shape.setLinkedCell("A1"); + shape.updateSelectedValue(); ``` **Returns:** diff --git a/english/java/com.aspose.cells/smartartshape/_index.md b/english/java/com.aspose.cells/smartartshape/_index.md index 0e0470b940d..8b662a8784a 100644 --- a/english/java/com.aspose.cells/smartartshape/_index.md +++ b/english/java/com.aspose.cells/smartartshape/_index.md @@ -1009,6 +1009,7 @@ Gets the worksheet range linked to the control's value. ``` if (shape.getLinkedCell().equals("$B$6")) shape.setLinkedCell("A1"); + shape.updateSelectedValue(); ``` **Returns:** diff --git a/english/java/com.aspose.cells/spinner/_index.md b/english/java/com.aspose.cells/spinner/_index.md index b2abdbb40f6..6df2657bd75 100644 --- a/english/java/com.aspose.cells/spinner/_index.md +++ b/english/java/com.aspose.cells/spinner/_index.md @@ -1021,6 +1021,7 @@ Gets the worksheet range linked to the control's value. ``` if (shape.getLinkedCell().equals("$B$6")) shape.setLinkedCell("A1"); + shape.updateSelectedValue(); ``` **Returns:** diff --git a/english/java/com.aspose.cells/textbox/_index.md b/english/java/com.aspose.cells/textbox/_index.md index f0653199eea..9d4450d45f6 100644 --- a/english/java/com.aspose.cells/textbox/_index.md +++ b/english/java/com.aspose.cells/textbox/_index.md @@ -1064,6 +1064,7 @@ Gets the worksheet range linked to the control's value. ``` if (shape.getLinkedCell().equals("$B$6")) shape.setLinkedCell("A1"); + shape.updateSelectedValue(); ``` **Returns:** diff --git a/english/java/com.aspose.cells/timelineshape/_index.md b/english/java/com.aspose.cells/timelineshape/_index.md index be2a904b984..d04cbaef582 100644 --- a/english/java/com.aspose.cells/timelineshape/_index.md +++ b/english/java/com.aspose.cells/timelineshape/_index.md @@ -985,6 +985,7 @@ Gets the worksheet range linked to the control's value. ``` if (shape.getLinkedCell().equals("$B$6")) shape.setLinkedCell("A1"); + shape.updateSelectedValue(); ``` **Returns:** diff --git a/english/java/com.aspose.cells/txtloadoptions/_index.md b/english/java/com.aspose.cells/txtloadoptions/_index.md index 14349231ba5..2f4ec098eb5 100644 --- a/english/java/com.aspose.cells/txtloadoptions/_index.md +++ b/english/java/com.aspose.cells/txtloadoptions/_index.md @@ -221,7 +221,7 @@ public boolean getConvertDateTimeData() ``` -Gets a value that indicates whether the string in text file is converted to date data. +Gets a value that indicates whether the string in text file is converted to date data. Default value is true. **Returns:** boolean @@ -231,7 +231,7 @@ public boolean getConvertNumericData() ``` -Gets a value that indicates whether the string in text file is converted to numeric data. +Gets a value that indicates whether the string in text file is converted to numeric data. Default value is true. **Returns:** boolean @@ -779,7 +779,7 @@ public void setConvertDateTimeData(boolean value) ``` -Sets a value that indicates whether the string in text file is converted to date data. +Sets a value that indicates whether the string in text file is converted to date data. Default value is true. **Parameters:** | Parameter | Type | Description | @@ -792,7 +792,7 @@ public void setConvertNumericData(boolean value) ``` -Sets a value that indicates whether the string in text file is converted to numeric data. +Sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. **Parameters:** | Parameter | Type | Description | diff --git a/english/java/com.aspose.cells/webextensionshape/_index.md b/english/java/com.aspose.cells/webextensionshape/_index.md index 98b79b0ac58..4ec749c957e 100644 --- a/english/java/com.aspose.cells/webextensionshape/_index.md +++ b/english/java/com.aspose.cells/webextensionshape/_index.md @@ -987,6 +987,7 @@ Gets the worksheet range linked to the control's value. ``` if (shape.getLinkedCell().equals("$B$6")) shape.setLinkedCell("A1"); + shape.updateSelectedValue(); ``` **Returns:** diff --git a/english/java/com.aspose.cells/workbook/_index.md b/english/java/com.aspose.cells/workbook/_index.md index 4739ec8027b..574c5b3a0a2 100644 --- a/english/java/com.aspose.cells/workbook/_index.md +++ b/english/java/com.aspose.cells/workbook/_index.md @@ -923,7 +923,11 @@ public Color getMatchingColor(Color rawColor) ``` -Find best matching Color in current palette. +Find best matching Color in current palette. + +**Remarks** + +There are only 56 colors in the color palette in Excel 97-2003. If the color is not in the palette, the similar color will be set. **Parameters:** | Parameter | Type | Description | diff --git a/english/java/com.aspose.cells/workbooksettings/_index.md b/english/java/com.aspose.cells/workbooksettings/_index.md index e87c35b40b4..1333185621e 100644 --- a/english/java/com.aspose.cells/workbooksettings/_index.md +++ b/english/java/com.aspose.cells/workbooksettings/_index.md @@ -55,6 +55,7 @@ Represents all settings of the workbook. | [getMaxColumn()](#getMaxColumn--) | Gets the max column index, zero-based. | | [getMaxRow()](#getMaxRow--) | Gets the max row index, zero-based. | | [getMaxRowsOfSharedFormula()](#getMaxRowsOfSharedFormula--) | Gets the max row number of shared formula. | +| [getMaxUniqueItemsPerField()](#getMaxUniqueItemsPerField--) | Gets the limitation of unique items per field | | [getMemorySetting()](#getMemorySetting--) | Gets the memory usage options. | | [getNumberDecimalSeparator()](#getNumberDecimalSeparator--) | Gets the decimal separator for formatting/parsing numeric values. | | [getNumberGroupSeparator()](#getNumberGroupSeparator--) | Gets the character that separates groups of digits to the left of the decimal in numeric values. | @@ -71,6 +72,7 @@ Represents all settings of the workbook. | [getSheetTabBarWidth()](#getSheetTabBarWidth--) | Width of worksheet tab bar (in 1/1000 of window width). | | [getShowTabs()](#getShowTabs--) | Gets a value whether the Workbook tabs are displayed. | | [getSignificantDigits()](#getSignificantDigits--) | Gets the number of significant digits. | +| [getSignificantDigitsType()](#getSignificantDigitsType--) | Gets the type of significant digits for outputing numeric values in this workbook. | | [getSmartTagOptions()](#getSmartTagOptions--) | Gets the options of the smart tag. | | [getStreamProvider()](#getStreamProvider--) | Gets the stream provider for external resource. | | [getThemeFont(int type)](#getThemeFont-int-) | Gets the default theme font name. | @@ -124,6 +126,7 @@ Represents all settings of the workbook. | [setLanguageCode(int value)](#setLanguageCode-int-) | Sets the user interface language of the Workbook version based on CountryCode that has saved the file. | | [setLocale(Locale value)](#setLocale-java.util.Locale-) | Sets the Locale used by this workbook. | | [setMaxRowsOfSharedFormula(int value)](#setMaxRowsOfSharedFormula-int-) | Sets the max row number of shared formula. | +| [setMaxUniqueItemsPerField(int value)](#setMaxUniqueItemsPerField-int-) | Sets the limitation of unique items per field | | [setMemorySetting(int value)](#setMemorySetting-int-) | Sets the memory usage options. | | [setMinimized(boolean value)](#setMinimized-boolean-) | Represents whether the generated spreadsheet will be opened Minimized. | | [setNumberDecimalSeparator(char value)](#setNumberDecimalSeparator-char-) | Sets the decimal separator for formatting/parsing numeric values. | @@ -141,6 +144,7 @@ Represents all settings of the workbook. | [setSheetTabBarWidth(int value)](#setSheetTabBarWidth-int-) | Width of worksheet tab bar (in 1/1000 of window width). | | [setShowTabs(boolean value)](#setShowTabs-boolean-) | Sets a value whether the Workbook tabs are displayed. | | [setSignificantDigits(int value)](#setSignificantDigits-int-) | Sets the number of significant digits. | +| [setSignificantDigitsType(int value)](#setSignificantDigitsType-int-) | Sets the type of significant digits for outputing numeric values in this workbook. | | [setStreamProvider(IStreamProvider value)](#setStreamProvider-com.aspose.cells.IStreamProvider-) | Sets the stream provider for external resource. | | [setUpdateAdjacentCellsBorder(boolean value)](#setUpdateAdjacentCellsBorder-boolean-) | Indicates whether update adjacent cells' border. | | [setUpdateLinksType(int value)](#setUpdateLinksType-int-) | Sets how updates external links when the workbook is opened. | @@ -481,6 +485,18 @@ Gets the max row number of shared formula. If the number is too large, the autofilter works very slow in MS Excel 2013. +**Returns:** +int +### getMaxUniqueItemsPerField() {#getMaxUniqueItemsPerField--} +``` +public int getMaxUniqueItemsPerField() +``` + + +Gets the limitation of unique items per field + +**Remarks** + **Returns:** int ### getMemorySetting() {#getMemorySetting--} @@ -682,7 +698,19 @@ Gets the number of significant digits. The default value is [CellsHelper.getSign **Remarks** -Only could be 15 or 17 now. +Only could be 15 or 17 now. NOTE: This member is now obsolete. Instead, please use [getSignificantDigitsType()](../../com.aspose.cells/workbooksettings\#getSignificantDigitsType--). This property will be removed 12 months later since June 2025. Aspose apologizes for any inconvenience you may have experienced. + +**Returns:** +int +### getSignificantDigitsType() {#getSignificantDigitsType--} +``` +public int getSignificantDigitsType() +``` + + +Gets the type of significant digits for outputing numeric values in this workbook. Default value is [CellsHelper.getSignificantDigitsType()](../../com.aspose.cells/cellshelper\#getSignificantDigitsType--). + +See [getSignificantDigitsType()](../../com.aspose.cells/workbooksettings\#getSignificantDigitsType--). **Returns:** int @@ -1367,6 +1395,21 @@ If the number is too large, the autofilter works very slow in MS Excel 2013. | --- | --- | --- | | value | int | | +### setMaxUniqueItemsPerField(int value) {#setMaxUniqueItemsPerField-int-} +``` +public void setMaxUniqueItemsPerField(int value) +``` + + +Sets the limitation of unique items per field + +**Remarks** + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | int | | + ### setMemorySetting(int value) {#setMemorySetting-int-} ``` public void setMemorySetting(int value) @@ -1613,7 +1656,22 @@ Sets the number of significant digits. The default value is [CellsHelper.getSign **Remarks** -Only could be 15 or 17 now. +Only could be 15 or 17 now. NOTE: This member is now obsolete. Instead, please use [getSignificantDigitsType()](../../com.aspose.cells/workbooksettings\#getSignificantDigitsType--). This property will be removed 12 months later since June 2025. Aspose apologizes for any inconvenience you may have experienced. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | int | | + +### setSignificantDigitsType(int value) {#setSignificantDigitsType-int-} +``` +public void setSignificantDigitsType(int value) +``` + + +Sets the type of significant digits for outputing numeric values in this workbook. Default value is [CellsHelper.getSignificantDigitsType()](../../com.aspose.cells/cellshelper\#getSignificantDigitsType--). + +See [getSignificantDigitsType()](../../com.aspose.cells/workbooksettings\#getSignificantDigitsType--). **Parameters:** | Parameter | Type | Description | diff --git a/english/javascript-cpp/_index.md b/english/javascript-cpp/_index.md index 44e4077d601..2d7169e2362 100644 --- a/english/javascript-cpp/_index.md +++ b/english/javascript-cpp/_index.md @@ -762,6 +762,7 @@ is_root: true | [ShiftType](./shifttype) | Represent the shift options when deleting a range of cells. | | [ShowDropButtonType](./showdropbuttontype) | Specifies when to show the drop button | | [SignatureType](./signaturetype) | Specifies the signature type. | +| [SignificantDigitsType](./significantdigitstype) | Represents the type of significant digits for outputing numeric values. | | [SlicerCacheCrossFilterType](./slicercachecrossfiltertype) | Represent the type of SlicerCacheCrossFilterType | | [SlicerCacheItemSortType](./slicercacheitemsorttype) | Specify the sort type of SlicerCacheItem | | [SlicerStyleType](./slicerstyletype) | Specify the style of slicer view | diff --git a/english/javascript-cpp/abstracttextloadoptions/_index.md b/english/javascript-cpp/abstracttextloadoptions/_index.md index 900db9dafaa..cd1865d4297 100644 --- a/english/javascript-cpp/abstracttextloadoptions/_index.md +++ b/english/javascript-cpp/abstracttextloadoptions/_index.md @@ -27,8 +27,8 @@ class AbstractTextLoadOptions extends LoadOptions; | --- | --- | --- | | [encoding](#encoding--)| EncodingType | Gets and sets the default encoding. Only applies for csv file. | | [loadStyleStrategy](#loadStyleStrategy--)| TxtLoadStyleStrategy | Indicates the strategy to apply style for parsed values when converting string value to number or datetime. | -| [convertNumericData](#convertNumericData--)| boolean | Gets or sets a value that indicates whether the string in text file is converted to numeric data. | -| [convertDateTimeData](#convertDateTimeData--)| boolean | Gets or sets a value that indicates whether the string in text file is converted to date data. | +| [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. | +| [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. | | [keepPrecision](#keepPrecision--)| boolean | Indicates whether not parsing a string value if the length is 15. | | [loadFormat](#loadFormat--)| LoadFormat | Readonly. Gets the load format. | | [password](#password--)| string | Gets and set the password of the workbook. | @@ -92,7 +92,7 @@ loadStyleStrategy : TxtLoadStyleStrategy; ### convertNumericData {#convertNumericData--} -Gets or sets a value that indicates whether the string in text file is converted to numeric data. +Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. ```javascript convertNumericData : boolean; @@ -101,7 +101,7 @@ convertNumericData : boolean; ### convertDateTimeData {#convertDateTimeData--} -Gets or sets a value that indicates whether the string in text file is converted to date data. +Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. ```javascript convertDateTimeData : boolean; diff --git a/english/javascript-cpp/autoshapetype/_index.md b/english/javascript-cpp/autoshapetype/_index.md index a5f6387f95a..a8fdbe633be 100644 --- a/english/javascript-cpp/autoshapetype/_index.md +++ b/english/javascript-cpp/autoshapetype/_index.md @@ -51,18 +51,18 @@ Represents all built-in auto shape type. | CurvedConnector | `38` | | | CurvedConnector4 | `39` | | | CurvedConnector5 | `40` | | -| LineCalloutNoBorder2 | `41` | | -| LineCalloutNoBorder3 | `42` | | -| LineCalloutNoBorder4 | `43` | | -| LineCalloutWithAccentBar2 | `44` | | -| LineCalloutWithAccentBar3 | `45` | | -| LineCalloutWithAccentBar4 | `46` | | -| LineCalloutWithBorder2 | `47` | | -| LineCalloutWithBorder3 | `48` | | -| LineCalloutWithBorder4 | `49` | | -| LineCalloutWithBorderAndAccentBar2 | `50` | | -| LineCalloutWithBorderAndAccentBar3 | `51` | | -| LineCalloutWithBorderAndAccentBar4 | `52` | | +| 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. | +| 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. | +| 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. | +| 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. | +| 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. | +| 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. | +| 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. | +| 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. | +| 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. | +| 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. | +| 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. | +| 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. | | DownRibbon | `53` | | | UpRibbon | `54` | | | Chevron | `55` | | @@ -188,10 +188,10 @@ Represents all built-in auto shape type. | TextCanDown | `175` | A text shape that is curved downwards as if being read on the side of a can. | | FlowChartAlternateProcess | `176` | | | FlowChartOffpageConnector | `177` | | -| LineCalloutNoBorder1 | `178` | | -| LineCalloutWithAccentBar1 | `179` | | -| LineCalloutWithBorder1 | `180` | | -| LineCalloutWithBorderAndAccentBar1 | `181` | | +| LineCalloutNoBorder1 | `178` | Specifies the "Line Callout 1(No Border)" type of the Ms Excel 97-2003 version. | +| LineCalloutWithAccentBar1 | `179` | Specifies the "Line Callout 1(Accent Bar)" type of the Ms Excel 97-2003 version. | +| LineCalloutWithBorder1 | `180` | Specifies the "Line Callout 1" type of the Ms Excel 97-2003 version. | +| LineCalloutWithBorderAndAccentBar1 | `181` | Specifies the "Line Callout 1(Border and Accent Bar)" type of the Ms Excel 97-2003 version. | | LeftRightUpArrow | `182` | | | Sun | `183` | | | Moon | `184` | | diff --git a/english/javascript-cpp/calculationoptions/_index.md b/english/javascript-cpp/calculationoptions/_index.md index 21c31cf0141..79155e84b27 100644 --- a/english/javascript-cpp/calculationoptions/_index.md +++ b/english/javascript-cpp/calculationoptions/_index.md @@ -27,6 +27,8 @@ class CalculationOptions; | --- | --- | --- | | [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. | | [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. | +| [userSpecifiedRefreshDynamicArrayFormula](#userSpecifiedRefreshDynamicArrayFormula--)| boolean | Readonly. Indicates whether user has explicitly specified the behavior of refreshing dynamic array formulas before calculating specified formulas. | +| [refreshDynamicArrayFormula](#refreshDynamicArrayFormula--)| boolean | Indicates whether dynamic array formulas should be refreshed before calculating formulas. | | [customEngine](#customEngine--)| AbstractCalculationEngine | The custom formula calculation engine to extend the default calculation engine of Aspose.Cells. | | [calcStackSize](#calcStackSize--)| number | The stack size for calculating cells recursively. Default value is 200. | | [precisionStrategy](#precisionStrategy--)| CalculationPrecisionStrategy | Specifies the strategy for processing precision of calculation. | @@ -61,6 +63,28 @@ recursive : boolean; ``` +### userSpecifiedRefreshDynamicArrayFormula {#userSpecifiedRefreshDynamicArrayFormula--} + +Readonly. Indicates whether user has explicitly specified the behavior of refreshing dynamic array formulas before calculating specified formulas. + +```javascript +userSpecifiedRefreshDynamicArrayFormula : boolean; +``` + + +### refreshDynamicArrayFormula {#refreshDynamicArrayFormula--} + +Indicates whether dynamic array formulas should be refreshed before calculating formulas. + +```javascript +refreshDynamicArrayFormula : boolean; +``` + + +**Remarks** + +If this property has been specified explicitly, then the specified value will be used to determine whether refresh dynamic array formulas. Otherwise([UserSpecifiedRefreshDynamicArrayFormula](../userspecifiedrefreshdynamicarrayformula/) 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)](../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. + ### customEngine {#customEngine--} The custom formula calculation engine to extend the default calculation engine of Aspose.Cells. diff --git a/english/javascript-cpp/cellshelper/_index.md b/english/javascript-cpp/cellshelper/_index.md index 941127dd0c4..c2d063340b0 100644 --- a/english/javascript-cpp/cellshelper/_index.md +++ b/english/javascript-cpp/cellshelper/_index.md @@ -19,7 +19,7 @@ class CellsHelper; | Property | Type | Description | | --- | --- | --- | -| static [significantDigits](#significantDigits--)| number | Gets and sets the number of significant digits. The default value is 17. | +| static [significantDigitsType](#significantDigitsType--)| SignificantDigitsType | Gets and sets the default type of significant digits for outputing numeric values. Default value is [SignificantDigitsType.G17](../significantdigitstype.g17/). | | static [dPI](#dPI--)| number | Gets the DPI of the machine. | | static [startupPath](#startupPath--)| string | Gets or sets the startup path, which is referred to by some external formula references. | | 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; | static [needQuoteInFormula(string)](#needQuoteInFormula-string-)| Indicates whether the name of the sheet should be enclosed in single quotes | -### significantDigits {#significantDigits--} +### significantDigitsType {#significantDigitsType--} -Gets and sets the number of significant digits. The default value is 17. +Gets and sets the default type of significant digits for outputing numeric values. Default value is [SignificantDigitsType.G17](../significantdigitstype.g17/). ```javascript -static significantDigits : number; +static significantDigitsType : SignificantDigitsType; ``` -**Remarks** - -Only could be 15 or 17 now. - ### dPI {#dPI--} Gets the DPI of the machine. diff --git a/english/javascript-cpp/customdocumentpropertycollection/_index.md b/english/javascript-cpp/customdocumentpropertycollection/_index.md index 1c3ccb0bb08..e83b739f612 100644 --- a/english/javascript-cpp/customdocumentpropertycollection/_index.md +++ b/english/javascript-cpp/customdocumentpropertycollection/_index.md @@ -43,8 +43,8 @@ var customProperties = workbook.worksheets.customDocumentProperties; | [add(string, boolean)](#add-string-boolean-)| Creates a new custom document property of the PropertyType.Boolean data type. | | [add(string, number)](#add-string-number-)| Creates a new custom document property of the PropertyType.Float data type. | | [addLinkToContent(string, string)](#addLinkToContent-string-string-)| Creates a new custom document property which links to content. | -| [updateLinkedPropertyValue()](#updateLinkedPropertyValue--)| Update custom document property value which links to content. | -| [updateLinkedRange()](#updateLinkedRange--)| Update custom document property value to linked range. | +| [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). | +| [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). | | [get(string)](#get-string-)| Returns a [DocumentProperty](../documentproperty/) object by the name of the property. | | [get(number)](#get-number-)| Returns a [DocumentProperty](../documentproperty/) object by index. | | [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. ### updateLinkedPropertyValue() {#updateLinkedPropertyValue--} -Update custom document property value which links to content. +Updates values of all custom properties that are linked to content(use cell value of linked range to update value of custom property). ```javascript updateLinkedPropertyValue() : void; @@ -185,7 +185,7 @@ updateLinkedPropertyValue() : void; ### updateLinkedRange() {#updateLinkedRange--} -Update custom document property value to linked range. +Updates all ranges that are linked to custom properties(use the value of custom document property to update cell value of linked range). ```javascript updateLinkedRange() : void; diff --git a/english/javascript-cpp/ebookloadoptions/_index.md b/english/javascript-cpp/ebookloadoptions/_index.md index 7ecac55893b..13520d9814e 100644 --- a/english/javascript-cpp/ebookloadoptions/_index.md +++ b/english/javascript-cpp/ebookloadoptions/_index.md @@ -50,8 +50,8 @@ class EbookLoadOptions extends HtmlLoadOptions; | [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. | | [encoding](#encoding--)| EncodingType | Gets and sets the default encoding. Only applies for csv file. | | [loadStyleStrategy](#loadStyleStrategy--)| TxtLoadStyleStrategy | Indicates the strategy to apply style for parsed values when converting string value to number or datetime. | -| [convertNumericData](#convertNumericData--)| boolean | Gets or sets a value that indicates whether the string in text file is converted to numeric data. | -| [convertDateTimeData](#convertDateTimeData--)| boolean | Gets or sets a value that indicates whether the string in text file is converted to date data. | +| [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. | +| [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. | | [keepPrecision](#keepPrecision--)| boolean | Indicates whether not parsing a string value if the length is 15. | | [loadFormulas](#loadFormulas--)| boolean | Indicates whether importing formulas if the original html file contains formulas | | [supportDivTag](#supportDivTag--)| boolean | Indicates whether support the layout of <div> tag when the html file contains it. The default value is false. | @@ -352,7 +352,7 @@ loadStyleStrategy : TxtLoadStyleStrategy; ### convertNumericData {#convertNumericData--} -Gets or sets a value that indicates whether the string in text file is converted to numeric data. +Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. ```javascript convertNumericData : boolean; @@ -361,7 +361,7 @@ convertNumericData : boolean; ### convertDateTimeData {#convertDateTimeData--} -Gets or sets a value that indicates whether the string in text file is converted to date data. +Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. ```javascript convertDateTimeData : boolean; diff --git a/english/javascript-cpp/htmlloadoptions/_index.md b/english/javascript-cpp/htmlloadoptions/_index.md index 62463205bd1..648c0803cab 100644 --- a/english/javascript-cpp/htmlloadoptions/_index.md +++ b/english/javascript-cpp/htmlloadoptions/_index.md @@ -57,8 +57,8 @@ class HtmlLoadOptions extends AbstractTextLoadOptions; | [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. | | [encoding](#encoding--)| EncodingType | Gets and sets the default encoding. Only applies for csv file. | | [loadStyleStrategy](#loadStyleStrategy--)| TxtLoadStyleStrategy | Indicates the strategy to apply style for parsed values when converting string value to number or datetime. | -| [convertNumericData](#convertNumericData--)| boolean | Gets or sets a value that indicates whether the string in text file is converted to numeric data. | -| [convertDateTimeData](#convertDateTimeData--)| boolean | Gets or sets a value that indicates whether the string in text file is converted to date data. | +| [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. | +| [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. | | [keepPrecision](#keepPrecision--)| boolean | Indicates whether not parsing a string value if the length is 15. | ## Methods @@ -415,7 +415,7 @@ loadStyleStrategy : TxtLoadStyleStrategy; ### convertNumericData {#convertNumericData--} -Gets or sets a value that indicates whether the string in text file is converted to numeric data. +Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. ```javascript convertNumericData : boolean; @@ -424,7 +424,7 @@ convertNumericData : boolean; ### convertDateTimeData {#convertDateTimeData--} -Gets or sets a value that indicates whether the string in text file is converted to date data. +Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. ```javascript convertDateTimeData : boolean; diff --git a/english/javascript-cpp/markdownloadoptions/_index.md b/english/javascript-cpp/markdownloadoptions/_index.md index 5988fdd8f1b..f0033f0be90 100644 --- a/english/javascript-cpp/markdownloadoptions/_index.md +++ b/english/javascript-cpp/markdownloadoptions/_index.md @@ -50,8 +50,8 @@ class MarkdownLoadOptions extends AbstractTextLoadOptions; | [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. | | [encoding](#encoding--)| EncodingType | Gets and sets the default encoding. Only applies for csv file. | | [loadStyleStrategy](#loadStyleStrategy--)| TxtLoadStyleStrategy | Indicates the strategy to apply style for parsed values when converting string value to number or datetime. | -| [convertNumericData](#convertNumericData--)| boolean | Gets or sets a value that indicates whether the string in text file is converted to numeric data. | -| [convertDateTimeData](#convertDateTimeData--)| boolean | Gets or sets a value that indicates whether the string in text file is converted to date data. | +| [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. | +| [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. | | [keepPrecision](#keepPrecision--)| boolean | Indicates whether not parsing a string value if the length is 15. | ## Methods @@ -341,7 +341,7 @@ loadStyleStrategy : TxtLoadStyleStrategy; ### convertNumericData {#convertNumericData--} -Gets or sets a value that indicates whether the string in text file is converted to numeric data. +Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. ```javascript convertNumericData : boolean; @@ -350,7 +350,7 @@ convertNumericData : boolean; ### convertDateTimeData {#convertDateTimeData--} -Gets or sets a value that indicates whether the string in text file is converted to date data. +Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. ```javascript convertDateTimeData : boolean; diff --git a/english/javascript-cpp/markdownsaveoptions/_index.md b/english/javascript-cpp/markdownsaveoptions/_index.md index ed4e75fc603..6109e69d6a5 100644 --- a/english/javascript-cpp/markdownsaveoptions/_index.md +++ b/english/javascript-cpp/markdownsaveoptions/_index.md @@ -35,8 +35,9 @@ class MarkdownSaveOptions extends SaveOptions; | [imageOptions](#imageOptions--)| ImageOrPrintOptions | Readonly. Get the ImageOrPrintOptions object before exporting | | [exportImagesAsBase64](#exportImagesAsBase64--)| boolean | Specifies whether images are saved in Base64 format to Markdown. The default value is true. | | [calculateFormula](#calculateFormula--)| boolean | Indicates whether to calculate formulas before saving markdown file. | -| [exportHyperlinkAsReference](#exportHyperlinkAsReference--)| boolean | Exports hyperlink using reference definitions instead of inline format. The default value is false. | +| [exportHyperlinkAsReference](#exportHyperlinkAsReference--)| boolean | Indicates whether to export hyperlink using reference definitions instead of inline format. The default value is false. | | [alignColumnPadding](#alignColumnPadding--)| string | Indicates whether column alignment is enabled for generated Markdown tables. When enabled, columns are aligned by padding cell content with the specified character(typically ' ' for spaces). Set to '\0' to disable column alignment (default). | +| [splitTablesByBlankRow](#splitTablesByBlankRow--)| boolean | Indicates whether blank rows in the worksheet should be treated as table separators when exporting to Markdown. The default value is false. | | [saveFormat](#saveFormat--)| SaveFormat | Readonly. Gets the save file format. | | [clearData](#clearData--)| boolean | Make the workbook empty after saving the file. | | [cachedFileFolder](#cachedFileFolder--)| string | The folder for temporary files that may be used as data cache. | @@ -169,7 +170,7 @@ The default value is false. ### exportHyperlinkAsReference {#exportHyperlinkAsReference--} -Exports hyperlink using reference definitions instead of inline format. The default value is false. +Indicates whether to export hyperlink using reference definitions instead of inline format. The default value is false. ```javascript exportHyperlinkAsReference : boolean; @@ -185,6 +186,15 @@ alignColumnPadding : string; ``` +### splitTablesByBlankRow {#splitTablesByBlankRow--} + +Indicates whether blank rows in the worksheet should be treated as table separators when exporting to Markdown. The default value is false. + +```javascript +splitTablesByBlankRow : boolean; +``` + + ### saveFormat {#saveFormat--} Readonly. Gets the save file format. diff --git a/english/javascript-cpp/significantdigitstype/_index.md b/english/javascript-cpp/significantdigitstype/_index.md new file mode 100644 index 00000000000..c4379bbc44b --- /dev/null +++ b/english/javascript-cpp/significantdigitstype/_index.md @@ -0,0 +1,17 @@ +--- +title: SignificantDigitsType +second_title: Aspose.Cells for JavaScript via C++ API Reference +description: Represents the type of significant digits for outputing numeric values. +type: docs +url: /javascript-cpp/significantdigitstype/ +--- + +## SignificantDigitsType enumeration +Represents the type of significant digits for outputing numeric values. +### Values +| Name | Value | Description | +| --- | --- | --- | +| Digits15 | `0` | 15-digits | +| G17 | `1` | 17-digits by formatting the value with "G17". | +| Rounding17 | `2` | 17-digits by rounding the value. | + diff --git a/english/javascript-cpp/txtloadoptions/_index.md b/english/javascript-cpp/txtloadoptions/_index.md index aba58177974..91d86f4762d 100644 --- a/english/javascript-cpp/txtloadoptions/_index.md +++ b/english/javascript-cpp/txtloadoptions/_index.md @@ -63,8 +63,8 @@ class TxtLoadOptions extends AbstractTextLoadOptions; | [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. | | [encoding](#encoding--)| EncodingType | Gets and sets the default encoding. Only applies for csv file. | | [loadStyleStrategy](#loadStyleStrategy--)| TxtLoadStyleStrategy | Indicates the strategy to apply style for parsed values when converting string value to number or datetime. | -| [convertNumericData](#convertNumericData--)| boolean | Gets or sets a value that indicates whether the string in text file is converted to numeric data. | -| [convertDateTimeData](#convertDateTimeData--)| boolean | Gets or sets a value that indicates whether the string in text file is converted to date data. | +| [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. | +| [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. | | [keepPrecision](#keepPrecision--)| boolean | Indicates whether not parsing a string value if the length is 15. | ## Methods @@ -503,7 +503,7 @@ loadStyleStrategy : TxtLoadStyleStrategy; ### convertNumericData {#convertNumericData--} -Gets or sets a value that indicates whether the string in text file is converted to numeric data. +Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. ```javascript convertNumericData : boolean; @@ -512,7 +512,7 @@ convertNumericData : boolean; ### convertDateTimeData {#convertDateTimeData--} -Gets or sets a value that indicates whether the string in text file is converted to date data. +Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. ```javascript convertDateTimeData : boolean; diff --git a/english/javascript-cpp/workbook/_index.md b/english/javascript-cpp/workbook/_index.md index c2d4fbfec3c..1e06b1c987b 100644 --- a/english/javascript-cpp/workbook/_index.md +++ b/english/javascript-cpp/workbook/_index.md @@ -1375,6 +1375,10 @@ getMatchingColor(rawColor: Color) : Color; Best matching color. +**Remarks** + +There are only 56 colors in the color palette in Excel 97-2003. If the color is not in the palette, the similar color will be set. + ### setEncryptionOptions(EncryptionType, number) {#setEncryptionOptions-encryptiontype-number-} Set Encryption Options. diff --git a/english/javascript-cpp/workbooksettings/_index.md b/english/javascript-cpp/workbooksettings/_index.md index 62142f5de38..5481b143627 100644 --- a/english/javascript-cpp/workbooksettings/_index.md +++ b/english/javascript-cpp/workbooksettings/_index.md @@ -46,6 +46,7 @@ class WorkbookSettings; | [autoCompressPictures](#autoCompressPictures--)| boolean | Specifies a boolean value that indicates the application automatically compressed pictures in the workbook. | | [removePersonalInformation](#removePersonalInformation--)| boolean | True if personal information can be removed from the specified workbook. | | [hidePivotFieldList](#hidePivotFieldList--)| boolean | Gets and sets whether hide the field list for the PivotTable. | +| [maxUniqueItemsPerField](#maxUniqueItemsPerField--)| number | Gets and set the limitation of unique items per field | | [updateLinksType](#updateLinksType--)| UpdateLinksType | Gets and sets how updates external links when the workbook is opened. | | [maxRow](#maxRow--)| number | Readonly. Gets the max row index, zero-based. | | [maxColumn](#maxColumn--)| number | Readonly. Gets the max column index, zero-based. | @@ -64,7 +65,7 @@ class WorkbookSettings; | [windowHeightInch](#windowHeightInch--)| number | The height of the window, in unit of inch. | | [windowHeightCM](#windowHeightCM--)| number | The height of the window, in unit of centimeter. | | [updateAdjacentCellsBorder](#updateAdjacentCellsBorder--)| boolean | Indicates whether update adjacent cells' border. | -| [significantDigits](#significantDigits--)| number | Gets and sets the number of significant digits. The default value is [CellsHelper.SignificantDigits](../cellshelper.significantdigits/). | +| [significantDigitsType](#significantDigitsType--)| SignificantDigitsType | Gets and sets the type of significant digits for outputing numeric values in this workbook. Default value is [CellsHelper.SignificantDigitsType](../cellshelper.significantdigitstype/). | | [checkCompatibility](#checkCompatibility--)| boolean | Indicates whether check compatibility with earlier versions when saving workbook. | | [checkExcelRestriction](#checkExcelRestriction--)| boolean | Whether check restriction of excel file when user modify cells related objects. For example, excel does not allow inputting string value longer than 32K. When you input a value longer than 32K such as by Cell.PutValue(string), if this property is true, you will get an Exception. If this property is false, we will accept your input string value as the cell's value so that later you can output the complete string value for other file formats such as CSV. However, if you have set such kind of value that is invalid for excel file format, you should not save the workbook as excel file format later. Otherwise there may be unexpected error for the generated excel file. | | [autoRecover](#autoRecover--)| boolean | Indicates whether the file is marked for auto-recovery. | @@ -403,6 +404,15 @@ hidePivotFieldList : boolean; ``` +### maxUniqueItemsPerField {#maxUniqueItemsPerField--} + +Gets and set the limitation of unique items per field + +```javascript +maxUniqueItemsPerField : number; +``` + + ### updateLinksType {#updateLinksType--} Gets and sets how updates external links when the workbook is opened. @@ -577,19 +587,15 @@ updateAdjacentCellsBorder : boolean; The default value is false. For example: the bottom border of the cell A1 is update, the top border of the cell A2 should be changed too. -### significantDigits {#significantDigits--} +### significantDigitsType {#significantDigitsType--} -Gets and sets the number of significant digits. The default value is [CellsHelper.SignificantDigits](../cellshelper.significantdigits/). +Gets and sets the type of significant digits for outputing numeric values in this workbook. Default value is [CellsHelper.SignificantDigitsType](../cellshelper.significantdigitstype/). ```javascript -significantDigits : number; +significantDigitsType : SignificantDigitsType; ``` -**Remarks** - -Only could be 15 or 17 now. - ### checkCompatibility {#checkCompatibility--} Indicates whether check compatibility with earlier versions when saving workbook. diff --git a/english/net/aspose.cells.charts/series/_index.md b/english/net/aspose.cells.charts/series/_index.md index 56ce4f04a6e..d7d765b1e1d 100644 --- a/english/net/aspose.cells.charts/series/_index.md +++ b/english/net/aspose.cells.charts/series/_index.md @@ -22,6 +22,8 @@ public class Series | [Border](../../aspose.cells.charts/series/border/) { get; } | Represents border of Series object. | | [BubbleScale](../../aspose.cells.charts/series/bubblescale/) { get; set; } | Gets or sets the scale factor for bubbles in the specified chart group. It can be an integer value from 0 (zero) to 300, corresponding to a percentage of the default size. Applies only to bubble charts. | | [BubbleSizes](../../aspose.cells.charts/series/bubblesizes/) { get; set; } | Gets or sets the bubble sizes values of the chart series. | +| [CachedCategoryValues](../../aspose.cells.charts/series/cachedcategoryvalues/) { get; } | (**Obsolete.**) Gets the cached category values for the series | +| [CachedValues](../../aspose.cells.charts/series/cachedvalues/) { get; } | (**Obsolete.**) Gets the cached values for the series | | [CountOfDataValues](../../aspose.cells.charts/series/countofdatavalues/) { get; } | Gets the number of the data values. | | [DataLabels](../../aspose.cells.charts/series/datalabels/) { get; } | Represents the DataLabels object for the specified ASeries. | | [DisplayName](../../aspose.cells.charts/series/displayname/) { get; } | Gets the series's name that displays on the chart graph. | diff --git a/english/net/aspose.cells.charts/series/cachedcategoryvalues/_index.md b/english/net/aspose.cells.charts/series/cachedcategoryvalues/_index.md new file mode 100644 index 00000000000..c27f4c8a38f --- /dev/null +++ b/english/net/aspose.cells.charts/series/cachedcategoryvalues/_index.md @@ -0,0 +1,28 @@ +--- +title: Series.CachedCategoryValues +second_title: Aspose.Cells for .NET API Reference +description: Series property. Gets the cached category values for the series +type: docs +url: /net/aspose.cells.charts/series/cachedcategoryvalues/ +--- +## Series.CachedCategoryValues property + +Gets the cached category values for the series + +```csharp +[Obsolete("internal use only")] +[EditorBrowsable(EditorBrowsableState.Never)] +public ArrayList CachedCategoryValues { get; } +``` + +### Remarks + +NOTE: This property is currently for internal use only. It will be changed or removed in next version. + +### See Also + +* class [Series](../) +* namespace [Aspose.Cells.Charts](../../../aspose.cells.charts/) +* assembly [Aspose.Cells](../../../) + + diff --git a/english/net/aspose.cells.charts/series/cachedvalues/_index.md b/english/net/aspose.cells.charts/series/cachedvalues/_index.md new file mode 100644 index 00000000000..b30bd565942 --- /dev/null +++ b/english/net/aspose.cells.charts/series/cachedvalues/_index.md @@ -0,0 +1,28 @@ +--- +title: Series.CachedValues +second_title: Aspose.Cells for .NET API Reference +description: Series property. Gets the cached values for the series +type: docs +url: /net/aspose.cells.charts/series/cachedvalues/ +--- +## Series.CachedValues property + +Gets the cached values for the series + +```csharp +[Obsolete("internal use only")] +[EditorBrowsable(EditorBrowsableState.Never)] +public ArrayList CachedValues { get; } +``` + +### Remarks + +NOTE: This property is currently for internal use only. It will be changed or removed in next version. + +### See Also + +* class [Series](../) +* namespace [Aspose.Cells.Charts](../../../aspose.cells.charts/) +* assembly [Aspose.Cells](../../../) + + diff --git a/english/net/aspose.cells.drawing.equations/equationcomponentnode/equals/_index.md b/english/net/aspose.cells.drawing.equations/equationcomponentnode/equals/_index.md index 4ccabbae95a..edff0b8f453 100644 --- a/english/net/aspose.cells.drawing.equations/equationcomponentnode/equals/_index.md +++ b/english/net/aspose.cells.drawing.equations/equationcomponentnode/equals/_index.md @@ -22,6 +22,8 @@ public override bool Equals(object obj) ```csharp namespace AsposeCellsExamples { + using Aspose.Cells; + using Aspose.Cells.Drawing; using Aspose.Cells.Drawing.Equations; using System; @@ -29,29 +31,32 @@ namespace AsposeCellsExamples { public static void Run() { - try - { - // Create two EquationComponentNode instances for comparison - // Since EquationComponentNode doesn't have a parameterless constructor, - // we'll use the base class's constructor or create them differently - EquationComponentNode node1 = null; - EquationComponentNode node2 = null; - - // Compare the nodes using Equals method - bool areEqual = node1?.Equals((object)node2) ?? false; - - // Display the comparison result - Console.WriteLine($"Nodes are equal: {areEqual}"); - - // Compare with a different object type - object nonNodeObject = new object(); - bool areEqualWithObject = node1?.Equals(nonNodeObject) ?? false; - Console.WriteLine($"Node equals generic object: {areEqualWithObject}"); - } - catch (Exception ex) - { - Console.WriteLine($"Error in Equals comparison: {ex.Message}"); - } + Workbook workbook = new Workbook(); + TextBox textBox = workbook.Worksheets[0].Shapes.AddEquation(3, 0, 3, 0, 100, 200); + + //test get mathnode + EquationNode mathNode = textBox.GetEquationParagraph().GetChild(0); + + //test insert Fraction + FractionEquationNode node = (FractionEquationNode)mathNode.AddChild(EquationNodeType.Fraction); + node.FractionType = EquationFractionType.Skewed; + + string str1 = "A"; + EquationComponentNode numerator = (EquationComponentNode)node.AddChild(EquationNodeType.Numerator); + TextRunEquationNode TR = (TextRunEquationNode)(numerator.AddChild(EquationNodeType.Text)); + TR.Text = str1; + + string str2 = "B"; + EquationComponentNode denominator = (EquationComponentNode)node.AddChild(EquationNodeType.Denominator); + TR = (TextRunEquationNode)(denominator.AddChild(EquationNodeType.Text)); + TR.Text = str2; + + // Compare the nodes using Equals method + bool areEqual = numerator?.Equals((object)denominator) ?? false; + + // Display the comparison result + Console.WriteLine($"Nodes are equal: {areEqual}"); + workbook.Save("EquationComponentNodeMethodEqualsWithObjectDemo.xlsx"); } } } diff --git a/english/net/aspose.cells.drawing.equations/subsupequationnode/equals/_index.md b/english/net/aspose.cells.drawing.equations/subsupequationnode/equals/_index.md index f94e7041f5a..3e0a31fd714 100644 --- a/english/net/aspose.cells.drawing.equations/subsupequationnode/equals/_index.md +++ b/english/net/aspose.cells.drawing.equations/subsupequationnode/equals/_index.md @@ -22,6 +22,8 @@ public override bool Equals(object obj) ```csharp namespace AsposeCellsExamples { + using Aspose.Cells.Drawing; + using Aspose.Cells; using Aspose.Cells.Drawing.Equations; using System; @@ -31,22 +33,82 @@ namespace AsposeCellsExamples { try { - // Create two SubSupEquationNode instances for comparison - // Since SubSupEquationNode doesn't have a parameterless constructor, - // we'll use the base class's constructor or create with minimal parameters - SubSupEquationNode node1 = (SubSupEquationNode)Activator.CreateInstance(typeof(SubSupEquationNode), nonPublic: true); - SubSupEquationNode node2 = (SubSupEquationNode)Activator.CreateInstance(typeof(SubSupEquationNode), nonPublic: true); + Workbook workbook = new Workbook(); + TextBox textBox = workbook.Worksheets[0].Shapes.AddEquation(3, 0, 3, 0, 100, 200); + + //test get mathnode + EquationNode mathNode = textBox.GetEquationParagraph().GetChild(0); + + string[] vals = new string[] { "A", "B", "C" }; + int[] vs = null; + EquationNode node = null; + for (int i = 0; i < 4; i++) + { + switch (i) + { + case 0: + node = mathNode.AddChild(EquationNodeType.Sub); + vs = new int[2] { 0, 1 }; + break; + case 1: + node = mathNode.AddChild(EquationNodeType.Sup); + vs = new int[2] { 0, 2 }; + break; + case 2: + node = mathNode.AddChild(EquationNodeType.SubSup); + vs = new int[3] { 0, 1, 2 }; + break; + case 3: + node = mathNode.AddChild(EquationNodeType.PreSubSup); + vs = new int[3] { 1, 2, 0 }; + break; + } + + foreach (var v in vs) + { + switch (v) + { + case 0: + EquationNode e = node.AddChild(EquationNodeType.Base); + TextRunEquationNode TR = (TextRunEquationNode)(e.AddChild(EquationNodeType.Text)); + TR.Text = vals[v]; + break; + case 1: + EquationNode sub = node.AddChild(EquationNodeType.Subscript); + TR = (TextRunEquationNode)(sub.AddChild(EquationNodeType.Text)); + TR.Text = vals[v]; + break; + case 2: + EquationNode sup = node.AddChild(EquationNodeType.Superscript); + TR = (TextRunEquationNode)(sup.AddChild(EquationNodeType.Text)); + TR.Text = vals[v]; + break; + } + } + } + + SubSupEquationNode node1 = (SubSupEquationNode)mathNode.GetChild(0); + SubSupEquationNode node2 = (SubSupEquationNode)mathNode.GetChild(1); + // Compare the nodes using Equals method bool areEqual = node1.Equals((object)node2); // Display the comparison result Console.WriteLine($"Are the nodes equal? {areEqual}"); - + + // Compare the nodes using Equals method + areEqual = node1.Equals((object)node1); + + // Display the comparison result + Console.WriteLine($"Are the nodes equal? {areEqual}"); + // Compare with a different object type object differentObject = new object(); bool areEqualWithObject = node1.Equals(differentObject); Console.WriteLine($"Is node equal to a generic object? {areEqualWithObject}"); + + workbook.Save("SubSupEquationNodeMethodEqualsWithObjectDemo.xlsx"); } catch (Exception ex) { diff --git a/english/net/aspose.cells.drawing/autoshapetype/_index.md b/english/net/aspose.cells.drawing/autoshapetype/_index.md index 23004e9b761..611e75d4b63 100644 --- a/english/net/aspose.cells.drawing/autoshapetype/_index.md +++ b/english/net/aspose.cells.drawing/autoshapetype/_index.md @@ -57,18 +57,18 @@ public enum AutoShapeType | CurvedConnector | `38` | | | CurvedConnector4 | `39` | | | CurvedConnector5 | `40` | | -| LineCalloutNoBorder2 | `41` | | -| LineCalloutNoBorder3 | `42` | | -| LineCalloutNoBorder4 | `43` | | -| LineCalloutWithAccentBar2 | `44` | | -| LineCalloutWithAccentBar3 | `45` | | -| LineCalloutWithAccentBar4 | `46` | | -| LineCalloutWithBorder2 | `47` | | -| LineCalloutWithBorder3 | `48` | | -| LineCalloutWithBorder4 | `49` | | -| LineCalloutWithBorderAndAccentBar2 | `50` | | -| LineCalloutWithBorderAndAccentBar3 | `51` | | -| LineCalloutWithBorderAndAccentBar4 | `52` | | +| 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. | +| 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. | +| 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. | +| 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. | +| 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. | +| 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. | +| 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. | +| 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. | +| 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. | +| 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. | +| 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. | +| 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. | | DownRibbon | `53` | | | UpRibbon | `54` | | | Chevron | `55` | | @@ -194,10 +194,10 @@ public enum AutoShapeType | TextCanDown | `175` | A text shape that is curved downwards as if being read on the side of a can. | | FlowChartAlternateProcess | `176` | | | FlowChartOffpageConnector | `177` | | -| LineCalloutNoBorder1 | `178` | | -| LineCalloutWithAccentBar1 | `179` | | -| LineCalloutWithBorder1 | `180` | | -| LineCalloutWithBorderAndAccentBar1 | `181` | | +| LineCalloutNoBorder1 | `178` | Specifies the "Line Callout 1(No Border)" type of the Ms Excel 97-2003 version. | +| LineCalloutWithAccentBar1 | `179` | Specifies the "Line Callout 1(Accent Bar)" type of the Ms Excel 97-2003 version. | +| LineCalloutWithBorder1 | `180` | Specifies the "Line Callout 1" type of the Ms Excel 97-2003 version. | +| LineCalloutWithBorderAndAccentBar1 | `181` | Specifies the "Line Callout 1(Border and Accent Bar)" type of the Ms Excel 97-2003 version. | | LeftRightUpArrow | `182` | | | Sun | `183` | | | Moon | `184` | | diff --git a/english/net/aspose.cells.gridjs/config/_index.md b/english/net/aspose.cells.gridjs/config/_index.md index 659f7f288b5..b442e68b92e 100644 --- a/english/net/aspose.cells.gridjs/config/_index.md +++ b/english/net/aspose.cells.gridjs/config/_index.md @@ -25,6 +25,7 @@ public class Config | --- | --- | | static [AutoOptimizeForLargeCells](../../aspose.cells.gridjs/config/autooptimizeforlargecells/) { get; set; } | Gets/Sets whether to automatically optimize the load performance for worksheet with large cells. it will ignore some style /borders to reduce the load time. the default value is true. | | static [BaseRouteName](../../aspose.cells.gridjs/config/baseroutename/) { get; set; } | Gets/Sets the base route name for GridJs controller URL. the default is "/GridJs2". | +| static [CustomPdfSaveOptions](../../aspose.cells.gridjs/config/custompdfsaveoptions/) { get; set; } | Gets/Sets the custom PdfSaveOptions for PDF export. If set, this will be used instead of the default options. the default value is null. | | static [EmptySheetMaxCol](../../aspose.cells.gridjs/config/emptysheetmaxcol/) { get; set; } | Gets/Sets default max column for an empty worksheet. the default value is 15. | | static [EmptySheetMaxRow](../../aspose.cells.gridjs/config/emptysheetmaxrow/) { get; set; } | Gets/Sets default max row for an empty worksheet. the default value is 12. | | static [FileCacheDirectory](../../aspose.cells.gridjs/config/filecachedirectory/) { get; set; } | Gets/Sets the cache directory for storing spreadsheet file. We need to set it to a specific path before we use GridJs. | diff --git a/english/net/aspose.cells.gridjs/config/custompdfsaveoptions/_index.md b/english/net/aspose.cells.gridjs/config/custompdfsaveoptions/_index.md new file mode 100644 index 00000000000..f7295240842 --- /dev/null +++ b/english/net/aspose.cells.gridjs/config/custompdfsaveoptions/_index.md @@ -0,0 +1,22 @@ +--- +title: Config.CustomPdfSaveOptions +second_title: Aspose.Cells for .NET API Reference +description: Config property. Gets/Sets the custom PdfSaveOptions for PDF export. If set this will be used instead of the default options. the default value is null +type: docs +url: /net/aspose.cells.gridjs/config/custompdfsaveoptions/ +--- +## Config.CustomPdfSaveOptions property + +Gets/Sets the custom PdfSaveOptions for PDF export. If set, this will be used instead of the default options. the default value is null. + +```csharp +public static PdfSaveOptions CustomPdfSaveOptions { get; set; } +``` + +### See Also + +* class [Config](../) +* namespace [Aspose.Cells.GridJs](../../../aspose.cells.gridjs/) +* assembly [Aspose.Cells.GridJs](../../../) + + diff --git a/english/net/aspose.cells.gridjs/gridjsoptions/_index.md b/english/net/aspose.cells.gridjs/gridjsoptions/_index.md index 1bd98307b6c..140f436be1d 100644 --- a/english/net/aspose.cells.gridjs/gridjsoptions/_index.md +++ b/english/net/aspose.cells.gridjs/gridjsoptions/_index.md @@ -25,6 +25,7 @@ public class GridJsOptions | --- | --- | | [AutoOptimizeForLargeCells](../../aspose.cells.gridjs/gridjsoptions/autooptimizeforlargecells/) { get; set; } | Gets/Sets whether to automatically optimize the load performance for worksheet with large cells. it will ignore some style /borders to reduce the load time. the default value is true. | | [BaseRouteName](../../aspose.cells.gridjs/gridjsoptions/baseroutename/) { get; set; } | Gets/Sets the route URL base name for GridJs controller.the default is GridJs2 | +| [CustomPdfSaveOptions](../../aspose.cells.gridjs/gridjsoptions/custompdfsaveoptions/) { get; set; } | Gets/Sets the custom PdfSaveOptions for PDF export. If set, this will be used instead of the default options. the default value is null. | | [EmptySheetMaxCol](../../aspose.cells.gridjs/gridjsoptions/emptysheetmaxcol/) { get; set; } | Gets/Sets default max column for an empty worksheet. the default value is 15. | | [EmptySheetMaxRow](../../aspose.cells.gridjs/gridjsoptions/emptysheetmaxrow/) { get; set; } | Gets/Sets default max row for an empty worksheet. the default value is 12. | | [FileCacheDirectory](../../aspose.cells.gridjs/gridjsoptions/filecachedirectory/) { get; set; } | Gets/Sets the cache directory for storing spreadsheet file. We need to set it to a specific path before we use GridJs. | diff --git a/english/net/aspose.cells.gridjs/gridjsoptions/custompdfsaveoptions/_index.md b/english/net/aspose.cells.gridjs/gridjsoptions/custompdfsaveoptions/_index.md new file mode 100644 index 00000000000..13df5d00cf5 --- /dev/null +++ b/english/net/aspose.cells.gridjs/gridjsoptions/custompdfsaveoptions/_index.md @@ -0,0 +1,22 @@ +--- +title: GridJsOptions.CustomPdfSaveOptions +second_title: Aspose.Cells for .NET API Reference +description: GridJsOptions property. Gets/Sets the custom PdfSaveOptions for PDF export. If set this will be used instead of the default options. the default value is null +type: docs +url: /net/aspose.cells.gridjs/gridjsoptions/custompdfsaveoptions/ +--- +## GridJsOptions.CustomPdfSaveOptions property + +Gets/Sets the custom PdfSaveOptions for PDF export. If set, this will be used instead of the default options. the default value is null. + +```csharp +public PdfSaveOptions CustomPdfSaveOptions { get; set; } +``` + +### See Also + +* class [GridJsOptions](../) +* namespace [Aspose.Cells.GridJs](../../../aspose.cells.gridjs/) +* assembly [Aspose.Cells.GridJs](../../../) + + diff --git a/english/net/aspose.cells.properties/customdocumentpropertycollection/_index.md b/english/net/aspose.cells.properties/customdocumentpropertycollection/_index.md index 3874f764640..4fffbc76bff 100644 --- a/english/net/aspose.cells.properties/customdocumentpropertycollection/_index.md +++ b/english/net/aspose.cells.properties/customdocumentpropertycollection/_index.md @@ -62,8 +62,8 @@ public class CustomDocumentPropertyCollection : DocumentPropertyCollection | [LastIndexOf](../../aspose.cells/collectionbase-1/lastindexof/)(DocumentProperty, int, int) | | | [Remove](../../aspose.cells.properties/documentpropertycollection/remove/)(string) | Removes a property with the specified name from the collection.(Inherited from [`DocumentPropertyCollection`](../documentpropertycollection/).) | | [RemoveAt](../../aspose.cells.properties/documentpropertycollection/removeat/)(int) | Removes a property at the specified index. (2 methods) | -| [UpdateLinkedPropertyValue](../../aspose.cells.properties/customdocumentpropertycollection/updatelinkedpropertyvalue/)() | Update custom document property value which links to content. | -| [UpdateLinkedRange](../../aspose.cells.properties/customdocumentpropertycollection/updatelinkedrange/)() | Update custom document property value to linked range. | +| [UpdateLinkedPropertyValue](../../aspose.cells.properties/customdocumentpropertycollection/updatelinkedpropertyvalue/)() | Updates values of all custom properties that are linked to content(use cell value of linked range to update value of custom property). | +| [UpdateLinkedRange](../../aspose.cells.properties/customdocumentpropertycollection/updatelinkedrange/)() | Updates all ranges that are linked to custom properties(use the value of custom document property to update cell value of linked range). | ### Remarks diff --git a/english/net/aspose.cells.properties/customdocumentpropertycollection/updatelinkedpropertyvalue/_index.md b/english/net/aspose.cells.properties/customdocumentpropertycollection/updatelinkedpropertyvalue/_index.md index 295fb8186f5..d7f0a32dffe 100644 --- a/english/net/aspose.cells.properties/customdocumentpropertycollection/updatelinkedpropertyvalue/_index.md +++ b/english/net/aspose.cells.properties/customdocumentpropertycollection/updatelinkedpropertyvalue/_index.md @@ -1,13 +1,13 @@ --- title: CustomDocumentPropertyCollection.UpdateLinkedPropertyValue second_title: Aspose.Cells for .NET API Reference -description: CustomDocumentPropertyCollection method. Update custom document property value which links to content +description: CustomDocumentPropertyCollection method. Updates values of all custom properties that are linked to contentuse cell value of linked range to update value of custom property type: docs url: /net/aspose.cells.properties/customdocumentpropertycollection/updatelinkedpropertyvalue/ --- ## CustomDocumentPropertyCollection.UpdateLinkedPropertyValue method -Update custom document property value which links to content. +Updates values of all custom properties that are linked to content(use cell value of linked range to update value of custom property). ```csharp public void UpdateLinkedPropertyValue() diff --git a/english/net/aspose.cells.properties/customdocumentpropertycollection/updatelinkedrange/_index.md b/english/net/aspose.cells.properties/customdocumentpropertycollection/updatelinkedrange/_index.md index 516347d7388..8d94823949c 100644 --- a/english/net/aspose.cells.properties/customdocumentpropertycollection/updatelinkedrange/_index.md +++ b/english/net/aspose.cells.properties/customdocumentpropertycollection/updatelinkedrange/_index.md @@ -1,13 +1,13 @@ --- title: CustomDocumentPropertyCollection.UpdateLinkedRange second_title: Aspose.Cells for .NET API Reference -description: CustomDocumentPropertyCollection method. Update custom document property value to linked range +description: CustomDocumentPropertyCollection method. Updates all ranges that are linked to custom propertiesuse the value of custom document property to update cell value of linked range type: docs url: /net/aspose.cells.properties/customdocumentpropertycollection/updatelinkedrange/ --- ## CustomDocumentPropertyCollection.UpdateLinkedRange method -Update custom document property value to linked range. +Updates all ranges that are linked to custom properties(use the value of custom document property to update cell value of linked range). ```csharp public void UpdateLinkedRange() diff --git a/english/net/aspose.cells/_index.md b/english/net/aspose.cells/_index.md index 160e2adc512..89d6bcf86d6 100644 --- a/english/net/aspose.cells/_index.md +++ b/english/net/aspose.cells/_index.md @@ -295,6 +295,7 @@ The **Aspose.Cells** namespace provides fundamental and base classes for generat | [SaveFormat](./saveformat/) | Represents the format in which the workbook is saved. | | [SheetType](./sheettype/) | Specifies the worksheet type. | | [ShiftType](./shifttype/) | Represent the shift options when deleting a range of cells. | +| [SignificantDigitsType](./significantdigitstype/) | Represents the type of significant digits for outputing numeric values. | | [SortOnType](./sortontype/) | Sorted value type. | | [SortOrder](./sortorder/) | Represents sort order for the data range. | | [StyleModifyFlag](./stylemodifyflag/) | The style modified flags. | diff --git a/english/net/aspose.cells/abstracttextloadoptions/_index.md b/english/net/aspose.cells/abstracttextloadoptions/_index.md index 49c6163632b..6c89d4d6480 100644 --- a/english/net/aspose.cells/abstracttextloadoptions/_index.md +++ b/english/net/aspose.cells/abstracttextloadoptions/_index.md @@ -21,8 +21,8 @@ public class AbstractTextLoadOptions : LoadOptions | [AutoFitterOptions](../../aspose.cells/loadoptions/autofitteroptions/) { get; set; } | Gets and sets the auto fitter options(Inherited from [`LoadOptions`](../loadoptions/).) | | [CheckDataValid](../../aspose.cells/loadoptions/checkdatavalid/) { get; set; } | Check whether data is valid in the template file.(Inherited from [`LoadOptions`](../loadoptions/).) | | [CheckExcelRestriction](../../aspose.cells/loadoptions/checkexcelrestriction/) { get; set; } | Whether check restriction of excel file when user modify cells related objects. For example, excel does not allow inputting string value longer than 32K. When you input a value longer than 32K such as by Cell.PutValue(string), if this property is true, you will get an Exception. If this property is false, we will accept your input string value as the cell's value so that later you can output the complete string value for other file formats such as CSV. However, if you have set such kind of value that is invalid for excel file format, you should not save the workbook as excel file format later. Otherwise there may be unexpected error for the generated excel file.(Inherited from [`LoadOptions`](../loadoptions/).) | -| [ConvertDateTimeData](../../aspose.cells/abstracttextloadoptions/convertdatetimedata/) { get; set; } | Gets or sets a value that indicates whether the string in text file is converted to date data. | -| [ConvertNumericData](../../aspose.cells/abstracttextloadoptions/convertnumericdata/) { get; set; } | Gets or sets a value that indicates whether the string in text file is converted to numeric data. | +| [ConvertDateTimeData](../../aspose.cells/abstracttextloadoptions/convertdatetimedata/) { get; set; } | Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. | +| [ConvertNumericData](../../aspose.cells/abstracttextloadoptions/convertnumericdata/) { get; set; } | Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. | | [CultureInfo](../../aspose.cells/loadoptions/cultureinfo/) { get; set; } | Gets or sets the regional settings used for the Workbook that will be loaded.(Inherited from [`LoadOptions`](../loadoptions/).) | | [DefaultStyleSettings](../../aspose.cells/loadoptions/defaultstylesettings/) { get; } | Gets the default style settings for initializing styles of the workbook(Inherited from [`LoadOptions`](../loadoptions/).) | | [Encoding](../../aspose.cells/abstracttextloadoptions/encoding/) { get; set; } | Gets and sets the default encoding. Only applies for csv file. | diff --git a/english/net/aspose.cells/abstracttextloadoptions/convertdatetimedata/_index.md b/english/net/aspose.cells/abstracttextloadoptions/convertdatetimedata/_index.md index db978c33746..6785d0ad97f 100644 --- a/english/net/aspose.cells/abstracttextloadoptions/convertdatetimedata/_index.md +++ b/english/net/aspose.cells/abstracttextloadoptions/convertdatetimedata/_index.md @@ -1,13 +1,13 @@ --- title: AbstractTextLoadOptions.ConvertDateTimeData second_title: Aspose.Cells for .NET API Reference -description: AbstractTextLoadOptions property. Gets or sets a value that indicates whether the string in text file is converted to date data +description: AbstractTextLoadOptions property. Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true type: docs url: /net/aspose.cells/abstracttextloadoptions/convertdatetimedata/ --- ## AbstractTextLoadOptions.ConvertDateTimeData property -Gets or sets a value that indicates whether the string in text file is converted to date data. +Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. ```csharp public bool ConvertDateTimeData { get; set; } diff --git a/english/net/aspose.cells/abstracttextloadoptions/convertnumericdata/_index.md b/english/net/aspose.cells/abstracttextloadoptions/convertnumericdata/_index.md index 53115a4d98b..2d1f7e9421c 100644 --- a/english/net/aspose.cells/abstracttextloadoptions/convertnumericdata/_index.md +++ b/english/net/aspose.cells/abstracttextloadoptions/convertnumericdata/_index.md @@ -1,13 +1,13 @@ --- title: AbstractTextLoadOptions.ConvertNumericData second_title: Aspose.Cells for .NET API Reference -description: AbstractTextLoadOptions property. Gets or sets a value that indicates whether the string in text file is converted to numeric data +description: AbstractTextLoadOptions property. Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true type: docs url: /net/aspose.cells/abstracttextloadoptions/convertnumericdata/ --- ## AbstractTextLoadOptions.ConvertNumericData property -Gets or sets a value that indicates whether the string in text file is converted to numeric data. +Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. ```csharp public bool ConvertNumericData { get; set; } diff --git a/english/net/aspose.cells/calculationoptions/_index.md b/english/net/aspose.cells/calculationoptions/_index.md index 09ce3496b00..ff4b73b34ac 100644 --- a/english/net/aspose.cells/calculationoptions/_index.md +++ b/english/net/aspose.cells/calculationoptions/_index.md @@ -31,6 +31,8 @@ public class CalculationOptions | [LinkedDataSources](../../aspose.cells/calculationoptions/linkeddatasources/) { get; set; } | Specifies the data sources for external links used in formulas. | | [PrecisionStrategy](../../aspose.cells/calculationoptions/precisionstrategy/) { get; set; } | Specifies the strategy for processing precision of calculation. | | [Recursive](../../aspose.cells/calculationoptions/recursive/) { get; set; } | Indicates whether calculate the dependent cells recursively when calculating one cell and it depends on other cells. The default value is true. | +| [RefreshDynamicArrayFormula](../../aspose.cells/calculationoptions/refreshdynamicarrayformula/) { get; set; } | Indicates whether dynamic array formulas should be refreshed before calculating formulas. | +| [UserSpecifiedRefreshDynamicArrayFormula](../../aspose.cells/calculationoptions/userspecifiedrefreshdynamicarrayformula/) { get; } | Indicates whether user has explicitly specified the behavior of refreshing dynamic array formulas before calculating specified formulas. | ### Examples diff --git a/english/net/aspose.cells/calculationoptions/refreshdynamicarrayformula/_index.md b/english/net/aspose.cells/calculationoptions/refreshdynamicarrayformula/_index.md new file mode 100644 index 00000000000..b0830fad647 --- /dev/null +++ b/english/net/aspose.cells/calculationoptions/refreshdynamicarrayformula/_index.md @@ -0,0 +1,26 @@ +--- +title: CalculationOptions.RefreshDynamicArrayFormula +second_title: Aspose.Cells for .NET API Reference +description: CalculationOptions property. Indicates whether dynamic array formulas should be refreshed before calculating formulas +type: docs +url: /net/aspose.cells/calculationoptions/refreshdynamicarrayformula/ +--- +## CalculationOptions.RefreshDynamicArrayFormula property + +Indicates whether dynamic array formulas should be refreshed before calculating formulas. + +```csharp +public bool RefreshDynamicArrayFormula { get; set; } +``` + +### Remarks + +If this property has been specified explicitly, then the specified value will be used to determine whether refresh dynamic array formulas. Otherwise([`UserSpecifiedRefreshDynamicArrayFormula`](../userspecifiedrefreshdynamicarrayformula/) 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 [`CalculateFormula`](../../workbook/calculateformula/), this property will be taken as true. For other cases, such as [`Calculate`](../../cell/calculate/) or [`CalculateFormula`](../../worksheet/calculateformula/), this property will be taken as false. + +### See Also + +* class [CalculationOptions](../) +* namespace [Aspose.Cells](../../../aspose.cells/) +* assembly [Aspose.Cells](../../../) + + diff --git a/english/net/aspose.cells/calculationoptions/userspecifiedrefreshdynamicarrayformula/_index.md b/english/net/aspose.cells/calculationoptions/userspecifiedrefreshdynamicarrayformula/_index.md new file mode 100644 index 00000000000..a9f2b75fe3a --- /dev/null +++ b/english/net/aspose.cells/calculationoptions/userspecifiedrefreshdynamicarrayformula/_index.md @@ -0,0 +1,22 @@ +--- +title: CalculationOptions.UserSpecifiedRefreshDynamicArrayFormula +second_title: Aspose.Cells for .NET API Reference +description: CalculationOptions property. Indicates whether user has explicitly specified the behavior of refreshing dynamic array formulas before calculating specified formulas +type: docs +url: /net/aspose.cells/calculationoptions/userspecifiedrefreshdynamicarrayformula/ +--- +## CalculationOptions.UserSpecifiedRefreshDynamicArrayFormula property + +Indicates whether user has explicitly specified the behavior of refreshing dynamic array formulas before calculating specified formulas. + +```csharp +public bool UserSpecifiedRefreshDynamicArrayFormula { get; } +``` + +### See Also + +* class [CalculationOptions](../) +* namespace [Aspose.Cells](../../../aspose.cells/) +* assembly [Aspose.Cells](../../../) + + diff --git a/english/net/aspose.cells/cellshelper/_index.md b/english/net/aspose.cells/cellshelper/_index.md index a18cb965d9d..247ca1b6d30 100644 --- a/english/net/aspose.cells/cellshelper/_index.md +++ b/english/net/aspose.cells/cellshelper/_index.md @@ -22,7 +22,8 @@ public class CellsHelper | static [DPI](../../aspose.cells/cellshelper/dpi/) { get; set; } | Gets the DPI of the machine. | | static [IsCloudPlatform](../../aspose.cells/cellshelper/iscloudplatform/) { get; set; } | Please set this property True when running on a cloud platform, such as: Azure, AWSLambda, etc, | | static [LibraryPath](../../aspose.cells/cellshelper/librarypath/) { get; set; } | Gets or sets the library path which is referred to by some external formula references. | -| static [SignificantDigits](../../aspose.cells/cellshelper/significantdigits/) { get; set; } | Gets and sets the number of significant digits. The default value is 17. | +| static [SignificantDigits](../../aspose.cells/cellshelper/significantdigits/) { get; set; } | (**Obsolete.**) Gets and sets the number of significant digits. The default value is 17. | +| static [SignificantDigitsType](../../aspose.cells/cellshelper/significantdigitstype/) { get; set; } | Gets and sets the default type of significant digits for outputing numeric values. Default value is G17. | | static [StartupPath](../../aspose.cells/cellshelper/startuppath/) { get; set; } | Gets or sets the startup path, which is referred to by some external formula references. | ## Methods diff --git a/english/net/aspose.cells/cellshelper/significantdigits/_index.md b/english/net/aspose.cells/cellshelper/significantdigits/_index.md index d4b9c3a1770..3f3818de221 100644 --- a/english/net/aspose.cells/cellshelper/significantdigits/_index.md +++ b/english/net/aspose.cells/cellshelper/significantdigits/_index.md @@ -10,12 +10,14 @@ url: /net/aspose.cells/cellshelper/significantdigits/ Gets and sets the number of significant digits. The default value is 17. ```csharp +[Obsolete("Use SignificantDigitsType property instead.")] +[EditorBrowsable(EditorBrowsableState.Never)] public static int SignificantDigits { get; set; } ``` ### Remarks -Only could be 15 or 17 now. +Only could be 15 or 17 now. NOTE: This member is now obsolete. Instead, please use [`SignificantDigitsType`](../significantdigitstype/). This property will be removed 12 months later since June 2025. Aspose apologizes for any inconvenience you may have experienced. ### Examples diff --git a/english/net/aspose.cells/cellshelper/significantdigitstype/_index.md b/english/net/aspose.cells/cellshelper/significantdigitstype/_index.md new file mode 100644 index 00000000000..f1aaba680f9 --- /dev/null +++ b/english/net/aspose.cells/cellshelper/significantdigitstype/_index.md @@ -0,0 +1,23 @@ +--- +title: CellsHelper.SignificantDigitsType +second_title: Aspose.Cells for .NET API Reference +description: CellsHelper property. Gets and sets the default type of significant digits for outputing numeric values. Default value is G17 +type: docs +url: /net/aspose.cells/cellshelper/significantdigitstype/ +--- +## CellsHelper.SignificantDigitsType property + +Gets and sets the default type of significant digits for outputing numeric values. Default value is G17. + +```csharp +public static SignificantDigitsType SignificantDigitsType { get; set; } +``` + +### See Also + +* enum [SignificantDigitsType](../../significantdigitstype/) +* class [CellsHelper](../) +* namespace [Aspose.Cells](../../../aspose.cells/) +* assembly [Aspose.Cells](../../../) + + diff --git a/english/net/aspose.cells/ebookloadoptions/_index.md b/english/net/aspose.cells/ebookloadoptions/_index.md index 8783e5bc5bc..ecca81e74d9 100644 --- a/english/net/aspose.cells/ebookloadoptions/_index.md +++ b/english/net/aspose.cells/ebookloadoptions/_index.md @@ -30,9 +30,9 @@ public class EbookLoadOptions : HtmlLoadOptions | [AutoFitterOptions](../../aspose.cells/loadoptions/autofitteroptions/) { get; set; } | Gets and sets the auto fitter options(Inherited from [`LoadOptions`](../loadoptions/).) | | [CheckDataValid](../../aspose.cells/loadoptions/checkdatavalid/) { get; set; } | Check whether data is valid in the template file.(Inherited from [`LoadOptions`](../loadoptions/).) | | [CheckExcelRestriction](../../aspose.cells/loadoptions/checkexcelrestriction/) { get; set; } | Whether check restriction of excel file when user modify cells related objects. For example, excel does not allow inputting string value longer than 32K. When you input a value longer than 32K such as by Cell.PutValue(string), if this property is true, you will get an Exception. If this property is false, we will accept your input string value as the cell's value so that later you can output the complete string value for other file formats such as CSV. However, if you have set such kind of value that is invalid for excel file format, you should not save the workbook as excel file format later. Otherwise there may be unexpected error for the generated excel file.(Inherited from [`LoadOptions`](../loadoptions/).) | -| [ConvertDateTimeData](../../aspose.cells/abstracttextloadoptions/convertdatetimedata/) { get; set; } | Gets or sets a value that indicates whether the string in text file is converted to date data.(Inherited from [`AbstractTextLoadOptions`](../abstracttextloadoptions/).) | +| [ConvertDateTimeData](../../aspose.cells/abstracttextloadoptions/convertdatetimedata/) { get; set; } | Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true.(Inherited from [`AbstractTextLoadOptions`](../abstracttextloadoptions/).) | | [ConvertFormulasData](../../aspose.cells/htmlloadoptions/convertformulasdata/) { get; set; } | (**Obsolete.**) if true, convert string to formula when string value starts with character '=',the default value is false.(Inherited from [`HtmlLoadOptions`](../htmlloadoptions/).) | -| [ConvertNumericData](../../aspose.cells/abstracttextloadoptions/convertnumericdata/) { get; set; } | Gets or sets a value that indicates whether the string in text file is converted to numeric data.(Inherited from [`AbstractTextLoadOptions`](../abstracttextloadoptions/).) | +| [ConvertNumericData](../../aspose.cells/abstracttextloadoptions/convertnumericdata/) { get; set; } | Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true.(Inherited from [`AbstractTextLoadOptions`](../abstracttextloadoptions/).) | | [CultureInfo](../../aspose.cells/loadoptions/cultureinfo/) { get; set; } | Gets or sets the regional settings used for the Workbook that will be loaded.(Inherited from [`LoadOptions`](../loadoptions/).) | | [DefaultStyleSettings](../../aspose.cells/loadoptions/defaultstylesettings/) { get; } | Gets the default style settings for initializing styles of the workbook(Inherited from [`LoadOptions`](../loadoptions/).) | | [DeleteRedundantSpaces](../../aspose.cells/htmlloadoptions/deleteredundantspaces/) { get; set; } | Indicates whether delete redundant spaces when the text wraps lines using `
` tag. The default value is false.(Inherited from [`HtmlLoadOptions`](../htmlloadoptions/).) | diff --git a/english/net/aspose.cells/htmlloadoptions/_index.md b/english/net/aspose.cells/htmlloadoptions/_index.md index 783b19693ef..83a4bc47b63 100644 --- a/english/net/aspose.cells/htmlloadoptions/_index.md +++ b/english/net/aspose.cells/htmlloadoptions/_index.md @@ -30,9 +30,9 @@ public class HtmlLoadOptions : AbstractTextLoadOptions | [AutoFitterOptions](../../aspose.cells/loadoptions/autofitteroptions/) { get; set; } | Gets and sets the auto fitter options(Inherited from [`LoadOptions`](../loadoptions/).) | | [CheckDataValid](../../aspose.cells/loadoptions/checkdatavalid/) { get; set; } | Check whether data is valid in the template file.(Inherited from [`LoadOptions`](../loadoptions/).) | | [CheckExcelRestriction](../../aspose.cells/loadoptions/checkexcelrestriction/) { get; set; } | Whether check restriction of excel file when user modify cells related objects. For example, excel does not allow inputting string value longer than 32K. When you input a value longer than 32K such as by Cell.PutValue(string), if this property is true, you will get an Exception. If this property is false, we will accept your input string value as the cell's value so that later you can output the complete string value for other file formats such as CSV. However, if you have set such kind of value that is invalid for excel file format, you should not save the workbook as excel file format later. Otherwise there may be unexpected error for the generated excel file.(Inherited from [`LoadOptions`](../loadoptions/).) | -| [ConvertDateTimeData](../../aspose.cells/abstracttextloadoptions/convertdatetimedata/) { get; set; } | Gets or sets a value that indicates whether the string in text file is converted to date data.(Inherited from [`AbstractTextLoadOptions`](../abstracttextloadoptions/).) | +| [ConvertDateTimeData](../../aspose.cells/abstracttextloadoptions/convertdatetimedata/) { get; set; } | Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true.(Inherited from [`AbstractTextLoadOptions`](../abstracttextloadoptions/).) | | [ConvertFormulasData](../../aspose.cells/htmlloadoptions/convertformulasdata/) { get; set; } | (**Obsolete.**) if true, convert string to formula when string value starts with character '=',the default value is false. | -| [ConvertNumericData](../../aspose.cells/abstracttextloadoptions/convertnumericdata/) { get; set; } | Gets or sets a value that indicates whether the string in text file is converted to numeric data.(Inherited from [`AbstractTextLoadOptions`](../abstracttextloadoptions/).) | +| [ConvertNumericData](../../aspose.cells/abstracttextloadoptions/convertnumericdata/) { get; set; } | Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true.(Inherited from [`AbstractTextLoadOptions`](../abstracttextloadoptions/).) | | [CultureInfo](../../aspose.cells/loadoptions/cultureinfo/) { get; set; } | Gets or sets the regional settings used for the Workbook that will be loaded.(Inherited from [`LoadOptions`](../loadoptions/).) | | [DefaultStyleSettings](../../aspose.cells/loadoptions/defaultstylesettings/) { get; } | Gets the default style settings for initializing styles of the workbook(Inherited from [`LoadOptions`](../loadoptions/).) | | [DeleteRedundantSpaces](../../aspose.cells/htmlloadoptions/deleteredundantspaces/) { get; set; } | Indicates whether delete redundant spaces when the text wraps lines using `
` tag. The default value is false. | diff --git a/english/net/aspose.cells/markdownloadoptions/_index.md b/english/net/aspose.cells/markdownloadoptions/_index.md index 98c4f0f4cfa..12d69bb01c4 100644 --- a/english/net/aspose.cells/markdownloadoptions/_index.md +++ b/english/net/aspose.cells/markdownloadoptions/_index.md @@ -27,8 +27,8 @@ public class MarkdownLoadOptions : AbstractTextLoadOptions | [AutoFitterOptions](../../aspose.cells/loadoptions/autofitteroptions/) { get; set; } | Gets and sets the auto fitter options(Inherited from [`LoadOptions`](../loadoptions/).) | | [CheckDataValid](../../aspose.cells/loadoptions/checkdatavalid/) { get; set; } | Check whether data is valid in the template file.(Inherited from [`LoadOptions`](../loadoptions/).) | | [CheckExcelRestriction](../../aspose.cells/loadoptions/checkexcelrestriction/) { get; set; } | Whether check restriction of excel file when user modify cells related objects. For example, excel does not allow inputting string value longer than 32K. When you input a value longer than 32K such as by Cell.PutValue(string), if this property is true, you will get an Exception. If this property is false, we will accept your input string value as the cell's value so that later you can output the complete string value for other file formats such as CSV. However, if you have set such kind of value that is invalid for excel file format, you should not save the workbook as excel file format later. Otherwise there may be unexpected error for the generated excel file.(Inherited from [`LoadOptions`](../loadoptions/).) | -| [ConvertDateTimeData](../../aspose.cells/abstracttextloadoptions/convertdatetimedata/) { get; set; } | Gets or sets a value that indicates whether the string in text file is converted to date data.(Inherited from [`AbstractTextLoadOptions`](../abstracttextloadoptions/).) | -| [ConvertNumericData](../../aspose.cells/abstracttextloadoptions/convertnumericdata/) { get; set; } | Gets or sets a value that indicates whether the string in text file is converted to numeric data.(Inherited from [`AbstractTextLoadOptions`](../abstracttextloadoptions/).) | +| [ConvertDateTimeData](../../aspose.cells/abstracttextloadoptions/convertdatetimedata/) { get; set; } | Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true.(Inherited from [`AbstractTextLoadOptions`](../abstracttextloadoptions/).) | +| [ConvertNumericData](../../aspose.cells/abstracttextloadoptions/convertnumericdata/) { get; set; } | Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true.(Inherited from [`AbstractTextLoadOptions`](../abstracttextloadoptions/).) | | [CultureInfo](../../aspose.cells/loadoptions/cultureinfo/) { get; set; } | Gets or sets the regional settings used for the Workbook that will be loaded.(Inherited from [`LoadOptions`](../loadoptions/).) | | [DefaultStyleSettings](../../aspose.cells/loadoptions/defaultstylesettings/) { get; } | Gets the default style settings for initializing styles of the workbook(Inherited from [`LoadOptions`](../loadoptions/).) | | [Encoding](../../aspose.cells/abstracttextloadoptions/encoding/) { get; set; } | Gets and sets the default encoding. Only applies for csv file.(Inherited from [`AbstractTextLoadOptions`](../abstracttextloadoptions/).) | diff --git a/english/net/aspose.cells/markdownsaveoptions/_index.md b/english/net/aspose.cells/markdownsaveoptions/_index.md index 91843d9b932..62fc04bfc9d 100644 --- a/english/net/aspose.cells/markdownsaveoptions/_index.md +++ b/english/net/aspose.cells/markdownsaveoptions/_index.md @@ -31,7 +31,7 @@ public class MarkdownSaveOptions : SaveOptions | [CreateDirectory](../../aspose.cells/saveoptions/createdirectory/) { get; set; } | If true and the directory does not exist, the directory will be automatically created before saving the file.(Inherited from [`SaveOptions`](../saveoptions/).) | | [Encoding](../../aspose.cells/markdownsaveoptions/encoding/) { get; set; } | Gets and sets the default encoding. | | [EncryptDocumentProperties](../../aspose.cells/saveoptions/encryptdocumentproperties/) { get; set; } | Indicates whether encrypt document properties when saving as .xls file. The default value is true.(Inherited from [`SaveOptions`](../saveoptions/).) | -| [ExportHyperlinkAsReference](../../aspose.cells/markdownsaveoptions/exporthyperlinkasreference/) { get; set; } | Exports hyperlink using reference definitions instead of inline format. The default value is false. | +| [ExportHyperlinkAsReference](../../aspose.cells/markdownsaveoptions/exporthyperlinkasreference/) { get; set; } | Indicates whether to export hyperlink using reference definitions instead of inline format. The default value is false. | | [ExportImagesAsBase64](../../aspose.cells/markdownsaveoptions/exportimagesasbase64/) { get; set; } | Specifies whether images are saved in Base64 format to Markdown. The default value is true. | | [FormatStrategy](../../aspose.cells/markdownsaveoptions/formatstrategy/) { get; set; } | Gets and sets the format strategy when exporting the cell value as string. | | [ImageOptions](../../aspose.cells/markdownsaveoptions/imageoptions/) { get; } | Get the ImageOrPrintOptions object before exporting | @@ -43,6 +43,7 @@ public class MarkdownSaveOptions : SaveOptions | [SheetSet](../../aspose.cells/markdownsaveoptions/sheetset/) { get; set; } | Gets or sets the sheets to render. Default is all visible sheets in the workbook: [`Active`](../../aspose.cells.rendering/sheetset/active/). | | [SortExternalNames](../../aspose.cells/saveoptions/sortexternalnames/) { get; set; } | Indicates whether sorting external defined names before saving file.(Inherited from [`SaveOptions`](../saveoptions/).) | | [SortNames](../../aspose.cells/saveoptions/sortnames/) { get; set; } | Indicates whether sorting defined names before saving file.(Inherited from [`SaveOptions`](../saveoptions/).) | +| [SplitTablesByBlankRow](../../aspose.cells/markdownsaveoptions/splittablesbyblankrow/) { get; set; } | Indicates whether blank rows in the worksheet should be treated as table separators when exporting to Markdown. The default value is false. | | [StreamProvider](../../aspose.cells/markdownsaveoptions/streamprovider/) { get; set; } | Gets or sets the IStreamProvider for exporting objects. If `null`, the exported objects will be saved to the same directory as the output file. | | [TableHeaderType](../../aspose.cells/markdownsaveoptions/tableheadertype/) { get; set; } | Gets and sets how set the header of the table. | | [UpdateSmartArt](../../aspose.cells/saveoptions/updatesmartart/) { get; set; } | Indicates whether updating smart art setting. The default value is false.(Inherited from [`SaveOptions`](../saveoptions/).) | diff --git a/english/net/aspose.cells/markdownsaveoptions/exporthyperlinkasreference/_index.md b/english/net/aspose.cells/markdownsaveoptions/exporthyperlinkasreference/_index.md index 990223b784b..cd14bba23a3 100644 --- a/english/net/aspose.cells/markdownsaveoptions/exporthyperlinkasreference/_index.md +++ b/english/net/aspose.cells/markdownsaveoptions/exporthyperlinkasreference/_index.md @@ -1,13 +1,13 @@ --- title: MarkdownSaveOptions.ExportHyperlinkAsReference second_title: Aspose.Cells for .NET API Reference -description: MarkdownSaveOptions property. Exports hyperlink using reference definitions instead of inline format. The default value is false +description: MarkdownSaveOptions property. Indicates whether to export hyperlink using reference definitions instead of inline format. The default value is false type: docs url: /net/aspose.cells/markdownsaveoptions/exporthyperlinkasreference/ --- ## MarkdownSaveOptions.ExportHyperlinkAsReference property -Exports hyperlink using reference definitions instead of inline format. The default value is false. +Indicates whether to export hyperlink using reference definitions instead of inline format. The default value is false. ```csharp public bool ExportHyperlinkAsReference { get; set; } diff --git a/english/net/aspose.cells/markdownsaveoptions/splittablesbyblankrow/_index.md b/english/net/aspose.cells/markdownsaveoptions/splittablesbyblankrow/_index.md new file mode 100644 index 00000000000..dd36e0e8d9b --- /dev/null +++ b/english/net/aspose.cells/markdownsaveoptions/splittablesbyblankrow/_index.md @@ -0,0 +1,22 @@ +--- +title: MarkdownSaveOptions.SplitTablesByBlankRow +second_title: Aspose.Cells for .NET API Reference +description: MarkdownSaveOptions property. Indicates whether blank rows in the worksheet should be treated as table separators when exporting to Markdown. The default value is false +type: docs +url: /net/aspose.cells/markdownsaveoptions/splittablesbyblankrow/ +--- +## MarkdownSaveOptions.SplitTablesByBlankRow property + +Indicates whether blank rows in the worksheet should be treated as table separators when exporting to Markdown. The default value is false. + +```csharp +public bool SplitTablesByBlankRow { get; set; } +``` + +### See Also + +* class [MarkdownSaveOptions](../) +* namespace [Aspose.Cells](../../../aspose.cells/) +* assembly [Aspose.Cells](../../../) + + diff --git a/english/net/aspose.cells/significantdigitstype/_index.md b/english/net/aspose.cells/significantdigitstype/_index.md new file mode 100644 index 00000000000..ec317e99a57 --- /dev/null +++ b/english/net/aspose.cells/significantdigitstype/_index.md @@ -0,0 +1,29 @@ +--- +title: Enum SignificantDigitsType +second_title: Aspose.Cells for .NET API Reference +description: Aspose.Cells.SignificantDigitsType enum. Represents the type of significant digits for outputing numeric values +type: docs +url: /net/aspose.cells/significantdigitstype/ +--- +## SignificantDigitsType enumeration + +Represents the type of significant digits for outputing numeric values. + +```csharp +public enum SignificantDigitsType +``` + +### Values + +| Name | Value | Description | +| --- | --- | --- | +| Digits15 | `0` | 15-digits | +| G17 | `1` | 17-digits by formatting the value with "G17". | +| Rounding17 | `2` | 17-digits by rounding the value. | + +### See Also + +* namespace [Aspose.Cells](../../aspose.cells/) +* assembly [Aspose.Cells](../../) + + diff --git a/english/net/aspose.cells/txtloadoptions/_index.md b/english/net/aspose.cells/txtloadoptions/_index.md index fbd13e56e01..7403d6213b3 100644 --- a/english/net/aspose.cells/txtloadoptions/_index.md +++ b/english/net/aspose.cells/txtloadoptions/_index.md @@ -28,8 +28,8 @@ public class TxtLoadOptions : AbstractTextLoadOptions | [AutoFitterOptions](../../aspose.cells/loadoptions/autofitteroptions/) { get; set; } | Gets and sets the auto fitter options(Inherited from [`LoadOptions`](../loadoptions/).) | | [CheckDataValid](../../aspose.cells/loadoptions/checkdatavalid/) { get; set; } | Check whether data is valid in the template file.(Inherited from [`LoadOptions`](../loadoptions/).) | | [CheckExcelRestriction](../../aspose.cells/loadoptions/checkexcelrestriction/) { get; set; } | Whether check restriction of excel file when user modify cells related objects. For example, excel does not allow inputting string value longer than 32K. When you input a value longer than 32K such as by Cell.PutValue(string), if this property is true, you will get an Exception. If this property is false, we will accept your input string value as the cell's value so that later you can output the complete string value for other file formats such as CSV. However, if you have set such kind of value that is invalid for excel file format, you should not save the workbook as excel file format later. Otherwise there may be unexpected error for the generated excel file.(Inherited from [`LoadOptions`](../loadoptions/).) | -| [ConvertDateTimeData](../../aspose.cells/abstracttextloadoptions/convertdatetimedata/) { get; set; } | Gets or sets a value that indicates whether the string in text file is converted to date data.(Inherited from [`AbstractTextLoadOptions`](../abstracttextloadoptions/).) | -| [ConvertNumericData](../../aspose.cells/abstracttextloadoptions/convertnumericdata/) { get; set; } | Gets or sets a value that indicates whether the string in text file is converted to numeric data.(Inherited from [`AbstractTextLoadOptions`](../abstracttextloadoptions/).) | +| [ConvertDateTimeData](../../aspose.cells/abstracttextloadoptions/convertdatetimedata/) { get; set; } | Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true.(Inherited from [`AbstractTextLoadOptions`](../abstracttextloadoptions/).) | +| [ConvertNumericData](../../aspose.cells/abstracttextloadoptions/convertnumericdata/) { get; set; } | Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true.(Inherited from [`AbstractTextLoadOptions`](../abstracttextloadoptions/).) | | [CultureInfo](../../aspose.cells/loadoptions/cultureinfo/) { get; set; } | Gets or sets the regional settings used for the Workbook that will be loaded.(Inherited from [`LoadOptions`](../loadoptions/).) | | [DefaultStyleSettings](../../aspose.cells/loadoptions/defaultstylesettings/) { get; } | Gets the default style settings for initializing styles of the workbook(Inherited from [`LoadOptions`](../loadoptions/).) | | [Encoding](../../aspose.cells/abstracttextloadoptions/encoding/) { get; set; } | Gets and sets the default encoding. Only applies for csv file.(Inherited from [`AbstractTextLoadOptions`](../abstracttextloadoptions/).) | diff --git a/english/net/aspose.cells/workbook/getmatchingcolor/_index.md b/english/net/aspose.cells/workbook/getmatchingcolor/_index.md index 0d16e6504d9..2c1c338b77e 100644 --- a/english/net/aspose.cells/workbook/getmatchingcolor/_index.md +++ b/english/net/aspose.cells/workbook/getmatchingcolor/_index.md @@ -21,6 +21,10 @@ public Color GetMatchingColor(Color rawColor) Best matching color. +### Remarks + +There are only 56 colors in the color palette in Excel 97-2003. If the color is not in the palette, the similar color will be set. + ### Examples ```csharp diff --git a/english/net/aspose.cells/workbook/save/_index.md b/english/net/aspose.cells/workbook/save/_index.md index a44bbdae7d1..f6d7184f480 100644 --- a/english/net/aspose.cells/workbook/save/_index.md +++ b/english/net/aspose.cells/workbook/save/_index.md @@ -222,6 +222,10 @@ public void Save(HttpResponse response, string fileName, ContentDisposition cont | contentDisposition | ContentDisposition | The content disposition type. | | saveOptions | SaveOptions | The save options. | +### Remarks + +This method is avaiable for net4.x versions only. + ### See Also * enum [ContentDisposition](../../contentdisposition/) @@ -249,6 +253,10 @@ public void Save(HttpResponse response, string fileName, ContentDisposition cont | saveOptions | SaveOptions | The save options. | | enableHttpCompression | Boolean | whether http compression is to be used | +### Remarks + +This method is avaiable for net4.x versions only. + ### See Also * enum [ContentDisposition](../../contentdisposition/) diff --git a/english/net/aspose.cells/workbooksettings/_index.md b/english/net/aspose.cells/workbooksettings/_index.md index 4a2c4bf89e3..7355ce26967 100644 --- a/english/net/aspose.cells/workbooksettings/_index.md +++ b/english/net/aspose.cells/workbooksettings/_index.md @@ -49,6 +49,7 @@ public class WorkbookSettings : IDisposable | [MaxColumn](../../aspose.cells/workbooksettings/maxcolumn/) { get; } | Gets the max column index, zero-based. | | [MaxRow](../../aspose.cells/workbooksettings/maxrow/) { get; } | Gets the max row index, zero-based. | | [MaxRowsOfSharedFormula](../../aspose.cells/workbooksettings/maxrowsofsharedformula/) { get; set; } | Gets and sets the max row number of shared formula. | +| [MaxUniqueItemsPerField](../../aspose.cells/workbooksettings/maxuniqueitemsperfield/) { get; set; } | Gets and set the limitation of unique items per field | | [MemorySetting](../../aspose.cells/workbooksettings/memorysetting/) { get; set; } | Gets or sets the memory usage options. The new option will be taken as the default option for newly created worksheets but does not take effect for existing worksheets. | | [NumberDecimalSeparator](../../aspose.cells/workbooksettings/numberdecimalseparator/) { get; set; } | Gets or sets the decimal separator for formatting/parsing numeric values. Default is the decimal separator of current Region. | | [NumberGroupSeparator](../../aspose.cells/workbooksettings/numbergroupseparator/) { get; set; } | Gets or sets the character that separates groups of digits to the left of the decimal in numeric values. Default is the group separator of current Region. | @@ -64,7 +65,8 @@ public class WorkbookSettings : IDisposable | [Shared](../../aspose.cells/workbooksettings/shared/) { get; set; } | Gets or sets a value that indicates whether the Workbook is shared. | | [SheetTabBarWidth](../../aspose.cells/workbooksettings/sheettabbarwidth/) { get; set; } | Width of worksheet tab bar (in 1/1000 of window width). | | [ShowTabs](../../aspose.cells/workbooksettings/showtabs/) { get; set; } | Get or sets a value whether the Workbook tabs are displayed. | -| [SignificantDigits](../../aspose.cells/workbooksettings/significantdigits/) { get; set; } | Gets and sets the number of significant digits. The default value is [`SignificantDigits`](../cellshelper/significantdigits/). | +| [SignificantDigits](../../aspose.cells/workbooksettings/significantdigits/) { get; set; } | (**Obsolete.**) Gets and sets the number of significant digits. The default value is [`SignificantDigits`](../cellshelper/significantdigits/). | +| [SignificantDigitsType](../../aspose.cells/workbooksettings/significantdigitstype/) { get; set; } | Gets and sets the type of significant digits for outputing numeric values in this workbook. Default value is [`SignificantDigitsType`](../cellshelper/significantdigitstype/). | | [SmartTagOptions](../../aspose.cells/workbooksettings/smarttagoptions/) { get; } | Gets the options of the smart tag. | | [StreamProvider](../../aspose.cells/workbooksettings/streamprovider/) { get; set; } | (**Obsolete.**) Gets and sets the stream provider for external resource. | | [UpdateAdjacentCellsBorder](../../aspose.cells/workbooksettings/updateadjacentcellsborder/) { get; set; } | Indicates whether update adjacent cells' border. | diff --git a/english/net/aspose.cells/workbooksettings/maxuniqueitemsperfield/_index.md b/english/net/aspose.cells/workbooksettings/maxuniqueitemsperfield/_index.md new file mode 100644 index 00000000000..e1780277824 --- /dev/null +++ b/english/net/aspose.cells/workbooksettings/maxuniqueitemsperfield/_index.md @@ -0,0 +1,22 @@ +--- +title: WorkbookSettings.MaxUniqueItemsPerField +second_title: Aspose.Cells for .NET API Reference +description: WorkbookSettings property. Gets and set the limitation of unique items per field +type: docs +url: /net/aspose.cells/workbooksettings/maxuniqueitemsperfield/ +--- +## WorkbookSettings.MaxUniqueItemsPerField property + +Gets and set the limitation of unique items per field + +```csharp +public int MaxUniqueItemsPerField { get; set; } +``` + +### See Also + +* class [WorkbookSettings](../) +* namespace [Aspose.Cells](../../../aspose.cells/) +* assembly [Aspose.Cells](../../../) + + diff --git a/english/net/aspose.cells/workbooksettings/significantdigits/_index.md b/english/net/aspose.cells/workbooksettings/significantdigits/_index.md index 83c86a82cdd..a73741f4ffb 100644 --- a/english/net/aspose.cells/workbooksettings/significantdigits/_index.md +++ b/english/net/aspose.cells/workbooksettings/significantdigits/_index.md @@ -10,12 +10,14 @@ url: /net/aspose.cells/workbooksettings/significantdigits/ Gets and sets the number of significant digits. The default value is [`SignificantDigits`](../../cellshelper/significantdigits/). ```csharp +[Obsolete("Use SignificantDigitsType property instead.")] +[EditorBrowsable(EditorBrowsableState.Never)] public int SignificantDigits { get; set; } ``` ### Remarks -Only could be 15 or 17 now. +Only could be 15 or 17 now. NOTE: This member is now obsolete. Instead, please use [`SignificantDigitsType`](../significantdigitstype/). This property will be removed 12 months later since June 2025. Aspose apologizes for any inconvenience you may have experienced. ### Examples diff --git a/english/net/aspose.cells/workbooksettings/significantdigitstype/_index.md b/english/net/aspose.cells/workbooksettings/significantdigitstype/_index.md new file mode 100644 index 00000000000..a0698c09f74 --- /dev/null +++ b/english/net/aspose.cells/workbooksettings/significantdigitstype/_index.md @@ -0,0 +1,23 @@ +--- +title: WorkbookSettings.SignificantDigitsType +second_title: Aspose.Cells for .NET API Reference +description: WorkbookSettings property. Gets and sets the type of significant digits for outputing numeric values in this workbook. Default value is SignificantDigitsType +type: docs +url: /net/aspose.cells/workbooksettings/significantdigitstype/ +--- +## WorkbookSettings.SignificantDigitsType property + +Gets and sets the type of significant digits for outputing numeric values in this workbook. Default value is [`SignificantDigitsType`](../../cellshelper/significantdigitstype/). + +```csharp +public SignificantDigitsType SignificantDigitsType { get; set; } +``` + +### See Also + +* enum [SignificantDigitsType](../../significantdigitstype/) +* class [WorkbookSettings](../) +* namespace [Aspose.Cells](../../../aspose.cells/) +* assembly [Aspose.Cells](../../../) + + diff --git a/english/nodejs-cpp/_index.md b/english/nodejs-cpp/_index.md index 8fd1c80f3dc..2dd927283c9 100644 --- a/english/nodejs-cpp/_index.md +++ b/english/nodejs-cpp/_index.md @@ -762,6 +762,7 @@ is_root: true | [ShiftType](./shifttype) | Represent the shift options when deleting a range of cells. | | [ShowDropButtonType](./showdropbuttontype) | Specifies when to show the drop button | | [SignatureType](./signaturetype) | Specifies the signature type. | +| [SignificantDigitsType](./significantdigitstype) | Represents the type of significant digits for outputing numeric values. | | [SlicerCacheCrossFilterType](./slicercachecrossfiltertype) | Represent the type of SlicerCacheCrossFilterType | | [SlicerCacheItemSortType](./slicercacheitemsorttype) | Specify the sort type of SlicerCacheItem | | [SlicerStyleType](./slicerstyletype) | Specify the style of slicer view | diff --git a/english/nodejs-cpp/abstracttextloadoptions/_index.md b/english/nodejs-cpp/abstracttextloadoptions/_index.md index 6952a5b43e3..ca37d1f8c69 100644 --- a/english/nodejs-cpp/abstracttextloadoptions/_index.md +++ b/english/nodejs-cpp/abstracttextloadoptions/_index.md @@ -27,8 +27,8 @@ class AbstractTextLoadOptions extends LoadOptions; | --- | --- | --- | | [encoding](#encoding--)| EncodingType | Gets and sets the default encoding. Only applies for csv file. | | [loadStyleStrategy](#loadStyleStrategy--)| TxtLoadStyleStrategy | Indicates the strategy to apply style for parsed values when converting string value to number or datetime. | -| [convertNumericData](#convertNumericData--)| boolean | Gets or sets a value that indicates whether the string in text file is converted to numeric data. | -| [convertDateTimeData](#convertDateTimeData--)| boolean | Gets or sets a value that indicates whether the string in text file is converted to date data. | +| [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. | +| [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. | | [keepPrecision](#keepPrecision--)| boolean | Indicates whether not parsing a string value if the length is 15. | | [loadFormat](#loadFormat--)| LoadFormat | Readonly. Gets the load format. | | [password](#password--)| string | Gets and set the password of the workbook. | @@ -60,10 +60,10 @@ class AbstractTextLoadOptions extends LoadOptions; | [setEncoding(EncodingType)](#setEncoding-encodingtype-)| @deprecated. Please use the 'encoding' property instead. Gets and sets the default encoding. Only applies for csv file. | | [getLoadStyleStrategy()](#getLoadStyleStrategy--)| @deprecated. Please use the 'loadStyleStrategy' property instead. Indicates the strategy to apply style for parsed values when converting string value to number or datetime. | | [setLoadStyleStrategy(TxtLoadStyleStrategy)](#setLoadStyleStrategy-txtloadstylestrategy-)| @deprecated. Please use the 'loadStyleStrategy' property instead. Indicates the strategy to apply style for parsed values when converting string value to number or datetime. | -| [getConvertNumericData()](#getConvertNumericData--)| @deprecated. Please use the 'convertNumericData' property instead. Gets or sets a value that indicates whether the string in text file is converted to numeric data. | -| [setConvertNumericData(boolean)](#setConvertNumericData-boolean-)| @deprecated. Please use the 'convertNumericData' property instead. Gets or sets a value that indicates whether the string in text file is converted to numeric data. | -| [getConvertDateTimeData()](#getConvertDateTimeData--)| @deprecated. Please use the 'convertDateTimeData' property instead. Gets or sets a value that indicates whether the string in text file is converted to date data. | -| [setConvertDateTimeData(boolean)](#setConvertDateTimeData-boolean-)| @deprecated. Please use the 'convertDateTimeData' property instead. Gets or sets a value that indicates whether the string in text file is converted to date data. | +| [getConvertNumericData()](#getConvertNumericData--)| @deprecated. Please use the 'convertNumericData' property instead. Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. | +| [setConvertNumericData(boolean)](#setConvertNumericData-boolean-)| @deprecated. Please use the 'convertNumericData' property instead. Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. | +| [getConvertDateTimeData()](#getConvertDateTimeData--)| @deprecated. Please use the 'convertDateTimeData' property instead. Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. | +| [setConvertDateTimeData(boolean)](#setConvertDateTimeData-boolean-)| @deprecated. Please use the 'convertDateTimeData' property instead. Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. | | [getKeepPrecision()](#getKeepPrecision--)| @deprecated. Please use the 'keepPrecision' property instead. Indicates whether not parsing a string value if the length is 15. | | [setKeepPrecision(boolean)](#setKeepPrecision-boolean-)| @deprecated. Please use the 'keepPrecision' property instead. Indicates whether not parsing a string value if the length is 15. | | [isNull()](#isNull--)| Checks whether the implementation object is null. | @@ -143,7 +143,7 @@ loadStyleStrategy : TxtLoadStyleStrategy; ### convertNumericData {#convertNumericData--} -Gets or sets a value that indicates whether the string in text file is converted to numeric data. +Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. ```javascript convertNumericData : boolean; @@ -152,7 +152,7 @@ convertNumericData : boolean; ### convertDateTimeData {#convertDateTimeData--} -Gets or sets a value that indicates whether the string in text file is converted to date data. +Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. ```javascript convertDateTimeData : boolean; @@ -451,7 +451,7 @@ setLoadStyleStrategy(value: TxtLoadStyleStrategy) : void; ### getConvertNumericData() {#getConvertNumericData--} -@deprecated. Please use the 'convertNumericData' property instead. Gets or sets a value that indicates whether the string in text file is converted to numeric data. +@deprecated. Please use the 'convertNumericData' property instead. Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. ```javascript getConvertNumericData() : boolean; @@ -460,7 +460,7 @@ getConvertNumericData() : boolean; ### setConvertNumericData(boolean) {#setConvertNumericData-boolean-} -@deprecated. Please use the 'convertNumericData' property instead. Gets or sets a value that indicates whether the string in text file is converted to numeric data. +@deprecated. Please use the 'convertNumericData' property instead. Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. ```javascript setConvertNumericData(value: boolean) : void; @@ -473,7 +473,7 @@ setConvertNumericData(value: boolean) : void; ### getConvertDateTimeData() {#getConvertDateTimeData--} -@deprecated. Please use the 'convertDateTimeData' property instead. Gets or sets a value that indicates whether the string in text file is converted to date data. +@deprecated. Please use the 'convertDateTimeData' property instead. Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. ```javascript getConvertDateTimeData() : boolean; @@ -482,7 +482,7 @@ getConvertDateTimeData() : boolean; ### setConvertDateTimeData(boolean) {#setConvertDateTimeData-boolean-} -@deprecated. Please use the 'convertDateTimeData' property instead. Gets or sets a value that indicates whether the string in text file is converted to date data. +@deprecated. Please use the 'convertDateTimeData' property instead. Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. ```javascript setConvertDateTimeData(value: boolean) : void; diff --git a/english/nodejs-cpp/autoshapetype/_index.md b/english/nodejs-cpp/autoshapetype/_index.md index 9e2c6f487b6..420051c3b6b 100644 --- a/english/nodejs-cpp/autoshapetype/_index.md +++ b/english/nodejs-cpp/autoshapetype/_index.md @@ -51,18 +51,18 @@ Represents all built-in auto shape type. | CurvedConnector | `38` | | | CurvedConnector4 | `39` | | | CurvedConnector5 | `40` | | -| LineCalloutNoBorder2 | `41` | | -| LineCalloutNoBorder3 | `42` | | -| LineCalloutNoBorder4 | `43` | | -| LineCalloutWithAccentBar2 | `44` | | -| LineCalloutWithAccentBar3 | `45` | | -| LineCalloutWithAccentBar4 | `46` | | -| LineCalloutWithBorder2 | `47` | | -| LineCalloutWithBorder3 | `48` | | -| LineCalloutWithBorder4 | `49` | | -| LineCalloutWithBorderAndAccentBar2 | `50` | | -| LineCalloutWithBorderAndAccentBar3 | `51` | | -| LineCalloutWithBorderAndAccentBar4 | `52` | | +| 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. | +| 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. | +| 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. | +| 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. | +| 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. | +| 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. | +| 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. | +| 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. | +| 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. | +| 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. | +| 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. | +| 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. | | DownRibbon | `53` | | | UpRibbon | `54` | | | Chevron | `55` | | @@ -188,10 +188,10 @@ Represents all built-in auto shape type. | TextCanDown | `175` | A text shape that is curved downwards as if being read on the side of a can. | | FlowChartAlternateProcess | `176` | | | FlowChartOffpageConnector | `177` | | -| LineCalloutNoBorder1 | `178` | | -| LineCalloutWithAccentBar1 | `179` | | -| LineCalloutWithBorder1 | `180` | | -| LineCalloutWithBorderAndAccentBar1 | `181` | | +| LineCalloutNoBorder1 | `178` | Specifies the "Line Callout 1(No Border)" type of the Ms Excel 97-2003 version. | +| LineCalloutWithAccentBar1 | `179` | Specifies the "Line Callout 1(Accent Bar)" type of the Ms Excel 97-2003 version. | +| LineCalloutWithBorder1 | `180` | Specifies the "Line Callout 1" type of the Ms Excel 97-2003 version. | +| LineCalloutWithBorderAndAccentBar1 | `181` | Specifies the "Line Callout 1(Border and Accent Bar)" type of the Ms Excel 97-2003 version. | | LeftRightUpArrow | `182` | | | Sun | `183` | | | Moon | `184` | | diff --git a/english/nodejs-cpp/calculationoptions/_index.md b/english/nodejs-cpp/calculationoptions/_index.md index c427eb6f656..8479ef1ed79 100644 --- a/english/nodejs-cpp/calculationoptions/_index.md +++ b/english/nodejs-cpp/calculationoptions/_index.md @@ -27,6 +27,8 @@ class CalculationOptions; | --- | --- | --- | | [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. | | [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. | +| [userSpecifiedRefreshDynamicArrayFormula](#userSpecifiedRefreshDynamicArrayFormula--)| boolean | Readonly. Indicates whether user has explicitly specified the behavior of refreshing dynamic array formulas before calculating specified formulas. | +| [refreshDynamicArrayFormula](#refreshDynamicArrayFormula--)| boolean | Indicates whether dynamic array formulas should be refreshed before calculating formulas. | | [customEngine](#customEngine--)| AbstractCalculationEngine | The custom formula calculation engine to extend the default calculation engine of Aspose.Cells. | | [calcStackSize](#calcStackSize--)| number | The stack size for calculating cells recursively. Default value is 200. | | [precisionStrategy](#precisionStrategy--)| CalculationPrecisionStrategy | Specifies the strategy for processing precision of calculation. | @@ -41,6 +43,9 @@ class CalculationOptions; | [setIgnoreError(boolean)](#setIgnoreError-boolean-)| @deprecated. Please use the 'ignoreError' property instead. Indicates whether errors encountered while calculating formulas should be ignored. The error may be unsupported function, external links, etc. The default value is true. | | [getRecursive()](#getRecursive--)| @deprecated. Please use the 'recursive' property instead. Indicates whether calculate the dependent cells recursively when calculating one cell and it depends on other cells. The default value is true. | | [setRecursive(boolean)](#setRecursive-boolean-)| @deprecated. Please use the 'recursive' property instead. Indicates whether calculate the dependent cells recursively when calculating one cell and it depends on other cells. The default value is true. | +| [getUserSpecifiedRefreshDynamicArrayFormula()](#getUserSpecifiedRefreshDynamicArrayFormula--)| @deprecated. Please use the 'userSpecifiedRefreshDynamicArrayFormula' property instead. Indicates whether user has explicitly specified the behavior of refreshing dynamic array formulas before calculating specified formulas. | +| [getRefreshDynamicArrayFormula()](#getRefreshDynamicArrayFormula--)| @deprecated. Please use the 'refreshDynamicArrayFormula' property instead. Indicates whether dynamic array formulas should be refreshed before calculating formulas. | +| [setRefreshDynamicArrayFormula(boolean)](#setRefreshDynamicArrayFormula-boolean-)| @deprecated. Please use the 'refreshDynamicArrayFormula' property instead. Indicates whether dynamic array formulas should be refreshed before calculating formulas. | | [getCustomEngine()](#getCustomEngine--)| @deprecated. Please use the 'customEngine' property instead. The custom formula calculation engine to extend the default calculation engine of Aspose.Cells. | | [setCustomEngine(AbstractCalculationEngine)](#setCustomEngine-abstractcalculationengine-)| @deprecated. Please use the 'customEngine' property instead. The custom formula calculation engine to extend the default calculation engine of Aspose.Cells. | | [getCalcStackSize()](#getCalcStackSize--)| @deprecated. Please use the 'calcStackSize' property instead. The stack size for calculating cells recursively. Default value is 200. | @@ -81,6 +86,28 @@ recursive : boolean; ``` +### userSpecifiedRefreshDynamicArrayFormula {#userSpecifiedRefreshDynamicArrayFormula--} + +Readonly. Indicates whether user has explicitly specified the behavior of refreshing dynamic array formulas before calculating specified formulas. + +```javascript +userSpecifiedRefreshDynamicArrayFormula : boolean; +``` + + +### refreshDynamicArrayFormula {#refreshDynamicArrayFormula--} + +Indicates whether dynamic array formulas should be refreshed before calculating formulas. + +```javascript +refreshDynamicArrayFormula : boolean; +``` + + +**Remarks** + +If this property has been specified explicitly, then the specified value will be used to determine whether refresh dynamic array formulas. Otherwise([UserSpecifiedRefreshDynamicArrayFormula](../userspecifiedrefreshdynamicarrayformula/) 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)](../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. + ### customEngine {#customEngine--} The custom formula calculation engine to extend the default calculation engine of Aspose.Cells. @@ -178,6 +205,45 @@ setRecursive(value: boolean) : void; | --- | --- | --- | | value | boolean | The value to set. | +### getUserSpecifiedRefreshDynamicArrayFormula() {#getUserSpecifiedRefreshDynamicArrayFormula--} + +@deprecated. Please use the 'userSpecifiedRefreshDynamicArrayFormula' property instead. Indicates whether user has explicitly specified the behavior of refreshing dynamic array formulas before calculating specified formulas. + +```javascript +getUserSpecifiedRefreshDynamicArrayFormula() : boolean; +``` + + +### getRefreshDynamicArrayFormula() {#getRefreshDynamicArrayFormula--} + +@deprecated. Please use the 'refreshDynamicArrayFormula' property instead. Indicates whether dynamic array formulas should be refreshed before calculating formulas. + +```javascript +getRefreshDynamicArrayFormula() : boolean; +``` + + +**Remarks** + +If this property has been specified explicitly, then the specified value will be used to determine whether refresh dynamic array formulas. Otherwise([UserSpecifiedRefreshDynamicArrayFormula](../userspecifiedrefreshdynamicarrayformula/) 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)](../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. + +### setRefreshDynamicArrayFormula(boolean) {#setRefreshDynamicArrayFormula-boolean-} + +@deprecated. Please use the 'refreshDynamicArrayFormula' property instead. Indicates whether dynamic array formulas should be refreshed before calculating formulas. + +```javascript +setRefreshDynamicArrayFormula(value: boolean) : void; +``` + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | boolean | The value to set. | + +**Remarks** + +If this property has been specified explicitly, then the specified value will be used to determine whether refresh dynamic array formulas. Otherwise([UserSpecifiedRefreshDynamicArrayFormula](../userspecifiedrefreshdynamicarrayformula/) 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)](../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. + ### getCustomEngine() {#getCustomEngine--} @deprecated. Please use the 'customEngine' property instead. The custom formula calculation engine to extend the default calculation engine of Aspose.Cells. diff --git a/english/nodejs-cpp/cellshelper/_index.md b/english/nodejs-cpp/cellshelper/_index.md index 335e7415e49..19e7b08467c 100644 --- a/english/nodejs-cpp/cellshelper/_index.md +++ b/english/nodejs-cpp/cellshelper/_index.md @@ -19,7 +19,7 @@ class CellsHelper; | Property | Type | Description | | --- | --- | --- | -| static [significantDigits](#significantDigits--)| number | Gets and sets the number of significant digits. The default value is 17. | +| static [significantDigitsType](#significantDigitsType--)| SignificantDigitsType | Gets and sets the default type of significant digits for outputing numeric values. Default value is [SignificantDigitsType.G17](../significantdigitstype.g17/). | | static [dPI](#dPI--)| number | Gets the DPI of the machine. | | static [startupPath](#startupPath--)| string | Gets or sets the startup path, which is referred to by some external formula references. | | static [altStartPath](#altStartPath--)| string | Gets or sets the alternate startup path, which is referred to by some external formula references. | @@ -30,8 +30,8 @@ class CellsHelper; | Method | Description | | --- | --- | -| static [getSignificantDigits()](#getSignificantDigits--)| @deprecated. Please use the 'significantDigits' property instead. Gets and sets the number of significant digits. The default value is 17. | -| static [setSignificantDigits(number)](#setSignificantDigits-number-)| @deprecated. Please use the 'significantDigits' property instead. Gets and sets the number of significant digits. The default value is 17. | +| static [getSignificantDigitsType()](#getSignificantDigitsType--)| @deprecated. Please use the 'significantDigitsType' property instead. Gets and sets the default type of significant digits for outputing numeric values. Default value is [SignificantDigitsType.G17](../significantdigitstype.g17/). | +| static [setSignificantDigitsType(SignificantDigitsType)](#setSignificantDigitsType-significantdigitstype-)| @deprecated. Please use the 'significantDigitsType' property instead. Gets and sets the default type of significant digits for outputing numeric values. Default value is [SignificantDigitsType.G17](../significantdigitstype.g17/). | | static [getDPI()](#getDPI--)| @deprecated. Please use the 'dPI' property instead. Gets the DPI of the machine. | | static [setDPI(number)](#setDPI-number-)| @deprecated. Please use the 'dPI' property instead. Gets the DPI of the machine. | | static [getStartupPath()](#getStartupPath--)| @deprecated. Please use the 'startupPath' property instead. Gets or sets the startup path, which is referred to by some external formula references. | @@ -60,19 +60,15 @@ class CellsHelper; | static [needQuoteInFormula(string)](#needQuoteInFormula-string-)| Indicates whether the name of the sheet should be enclosed in single quotes | -### significantDigits {#significantDigits--} +### significantDigitsType {#significantDigitsType--} -Gets and sets the number of significant digits. The default value is 17. +Gets and sets the default type of significant digits for outputing numeric values. Default value is [SignificantDigitsType.G17](../significantdigitstype.g17/). ```javascript -static significantDigits : number; +static significantDigitsType : SignificantDigitsType; ``` -**Remarks** - -Only could be 15 or 17 now. - ### dPI {#dPI--} Gets the DPI of the machine. @@ -118,35 +114,31 @@ static isCloudPlatform : boolean; ``` -### getSignificantDigits() {#getSignificantDigits--} +### getSignificantDigitsType() {#getSignificantDigitsType--} -@deprecated. Please use the 'significantDigits' property instead. Gets and sets the number of significant digits. The default value is 17. +@deprecated. Please use the 'significantDigitsType' property instead. Gets and sets the default type of significant digits for outputing numeric values. Default value is [SignificantDigitsType.G17](../significantdigitstype.g17/). ```javascript -static getSignificantDigits() : number; +static getSignificantDigitsType() : SignificantDigitsType; ``` -**Remarks** +**Returns** -Only could be 15 or 17 now. +[SignificantDigitsType](../significantdigitstype/) -### setSignificantDigits(number) {#setSignificantDigits-number-} +### setSignificantDigitsType(SignificantDigitsType) {#setSignificantDigitsType-significantdigitstype-} -@deprecated. Please use the 'significantDigits' property instead. Gets and sets the number of significant digits. The default value is 17. +@deprecated. Please use the 'significantDigitsType' property instead. Gets and sets the default type of significant digits for outputing numeric values. Default value is [SignificantDigitsType.G17](../significantdigitstype.g17/). ```javascript -static setSignificantDigits(value: number) : void; +static setSignificantDigitsType(value: SignificantDigitsType) : void; ``` **Parameters:** | Parameter | Type | Description | | --- | --- | --- | -| value | number | The value to set. | - -**Remarks** - -Only could be 15 or 17 now. +| value | [SignificantDigitsType](../significantdigitstype/) | The value to set. | ### getDPI() {#getDPI--} diff --git a/english/nodejs-cpp/customdocumentpropertycollection/_index.md b/english/nodejs-cpp/customdocumentpropertycollection/_index.md index c260e8e2a9c..7d8a198a33b 100644 --- a/english/nodejs-cpp/customdocumentpropertycollection/_index.md +++ b/english/nodejs-cpp/customdocumentpropertycollection/_index.md @@ -43,8 +43,8 @@ var customProperties = workbook.worksheets.customDocumentProperties; | [add(string, boolean)](#add-string-boolean-)| Creates a new custom document property of the PropertyType.Boolean data type. | | [add(string, number)](#add-string-number-)| Creates a new custom document property of the PropertyType.Float data type. | | [addLinkToContent(string, string)](#addLinkToContent-string-string-)| Creates a new custom document property which links to content. | -| [updateLinkedPropertyValue()](#updateLinkedPropertyValue--)| Update custom document property value which links to content. | -| [updateLinkedRange()](#updateLinkedRange--)| Update custom document property value to linked range. | +| [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). | +| [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). | | [getCount()](#getCount--)| @deprecated. Please use the 'count' property instead. Gets the number of elements contained in. | | [isNull()](#isNull--)| Checks whether the implementation object is null. | | [get(number)](#get-number-)| Returns a [DocumentProperty](../documentproperty/) object by index. | @@ -178,7 +178,7 @@ The newly created property object. ### updateLinkedPropertyValue() {#updateLinkedPropertyValue--} -Update custom document property value which links to content. +Updates values of all custom properties that are linked to content(use cell value of linked range to update value of custom property). ```javascript updateLinkedPropertyValue() : void; @@ -187,7 +187,7 @@ updateLinkedPropertyValue() : void; ### updateLinkedRange() {#updateLinkedRange--} -Update custom document property value to linked range. +Updates all ranges that are linked to custom properties(use the value of custom document property to update cell value of linked range). ```javascript updateLinkedRange() : void; diff --git a/english/nodejs-cpp/ebookloadoptions/_index.md b/english/nodejs-cpp/ebookloadoptions/_index.md index 64026e782b6..5ef1642eabb 100644 --- a/english/nodejs-cpp/ebookloadoptions/_index.md +++ b/english/nodejs-cpp/ebookloadoptions/_index.md @@ -50,8 +50,8 @@ class EbookLoadOptions extends HtmlLoadOptions; | [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. | | [encoding](#encoding--)| EncodingType | Gets and sets the default encoding. Only applies for csv file. | | [loadStyleStrategy](#loadStyleStrategy--)| TxtLoadStyleStrategy | Indicates the strategy to apply style for parsed values when converting string value to number or datetime. | -| [convertNumericData](#convertNumericData--)| boolean | Gets or sets a value that indicates whether the string in text file is converted to numeric data. | -| [convertDateTimeData](#convertDateTimeData--)| boolean | Gets or sets a value that indicates whether the string in text file is converted to date data. | +| [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. | +| [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. | | [keepPrecision](#keepPrecision--)| boolean | Indicates whether not parsing a string value if the length is 15. | | [loadFormulas](#loadFormulas--)| boolean | Indicates whether importing formulas if the original html file contains formulas | | [supportDivTag](#supportDivTag--)| boolean | Indicates whether support the layout of <div> tag when the html file contains it. The default value is false. | @@ -111,10 +111,10 @@ class EbookLoadOptions extends HtmlLoadOptions; | [setEncoding(EncodingType)](#setEncoding-encodingtype-)| @deprecated. Please use the 'encoding' property instead. Gets and sets the default encoding. Only applies for csv file. | | [getLoadStyleStrategy()](#getLoadStyleStrategy--)| @deprecated. Please use the 'loadStyleStrategy' property instead. Indicates the strategy to apply style for parsed values when converting string value to number or datetime. | | [setLoadStyleStrategy(TxtLoadStyleStrategy)](#setLoadStyleStrategy-txtloadstylestrategy-)| @deprecated. Please use the 'loadStyleStrategy' property instead. Indicates the strategy to apply style for parsed values when converting string value to number or datetime. | -| [getConvertNumericData()](#getConvertNumericData--)| @deprecated. Please use the 'convertNumericData' property instead. Gets or sets a value that indicates whether the string in text file is converted to numeric data. | -| [setConvertNumericData(boolean)](#setConvertNumericData-boolean-)| @deprecated. Please use the 'convertNumericData' property instead. Gets or sets a value that indicates whether the string in text file is converted to numeric data. | -| [getConvertDateTimeData()](#getConvertDateTimeData--)| @deprecated. Please use the 'convertDateTimeData' property instead. Gets or sets a value that indicates whether the string in text file is converted to date data. | -| [setConvertDateTimeData(boolean)](#setConvertDateTimeData-boolean-)| @deprecated. Please use the 'convertDateTimeData' property instead. Gets or sets a value that indicates whether the string in text file is converted to date data. | +| [getConvertNumericData()](#getConvertNumericData--)| @deprecated. Please use the 'convertNumericData' property instead. Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. | +| [setConvertNumericData(boolean)](#setConvertNumericData-boolean-)| @deprecated. Please use the 'convertNumericData' property instead. Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. | +| [getConvertDateTimeData()](#getConvertDateTimeData--)| @deprecated. Please use the 'convertDateTimeData' property instead. Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. | +| [setConvertDateTimeData(boolean)](#setConvertDateTimeData-boolean-)| @deprecated. Please use the 'convertDateTimeData' property instead. Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. | | [getKeepPrecision()](#getKeepPrecision--)| @deprecated. Please use the 'keepPrecision' property instead. Indicates whether not parsing a string value if the length is 15. | | [setKeepPrecision(boolean)](#setKeepPrecision-boolean-)| @deprecated. Please use the 'keepPrecision' property instead. Indicates whether not parsing a string value if the length is 15. | | [getLoadFormulas()](#getLoadFormulas--)| @deprecated. Please use the 'loadFormulas' property instead. Indicates whether importing formulas if the original html file contains formulas | @@ -415,7 +415,7 @@ loadStyleStrategy : TxtLoadStyleStrategy; ### convertNumericData {#convertNumericData--} -Gets or sets a value that indicates whether the string in text file is converted to numeric data. +Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. ```javascript convertNumericData : boolean; @@ -424,7 +424,7 @@ convertNumericData : boolean; ### convertDateTimeData {#convertDateTimeData--} -Gets or sets a value that indicates whether the string in text file is converted to date data. +Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. ```javascript convertDateTimeData : boolean; @@ -1143,7 +1143,7 @@ setLoadStyleStrategy(value: TxtLoadStyleStrategy) : void; ### getConvertNumericData() {#getConvertNumericData--} -@deprecated. Please use the 'convertNumericData' property instead. Gets or sets a value that indicates whether the string in text file is converted to numeric data. +@deprecated. Please use the 'convertNumericData' property instead. Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. ```javascript getConvertNumericData() : boolean; @@ -1152,7 +1152,7 @@ getConvertNumericData() : boolean; ### setConvertNumericData(boolean) {#setConvertNumericData-boolean-} -@deprecated. Please use the 'convertNumericData' property instead. Gets or sets a value that indicates whether the string in text file is converted to numeric data. +@deprecated. Please use the 'convertNumericData' property instead. Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. ```javascript setConvertNumericData(value: boolean) : void; @@ -1165,7 +1165,7 @@ setConvertNumericData(value: boolean) : void; ### getConvertDateTimeData() {#getConvertDateTimeData--} -@deprecated. Please use the 'convertDateTimeData' property instead. Gets or sets a value that indicates whether the string in text file is converted to date data. +@deprecated. Please use the 'convertDateTimeData' property instead. Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. ```javascript getConvertDateTimeData() : boolean; @@ -1174,7 +1174,7 @@ getConvertDateTimeData() : boolean; ### setConvertDateTimeData(boolean) {#setConvertDateTimeData-boolean-} -@deprecated. Please use the 'convertDateTimeData' property instead. Gets or sets a value that indicates whether the string in text file is converted to date data. +@deprecated. Please use the 'convertDateTimeData' property instead. Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. ```javascript setConvertDateTimeData(value: boolean) : void; diff --git a/english/nodejs-cpp/htmlloadoptions/_index.md b/english/nodejs-cpp/htmlloadoptions/_index.md index 03fa8c379f5..7d6226a7c4d 100644 --- a/english/nodejs-cpp/htmlloadoptions/_index.md +++ b/english/nodejs-cpp/htmlloadoptions/_index.md @@ -57,8 +57,8 @@ class HtmlLoadOptions extends AbstractTextLoadOptions; | [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. | | [encoding](#encoding--)| EncodingType | Gets and sets the default encoding. Only applies for csv file. | | [loadStyleStrategy](#loadStyleStrategy--)| TxtLoadStyleStrategy | Indicates the strategy to apply style for parsed values when converting string value to number or datetime. | -| [convertNumericData](#convertNumericData--)| boolean | Gets or sets a value that indicates whether the string in text file is converted to numeric data. | -| [convertDateTimeData](#convertDateTimeData--)| boolean | Gets or sets a value that indicates whether the string in text file is converted to date data. | +| [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. | +| [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. | | [keepPrecision](#keepPrecision--)| boolean | Indicates whether not parsing a string value if the length is 15. | ## Methods @@ -123,10 +123,10 @@ class HtmlLoadOptions extends AbstractTextLoadOptions; | [setEncoding(EncodingType)](#setEncoding-encodingtype-)| @deprecated. Please use the 'encoding' property instead. Gets and sets the default encoding. Only applies for csv file. | | [getLoadStyleStrategy()](#getLoadStyleStrategy--)| @deprecated. Please use the 'loadStyleStrategy' property instead. Indicates the strategy to apply style for parsed values when converting string value to number or datetime. | | [setLoadStyleStrategy(TxtLoadStyleStrategy)](#setLoadStyleStrategy-txtloadstylestrategy-)| @deprecated. Please use the 'loadStyleStrategy' property instead. Indicates the strategy to apply style for parsed values when converting string value to number or datetime. | -| [getConvertNumericData()](#getConvertNumericData--)| @deprecated. Please use the 'convertNumericData' property instead. Gets or sets a value that indicates whether the string in text file is converted to numeric data. | -| [setConvertNumericData(boolean)](#setConvertNumericData-boolean-)| @deprecated. Please use the 'convertNumericData' property instead. Gets or sets a value that indicates whether the string in text file is converted to numeric data. | -| [getConvertDateTimeData()](#getConvertDateTimeData--)| @deprecated. Please use the 'convertDateTimeData' property instead. Gets or sets a value that indicates whether the string in text file is converted to date data. | -| [setConvertDateTimeData(boolean)](#setConvertDateTimeData-boolean-)| @deprecated. Please use the 'convertDateTimeData' property instead. Gets or sets a value that indicates whether the string in text file is converted to date data. | +| [getConvertNumericData()](#getConvertNumericData--)| @deprecated. Please use the 'convertNumericData' property instead. Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. | +| [setConvertNumericData(boolean)](#setConvertNumericData-boolean-)| @deprecated. Please use the 'convertNumericData' property instead. Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. | +| [getConvertDateTimeData()](#getConvertDateTimeData--)| @deprecated. Please use the 'convertDateTimeData' property instead. Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. | +| [setConvertDateTimeData(boolean)](#setConvertDateTimeData-boolean-)| @deprecated. Please use the 'convertDateTimeData' property instead. Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. | | [getKeepPrecision()](#getKeepPrecision--)| @deprecated. Please use the 'keepPrecision' property instead. Indicates whether not parsing a string value if the length is 15. | | [setKeepPrecision(boolean)](#setKeepPrecision-boolean-)| @deprecated. Please use the 'keepPrecision' property instead. Indicates whether not parsing a string value if the length is 15. | @@ -478,7 +478,7 @@ loadStyleStrategy : TxtLoadStyleStrategy; ### convertNumericData {#convertNumericData--} -Gets or sets a value that indicates whether the string in text file is converted to numeric data. +Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. ```javascript convertNumericData : boolean; @@ -487,7 +487,7 @@ convertNumericData : boolean; ### convertDateTimeData {#convertDateTimeData--} -Gets or sets a value that indicates whether the string in text file is converted to date data. +Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. ```javascript convertDateTimeData : boolean; @@ -1275,7 +1275,7 @@ setLoadStyleStrategy(value: TxtLoadStyleStrategy) : void; ### getConvertNumericData() {#getConvertNumericData--} -@deprecated. Please use the 'convertNumericData' property instead. Gets or sets a value that indicates whether the string in text file is converted to numeric data. +@deprecated. Please use the 'convertNumericData' property instead. Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. ```javascript getConvertNumericData() : boolean; @@ -1284,7 +1284,7 @@ getConvertNumericData() : boolean; ### setConvertNumericData(boolean) {#setConvertNumericData-boolean-} -@deprecated. Please use the 'convertNumericData' property instead. Gets or sets a value that indicates whether the string in text file is converted to numeric data. +@deprecated. Please use the 'convertNumericData' property instead. Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. ```javascript setConvertNumericData(value: boolean) : void; @@ -1297,7 +1297,7 @@ setConvertNumericData(value: boolean) : void; ### getConvertDateTimeData() {#getConvertDateTimeData--} -@deprecated. Please use the 'convertDateTimeData' property instead. Gets or sets a value that indicates whether the string in text file is converted to date data. +@deprecated. Please use the 'convertDateTimeData' property instead. Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. ```javascript getConvertDateTimeData() : boolean; @@ -1306,7 +1306,7 @@ getConvertDateTimeData() : boolean; ### setConvertDateTimeData(boolean) {#setConvertDateTimeData-boolean-} -@deprecated. Please use the 'convertDateTimeData' property instead. Gets or sets a value that indicates whether the string in text file is converted to date data. +@deprecated. Please use the 'convertDateTimeData' property instead. Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. ```javascript setConvertDateTimeData(value: boolean) : void; diff --git a/english/nodejs-cpp/markdownloadoptions/_index.md b/english/nodejs-cpp/markdownloadoptions/_index.md index 99a06e9bb7c..f63aa14551d 100644 --- a/english/nodejs-cpp/markdownloadoptions/_index.md +++ b/english/nodejs-cpp/markdownloadoptions/_index.md @@ -50,8 +50,8 @@ class MarkdownLoadOptions extends AbstractTextLoadOptions; | [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. | | [encoding](#encoding--)| EncodingType | Gets and sets the default encoding. Only applies for csv file. | | [loadStyleStrategy](#loadStyleStrategy--)| TxtLoadStyleStrategy | Indicates the strategy to apply style for parsed values when converting string value to number or datetime. | -| [convertNumericData](#convertNumericData--)| boolean | Gets or sets a value that indicates whether the string in text file is converted to numeric data. | -| [convertDateTimeData](#convertDateTimeData--)| boolean | Gets or sets a value that indicates whether the string in text file is converted to date data. | +| [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. | +| [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. | | [keepPrecision](#keepPrecision--)| boolean | Indicates whether not parsing a string value if the length is 15. | ## Methods @@ -106,10 +106,10 @@ class MarkdownLoadOptions extends AbstractTextLoadOptions; | [setEncoding(EncodingType)](#setEncoding-encodingtype-)| @deprecated. Please use the 'encoding' property instead. Gets and sets the default encoding. Only applies for csv file. | | [getLoadStyleStrategy()](#getLoadStyleStrategy--)| @deprecated. Please use the 'loadStyleStrategy' property instead. Indicates the strategy to apply style for parsed values when converting string value to number or datetime. | | [setLoadStyleStrategy(TxtLoadStyleStrategy)](#setLoadStyleStrategy-txtloadstylestrategy-)| @deprecated. Please use the 'loadStyleStrategy' property instead. Indicates the strategy to apply style for parsed values when converting string value to number or datetime. | -| [getConvertNumericData()](#getConvertNumericData--)| @deprecated. Please use the 'convertNumericData' property instead. Gets or sets a value that indicates whether the string in text file is converted to numeric data. | -| [setConvertNumericData(boolean)](#setConvertNumericData-boolean-)| @deprecated. Please use the 'convertNumericData' property instead. Gets or sets a value that indicates whether the string in text file is converted to numeric data. | -| [getConvertDateTimeData()](#getConvertDateTimeData--)| @deprecated. Please use the 'convertDateTimeData' property instead. Gets or sets a value that indicates whether the string in text file is converted to date data. | -| [setConvertDateTimeData(boolean)](#setConvertDateTimeData-boolean-)| @deprecated. Please use the 'convertDateTimeData' property instead. Gets or sets a value that indicates whether the string in text file is converted to date data. | +| [getConvertNumericData()](#getConvertNumericData--)| @deprecated. Please use the 'convertNumericData' property instead. Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. | +| [setConvertNumericData(boolean)](#setConvertNumericData-boolean-)| @deprecated. Please use the 'convertNumericData' property instead. Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. | +| [getConvertDateTimeData()](#getConvertDateTimeData--)| @deprecated. Please use the 'convertDateTimeData' property instead. Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. | +| [setConvertDateTimeData(boolean)](#setConvertDateTimeData-boolean-)| @deprecated. Please use the 'convertDateTimeData' property instead. Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. | | [getKeepPrecision()](#getKeepPrecision--)| @deprecated. Please use the 'keepPrecision' property instead. Indicates whether not parsing a string value if the length is 15. | | [setKeepPrecision(boolean)](#setKeepPrecision-boolean-)| @deprecated. Please use the 'keepPrecision' property instead. Indicates whether not parsing a string value if the length is 15. | @@ -394,7 +394,7 @@ loadStyleStrategy : TxtLoadStyleStrategy; ### convertNumericData {#convertNumericData--} -Gets or sets a value that indicates whether the string in text file is converted to numeric data. +Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. ```javascript convertNumericData : boolean; @@ -403,7 +403,7 @@ convertNumericData : boolean; ### convertDateTimeData {#convertDateTimeData--} -Gets or sets a value that indicates whether the string in text file is converted to date data. +Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. ```javascript convertDateTimeData : boolean; @@ -1081,7 +1081,7 @@ setLoadStyleStrategy(value: TxtLoadStyleStrategy) : void; ### getConvertNumericData() {#getConvertNumericData--} -@deprecated. Please use the 'convertNumericData' property instead. Gets or sets a value that indicates whether the string in text file is converted to numeric data. +@deprecated. Please use the 'convertNumericData' property instead. Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. ```javascript getConvertNumericData() : boolean; @@ -1090,7 +1090,7 @@ getConvertNumericData() : boolean; ### setConvertNumericData(boolean) {#setConvertNumericData-boolean-} -@deprecated. Please use the 'convertNumericData' property instead. Gets or sets a value that indicates whether the string in text file is converted to numeric data. +@deprecated. Please use the 'convertNumericData' property instead. Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. ```javascript setConvertNumericData(value: boolean) : void; @@ -1103,7 +1103,7 @@ setConvertNumericData(value: boolean) : void; ### getConvertDateTimeData() {#getConvertDateTimeData--} -@deprecated. Please use the 'convertDateTimeData' property instead. Gets or sets a value that indicates whether the string in text file is converted to date data. +@deprecated. Please use the 'convertDateTimeData' property instead. Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. ```javascript getConvertDateTimeData() : boolean; @@ -1112,7 +1112,7 @@ getConvertDateTimeData() : boolean; ### setConvertDateTimeData(boolean) {#setConvertDateTimeData-boolean-} -@deprecated. Please use the 'convertDateTimeData' property instead. Gets or sets a value that indicates whether the string in text file is converted to date data. +@deprecated. Please use the 'convertDateTimeData' property instead. Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. ```javascript setConvertDateTimeData(value: boolean) : void; diff --git a/english/nodejs-cpp/markdownsaveoptions/_index.md b/english/nodejs-cpp/markdownsaveoptions/_index.md index bc47d76f13c..c8fcd575d54 100644 --- a/english/nodejs-cpp/markdownsaveoptions/_index.md +++ b/english/nodejs-cpp/markdownsaveoptions/_index.md @@ -35,8 +35,9 @@ class MarkdownSaveOptions extends SaveOptions; | [imageOptions](#imageOptions--)| ImageOrPrintOptions | Readonly. Get the ImageOrPrintOptions object before exporting | | [exportImagesAsBase64](#exportImagesAsBase64--)| boolean | Specifies whether images are saved in Base64 format to Markdown. The default value is true. | | [calculateFormula](#calculateFormula--)| boolean | Indicates whether to calculate formulas before saving markdown file. | -| [exportHyperlinkAsReference](#exportHyperlinkAsReference--)| boolean | Exports hyperlink using reference definitions instead of inline format. The default value is false. | +| [exportHyperlinkAsReference](#exportHyperlinkAsReference--)| boolean | Indicates whether to export hyperlink using reference definitions instead of inline format. The default value is false. | | [alignColumnPadding](#alignColumnPadding--)| string | Indicates whether column alignment is enabled for generated Markdown tables. When enabled, columns are aligned by padding cell content with the specified character(typically ' ' for spaces). Set to '\0' to disable column alignment (default). | +| [splitTablesByBlankRow](#splitTablesByBlankRow--)| boolean | Indicates whether blank rows in the worksheet should be treated as table separators when exporting to Markdown. The default value is false. | | [saveFormat](#saveFormat--)| SaveFormat | Readonly. Gets the save file format. | | [clearData](#clearData--)| boolean | Make the workbook empty after saving the file. | | [cachedFileFolder](#cachedFileFolder--)| string | The folder for temporary files that may be used as data cache. | @@ -72,10 +73,12 @@ class MarkdownSaveOptions extends SaveOptions; | [setExportImagesAsBase64(boolean)](#setExportImagesAsBase64-boolean-)| @deprecated. Please use the 'exportImagesAsBase64' property instead. Specifies whether images are saved in Base64 format to Markdown. The default value is true. | | [getCalculateFormula()](#getCalculateFormula--)| @deprecated. Please use the 'calculateFormula' property instead. Indicates whether to calculate formulas before saving markdown file. | | [setCalculateFormula(boolean)](#setCalculateFormula-boolean-)| @deprecated. Please use the 'calculateFormula' property instead. Indicates whether to calculate formulas before saving markdown file. | -| [getExportHyperlinkAsReference()](#getExportHyperlinkAsReference--)| @deprecated. Please use the 'exportHyperlinkAsReference' property instead. Exports hyperlink using reference definitions instead of inline format. The default value is false. | -| [setExportHyperlinkAsReference(boolean)](#setExportHyperlinkAsReference-boolean-)| @deprecated. Please use the 'exportHyperlinkAsReference' property instead. Exports hyperlink using reference definitions instead of inline format. The default value is false. | +| [getExportHyperlinkAsReference()](#getExportHyperlinkAsReference--)| @deprecated. Please use the 'exportHyperlinkAsReference' property instead. Indicates whether to export hyperlink using reference definitions instead of inline format. The default value is false. | +| [setExportHyperlinkAsReference(boolean)](#setExportHyperlinkAsReference-boolean-)| @deprecated. Please use the 'exportHyperlinkAsReference' property instead. Indicates whether to export hyperlink using reference definitions instead of inline format. The default value is false. | | [getAlignColumnPadding()](#getAlignColumnPadding--)| @deprecated. Please use the 'alignColumnPadding' property instead. Indicates whether column alignment is enabled for generated Markdown tables. When enabled, columns are aligned by padding cell content with the specified character(typically ' ' for spaces). Set to '\0' to disable column alignment (default). | | [setAlignColumnPadding(string)](#setAlignColumnPadding-string-)| @deprecated. Please use the 'alignColumnPadding' property instead. Indicates whether column alignment is enabled for generated Markdown tables. When enabled, columns are aligned by padding cell content with the specified character(typically ' ' for spaces). Set to '\0' to disable column alignment (default). | +| [getSplitTablesByBlankRow()](#getSplitTablesByBlankRow--)| @deprecated. Please use the 'splitTablesByBlankRow' property instead. Indicates whether blank rows in the worksheet should be treated as table separators when exporting to Markdown. The default value is false. | +| [setSplitTablesByBlankRow(boolean)](#setSplitTablesByBlankRow-boolean-)| @deprecated. Please use the 'splitTablesByBlankRow' property instead. Indicates whether blank rows in the worksheet should be treated as table separators when exporting to Markdown. The default value is false. | | [isNull()](#isNull--)| Checks whether the implementation object is null. | | [getSaveFormat()](#getSaveFormat--)| @deprecated. Please use the 'saveFormat' property instead. Gets the save file format. | | [getClearData()](#getClearData--)| @deprecated. Please use the 'clearData' property instead. Make the workbook empty after saving the file. | @@ -221,7 +224,7 @@ The default value is false. ### exportHyperlinkAsReference {#exportHyperlinkAsReference--} -Exports hyperlink using reference definitions instead of inline format. The default value is false. +Indicates whether to export hyperlink using reference definitions instead of inline format. The default value is false. ```javascript exportHyperlinkAsReference : boolean; @@ -237,6 +240,15 @@ alignColumnPadding : string; ``` +### splitTablesByBlankRow {#splitTablesByBlankRow--} + +Indicates whether blank rows in the worksheet should be treated as table separators when exporting to Markdown. The default value is false. + +```javascript +splitTablesByBlankRow : boolean; +``` + + ### saveFormat {#saveFormat--} Readonly. Gets the save file format. @@ -613,7 +625,7 @@ The default value is false. ### getExportHyperlinkAsReference() {#getExportHyperlinkAsReference--} -@deprecated. Please use the 'exportHyperlinkAsReference' property instead. Exports hyperlink using reference definitions instead of inline format. The default value is false. +@deprecated. Please use the 'exportHyperlinkAsReference' property instead. Indicates whether to export hyperlink using reference definitions instead of inline format. The default value is false. ```javascript getExportHyperlinkAsReference() : boolean; @@ -622,7 +634,7 @@ getExportHyperlinkAsReference() : boolean; ### setExportHyperlinkAsReference(boolean) {#setExportHyperlinkAsReference-boolean-} -@deprecated. Please use the 'exportHyperlinkAsReference' property instead. Exports hyperlink using reference definitions instead of inline format. The default value is false. +@deprecated. Please use the 'exportHyperlinkAsReference' property instead. Indicates whether to export hyperlink using reference definitions instead of inline format. The default value is false. ```javascript setExportHyperlinkAsReference(value: boolean) : void; @@ -655,6 +667,28 @@ setAlignColumnPadding(value: string) : void; | --- | --- | --- | | value | string | The value to set. | +### getSplitTablesByBlankRow() {#getSplitTablesByBlankRow--} + +@deprecated. Please use the 'splitTablesByBlankRow' property instead. Indicates whether blank rows in the worksheet should be treated as table separators when exporting to Markdown. The default value is false. + +```javascript +getSplitTablesByBlankRow() : boolean; +``` + + +### setSplitTablesByBlankRow(boolean) {#setSplitTablesByBlankRow-boolean-} + +@deprecated. Please use the 'splitTablesByBlankRow' property instead. Indicates whether blank rows in the worksheet should be treated as table separators when exporting to Markdown. The default value is false. + +```javascript +setSplitTablesByBlankRow(value: boolean) : void; +``` + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | boolean | The value to set. | + ### isNull() {#isNull--} Checks whether the implementation object is null. diff --git a/english/nodejs-cpp/significantdigitstype/_index.md b/english/nodejs-cpp/significantdigitstype/_index.md new file mode 100644 index 00000000000..4e5740a58b0 --- /dev/null +++ b/english/nodejs-cpp/significantdigitstype/_index.md @@ -0,0 +1,17 @@ +--- +title: SignificantDigitsType +second_title: Aspose.Cells for Node.js via C++ API Reference +description: Represents the type of significant digits for outputing numeric values. +type: docs +url: /nodejs-cpp/significantdigitstype/ +--- + +## SignificantDigitsType enumeration +Represents the type of significant digits for outputing numeric values. +### Values +| Name | Value | Description | +| --- | --- | --- | +| Digits15 | `0` | 15-digits | +| G17 | `1` | 17-digits by formatting the value with "G17". | +| Rounding17 | `2` | 17-digits by rounding the value. | + diff --git a/english/nodejs-cpp/txtloadoptions/_index.md b/english/nodejs-cpp/txtloadoptions/_index.md index 022dc8ba0c6..66b87c4dac1 100644 --- a/english/nodejs-cpp/txtloadoptions/_index.md +++ b/english/nodejs-cpp/txtloadoptions/_index.md @@ -63,8 +63,8 @@ class TxtLoadOptions extends AbstractTextLoadOptions; | [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. | | [encoding](#encoding--)| EncodingType | Gets and sets the default encoding. Only applies for csv file. | | [loadStyleStrategy](#loadStyleStrategy--)| TxtLoadStyleStrategy | Indicates the strategy to apply style for parsed values when converting string value to number or datetime. | -| [convertNumericData](#convertNumericData--)| boolean | Gets or sets a value that indicates whether the string in text file is converted to numeric data. | -| [convertDateTimeData](#convertDateTimeData--)| boolean | Gets or sets a value that indicates whether the string in text file is converted to date data. | +| [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. | +| [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. | | [keepPrecision](#keepPrecision--)| boolean | Indicates whether not parsing a string value if the length is 15. | ## Methods @@ -143,10 +143,10 @@ class TxtLoadOptions extends AbstractTextLoadOptions; | [setEncoding(EncodingType)](#setEncoding-encodingtype-)| @deprecated. Please use the 'encoding' property instead. Gets and sets the default encoding. Only applies for csv file. | | [getLoadStyleStrategy()](#getLoadStyleStrategy--)| @deprecated. Please use the 'loadStyleStrategy' property instead. Indicates the strategy to apply style for parsed values when converting string value to number or datetime. | | [setLoadStyleStrategy(TxtLoadStyleStrategy)](#setLoadStyleStrategy-txtloadstylestrategy-)| @deprecated. Please use the 'loadStyleStrategy' property instead. Indicates the strategy to apply style for parsed values when converting string value to number or datetime. | -| [getConvertNumericData()](#getConvertNumericData--)| @deprecated. Please use the 'convertNumericData' property instead. Gets or sets a value that indicates whether the string in text file is converted to numeric data. | -| [setConvertNumericData(boolean)](#setConvertNumericData-boolean-)| @deprecated. Please use the 'convertNumericData' property instead. Gets or sets a value that indicates whether the string in text file is converted to numeric data. | -| [getConvertDateTimeData()](#getConvertDateTimeData--)| @deprecated. Please use the 'convertDateTimeData' property instead. Gets or sets a value that indicates whether the string in text file is converted to date data. | -| [setConvertDateTimeData(boolean)](#setConvertDateTimeData-boolean-)| @deprecated. Please use the 'convertDateTimeData' property instead. Gets or sets a value that indicates whether the string in text file is converted to date data. | +| [getConvertNumericData()](#getConvertNumericData--)| @deprecated. Please use the 'convertNumericData' property instead. Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. | +| [setConvertNumericData(boolean)](#setConvertNumericData-boolean-)| @deprecated. Please use the 'convertNumericData' property instead. Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. | +| [getConvertDateTimeData()](#getConvertDateTimeData--)| @deprecated. Please use the 'convertDateTimeData' property instead. Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. | +| [setConvertDateTimeData(boolean)](#setConvertDateTimeData-boolean-)| @deprecated. Please use the 'convertDateTimeData' property instead. Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. | | [getKeepPrecision()](#getKeepPrecision--)| @deprecated. Please use the 'keepPrecision' property instead. Indicates whether not parsing a string value if the length is 15. | | [setKeepPrecision(boolean)](#setKeepPrecision-boolean-)| @deprecated. Please use the 'keepPrecision' property instead. Indicates whether not parsing a string value if the length is 15. | @@ -580,7 +580,7 @@ loadStyleStrategy : TxtLoadStyleStrategy; ### convertNumericData {#convertNumericData--} -Gets or sets a value that indicates whether the string in text file is converted to numeric data. +Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. ```javascript convertNumericData : boolean; @@ -589,7 +589,7 @@ convertNumericData : boolean; ### convertDateTimeData {#convertDateTimeData--} -Gets or sets a value that indicates whether the string in text file is converted to date data. +Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. ```javascript convertDateTimeData : boolean; @@ -1579,7 +1579,7 @@ setLoadStyleStrategy(value: TxtLoadStyleStrategy) : void; ### getConvertNumericData() {#getConvertNumericData--} -@deprecated. Please use the 'convertNumericData' property instead. Gets or sets a value that indicates whether the string in text file is converted to numeric data. +@deprecated. Please use the 'convertNumericData' property instead. Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. ```javascript getConvertNumericData() : boolean; @@ -1588,7 +1588,7 @@ getConvertNumericData() : boolean; ### setConvertNumericData(boolean) {#setConvertNumericData-boolean-} -@deprecated. Please use the 'convertNumericData' property instead. Gets or sets a value that indicates whether the string in text file is converted to numeric data. +@deprecated. Please use the 'convertNumericData' property instead. Gets or sets a value that indicates whether the string in text file is converted to numeric data. Default value is true. ```javascript setConvertNumericData(value: boolean) : void; @@ -1601,7 +1601,7 @@ setConvertNumericData(value: boolean) : void; ### getConvertDateTimeData() {#getConvertDateTimeData--} -@deprecated. Please use the 'convertDateTimeData' property instead. Gets or sets a value that indicates whether the string in text file is converted to date data. +@deprecated. Please use the 'convertDateTimeData' property instead. Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. ```javascript getConvertDateTimeData() : boolean; @@ -1610,7 +1610,7 @@ getConvertDateTimeData() : boolean; ### setConvertDateTimeData(boolean) {#setConvertDateTimeData-boolean-} -@deprecated. Please use the 'convertDateTimeData' property instead. Gets or sets a value that indicates whether the string in text file is converted to date data. +@deprecated. Please use the 'convertDateTimeData' property instead. Gets or sets a value that indicates whether the string in text file is converted to date data. Default value is true. ```javascript setConvertDateTimeData(value: boolean) : void; diff --git a/english/nodejs-cpp/workbook/_index.md b/english/nodejs-cpp/workbook/_index.md index dee2749292d..8fcf2577f67 100644 --- a/english/nodejs-cpp/workbook/_index.md +++ b/english/nodejs-cpp/workbook/_index.md @@ -1815,6 +1815,10 @@ getMatchingColor(rawColor: Color) : Color; Best matching color. +**Remarks** + +There are only 56 colors in the color palette in Excel 97-2003. If the color is not in the palette, the similar color will be set. + ### setEncryptionOptions(EncryptionType, number) {#setEncryptionOptions-encryptiontype-number-} Set Encryption Options. diff --git a/english/nodejs-cpp/workbooksettings/_index.md b/english/nodejs-cpp/workbooksettings/_index.md index 84f620587b3..f87e0caf55a 100644 --- a/english/nodejs-cpp/workbooksettings/_index.md +++ b/english/nodejs-cpp/workbooksettings/_index.md @@ -46,6 +46,7 @@ class WorkbookSettings; | [autoCompressPictures](#autoCompressPictures--)| boolean | Specifies a boolean value that indicates the application automatically compressed pictures in the workbook. | | [removePersonalInformation](#removePersonalInformation--)| boolean | True if personal information can be removed from the specified workbook. | | [hidePivotFieldList](#hidePivotFieldList--)| boolean | Gets and sets whether hide the field list for the PivotTable. | +| [maxUniqueItemsPerField](#maxUniqueItemsPerField--)| number | Gets and set the limitation of unique items per field | | [updateLinksType](#updateLinksType--)| UpdateLinksType | Gets and sets how updates external links when the workbook is opened. | | [maxRow](#maxRow--)| number | Readonly. Gets the max row index, zero-based. | | [maxColumn](#maxColumn--)| number | Readonly. Gets the max column index, zero-based. | @@ -64,7 +65,7 @@ class WorkbookSettings; | [windowHeightInch](#windowHeightInch--)| number | The height of the window, in unit of inch. | | [windowHeightCM](#windowHeightCM--)| number | The height of the window, in unit of centimeter. | | [updateAdjacentCellsBorder](#updateAdjacentCellsBorder--)| boolean | Indicates whether update adjacent cells' border. | -| [significantDigits](#significantDigits--)| number | Gets and sets the number of significant digits. The default value is [CellsHelper.SignificantDigits](../cellshelper.significantdigits/). | +| [significantDigitsType](#significantDigitsType--)| SignificantDigitsType | Gets and sets the type of significant digits for outputing numeric values in this workbook. Default value is [CellsHelper.SignificantDigitsType](../cellshelper.significantdigitstype/). | | [checkCompatibility](#checkCompatibility--)| boolean | Indicates whether check compatibility with earlier versions when saving workbook. | | [checkExcelRestriction](#checkExcelRestriction--)| boolean | Whether check restriction of excel file when user modify cells related objects. For example, excel does not allow inputting string value longer than 32K. When you input a value longer than 32K such as by Cell.PutValue(string), if this property is true, you will get an Exception. If this property is false, we will accept your input string value as the cell's value so that later you can output the complete string value for other file formats such as CSV. However, if you have set such kind of value that is invalid for excel file format, you should not save the workbook as excel file format later. Otherwise there may be unexpected error for the generated excel file. | | [autoRecover](#autoRecover--)| boolean | Indicates whether the file is marked for auto-recovery. | @@ -137,6 +138,8 @@ class WorkbookSettings; | [setRemovePersonalInformation(boolean)](#setRemovePersonalInformation-boolean-)| @deprecated. Please use the 'removePersonalInformation' property instead. True if personal information can be removed from the specified workbook. | | [getHidePivotFieldList()](#getHidePivotFieldList--)| @deprecated. Please use the 'hidePivotFieldList' property instead. Gets and sets whether hide the field list for the PivotTable. | | [setHidePivotFieldList(boolean)](#setHidePivotFieldList-boolean-)| @deprecated. Please use the 'hidePivotFieldList' property instead. Gets and sets whether hide the field list for the PivotTable. | +| [getMaxUniqueItemsPerField()](#getMaxUniqueItemsPerField--)| @deprecated. Please use the 'maxUniqueItemsPerField' property instead. Gets and set the limitation of unique items per field | +| [setMaxUniqueItemsPerField(number)](#setMaxUniqueItemsPerField-number-)| @deprecated. Please use the 'maxUniqueItemsPerField' property instead. Gets and set the limitation of unique items per field | | [getUpdateLinksType()](#getUpdateLinksType--)| @deprecated. Please use the 'updateLinksType' property instead. Gets and sets how updates external links when the workbook is opened. | | [setUpdateLinksType(UpdateLinksType)](#setUpdateLinksType-updatelinkstype-)| @deprecated. Please use the 'updateLinksType' property instead. Gets and sets how updates external links when the workbook is opened. | | [getMaxRow()](#getMaxRow--)| @deprecated. Please use the 'maxRow' property instead. Gets the max row index, zero-based. | @@ -169,8 +172,8 @@ class WorkbookSettings; | [setWindowHeightCM(number)](#setWindowHeightCM-number-)| @deprecated. Please use the 'windowHeightCM' property instead. The height of the window, in unit of centimeter. | | [getUpdateAdjacentCellsBorder()](#getUpdateAdjacentCellsBorder--)| @deprecated. Please use the 'updateAdjacentCellsBorder' property instead. Indicates whether update adjacent cells' border. | | [setUpdateAdjacentCellsBorder(boolean)](#setUpdateAdjacentCellsBorder-boolean-)| @deprecated. Please use the 'updateAdjacentCellsBorder' property instead. Indicates whether update adjacent cells' border. | -| [getSignificantDigits()](#getSignificantDigits--)| @deprecated. Please use the 'significantDigits' property instead. Gets and sets the number of significant digits. The default value is [CellsHelper.SignificantDigits](../cellshelper.significantdigits/). | -| [setSignificantDigits(number)](#setSignificantDigits-number-)| @deprecated. Please use the 'significantDigits' property instead. Gets and sets the number of significant digits. The default value is [CellsHelper.SignificantDigits](../cellshelper.significantdigits/). | +| [getSignificantDigitsType()](#getSignificantDigitsType--)| @deprecated. Please use the 'significantDigitsType' property instead. Gets and sets the type of significant digits for outputing numeric values in this workbook. Default value is [CellsHelper.SignificantDigitsType](../cellshelper.significantdigitstype/). | +| [setSignificantDigitsType(SignificantDigitsType)](#setSignificantDigitsType-significantdigitstype-)| @deprecated. Please use the 'significantDigitsType' property instead. Gets and sets the type of significant digits for outputing numeric values in this workbook. Default value is [CellsHelper.SignificantDigitsType](../cellshelper.significantdigitstype/). | | [getCheckCompatibility()](#getCheckCompatibility--)| @deprecated. Please use the 'checkCompatibility' property instead. Indicates whether check compatibility with earlier versions when saving workbook. | | [setCheckCompatibility(boolean)](#setCheckCompatibility-boolean-)| @deprecated. Please use the 'checkCompatibility' property instead. Indicates whether check compatibility with earlier versions when saving workbook. | | [getCheckExcelRestriction()](#getCheckExcelRestriction--)| @deprecated. Please use the 'checkExcelRestriction' property instead. Whether check restriction of excel file when user modify cells related objects. For example, excel does not allow inputting string value longer than 32K. When you input a value longer than 32K such as by Cell.PutValue(string), if this property is true, you will get an Exception. If this property is false, we will accept your input string value as the cell's value so that later you can output the complete string value for other file formats such as CSV. However, if you have set such kind of value that is invalid for excel file format, you should not save the workbook as excel file format later. Otherwise there may be unexpected error for the generated excel file. | @@ -521,6 +524,15 @@ hidePivotFieldList : boolean; ``` +### maxUniqueItemsPerField {#maxUniqueItemsPerField--} + +Gets and set the limitation of unique items per field + +```javascript +maxUniqueItemsPerField : number; +``` + + ### updateLinksType {#updateLinksType--} Gets and sets how updates external links when the workbook is opened. @@ -695,19 +707,15 @@ updateAdjacentCellsBorder : boolean; The default value is false. For example: the bottom border of the cell A1 is update, the top border of the cell A2 should be changed too. -### significantDigits {#significantDigits--} +### significantDigitsType {#significantDigitsType--} -Gets and sets the number of significant digits. The default value is [CellsHelper.SignificantDigits](../cellshelper.significantdigits/). +Gets and sets the type of significant digits for outputing numeric values in this workbook. Default value is [CellsHelper.SignificantDigitsType](../cellshelper.significantdigitstype/). ```javascript -significantDigits : number; +significantDigitsType : SignificantDigitsType; ``` -**Remarks** - -Only could be 15 or 17 now. - ### checkCompatibility {#checkCompatibility--} Indicates whether check compatibility with earlier versions when saving workbook. @@ -1511,6 +1519,28 @@ setHidePivotFieldList(value: boolean) : void; | --- | --- | --- | | value | boolean | The value to set. | +### getMaxUniqueItemsPerField() {#getMaxUniqueItemsPerField--} + +@deprecated. Please use the 'maxUniqueItemsPerField' property instead. Gets and set the limitation of unique items per field + +```javascript +getMaxUniqueItemsPerField() : number; +``` + + +### setMaxUniqueItemsPerField(number) {#setMaxUniqueItemsPerField-number-} + +@deprecated. Please use the 'maxUniqueItemsPerField' property instead. Gets and set the limitation of unique items per field + +```javascript +setMaxUniqueItemsPerField(value: number) : void; +``` + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | number | The value to set. | + ### getUpdateLinksType() {#getUpdateLinksType--} @deprecated. Please use the 'updateLinksType' property instead. Gets and sets how updates external links when the workbook is opened. @@ -1883,35 +1913,31 @@ setUpdateAdjacentCellsBorder(value: boolean) : void; The default value is false. For example: the bottom border of the cell A1 is update, the top border of the cell A2 should be changed too. -### getSignificantDigits() {#getSignificantDigits--} +### getSignificantDigitsType() {#getSignificantDigitsType--} -@deprecated. Please use the 'significantDigits' property instead. Gets and sets the number of significant digits. The default value is [CellsHelper.SignificantDigits](../cellshelper.significantdigits/). +@deprecated. Please use the 'significantDigitsType' property instead. Gets and sets the type of significant digits for outputing numeric values in this workbook. Default value is [CellsHelper.SignificantDigitsType](../cellshelper.significantdigitstype/). ```javascript -getSignificantDigits() : number; +getSignificantDigitsType() : SignificantDigitsType; ``` -**Remarks** +**Returns** -Only could be 15 or 17 now. +[SignificantDigitsType](../significantdigitstype/) -### setSignificantDigits(number) {#setSignificantDigits-number-} +### setSignificantDigitsType(SignificantDigitsType) {#setSignificantDigitsType-significantdigitstype-} -@deprecated. Please use the 'significantDigits' property instead. Gets and sets the number of significant digits. The default value is [CellsHelper.SignificantDigits](../cellshelper.significantdigits/). +@deprecated. Please use the 'significantDigitsType' property instead. Gets and sets the type of significant digits for outputing numeric values in this workbook. Default value is [CellsHelper.SignificantDigitsType](../cellshelper.significantdigitstype/). ```javascript -setSignificantDigits(value: number) : void; +setSignificantDigitsType(value: SignificantDigitsType) : void; ``` **Parameters:** | Parameter | Type | Description | | --- | --- | --- | -| value | number | The value to set. | - -**Remarks** - -Only could be 15 or 17 now. +| value | [SignificantDigitsType](../significantdigitstype/) | The value to set. | ### getCheckCompatibility() {#getCheckCompatibility--}