You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: english/nodejs-cpp/_index.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -241,6 +241,7 @@ is_root: true
241
241
|[LowCodeSaveOptionsProviderOfAssembling](./lowcodesaveoptionsproviderofassembling)| Implementation to provide save options which save split parts to files and the path of resultant file are named as(it may contains directories): [PathHeader](../nodejs-cpp/pathheader/)+[SheetPrefix](../nodejs-cpp/sheetprefix/)+SheetIndex(or SheetName) +[SplitPartPrefix](../nodejs-cpp/splitpartprefix/)+SplitPartIndex+[PathTail](../nodejs-cpp/pathtail/). |
242
242
|[LowCodeSaveOptionsProviderOfPlaceHolders](./lowcodesaveoptionsproviderofplaceholders)| Implementation to provide save options which save split parts to files and the path of resultant file are defined with placeholders. |
243
243
|[LowCodeSplitOptions](./lowcodesplitoptions)| Options for splitting spreadsheet. |
244
+
|[MarkdownLoadOptions](./markdownloadoptions)| Represents the options for loading markdown document. |
244
245
|[MarkdownSaveOptions](./markdownsaveoptions)| Represents the save options for markdown. |
245
246
|[Marker](./marker)| Represents the marker in a line chart, scatter chart, or radar chart. |
246
247
|[MathematicalEquationNode](./mathematicalequationnode)| This class specifies an equation or mathematical expression. All mathematical text of equations or mathematical expressions are contained by this class. |
@@ -385,7 +386,7 @@ is_root: true
385
386
|[ShapeGuideCollection](./shapeguidecollection)| Encapsulates a collection of shape guide |
386
387
|[ShapePath](./shapepath)| Represents a creation path consisting of a series of moves, lines and curves that when combined will form a geometric shape. |
387
388
|[ShapePathCollection](./shapepathcollection)| Represents path collection information in NotPrimitive autoshape |
388
-
|[ShapePathPoint](./shapepathpoint)|Represents an x-y coordinate within the path coordinate space. |
389
+
|[ShapePathPoint](./shapepathpoint)|Specify position coordinates or angle markers. Position coordinates represent the coordinates of a path in a coordinate space (e.g. X/Y). Angle markers indicate angular changes in a path (e.g. the start and swing angles of an arc). |
389
390
|[ShapePathPointCollection](./shapepathpointcollection)| Represents all shape path points. |
390
391
|[ShapePropertyCollection](./shapepropertycollection)| This class specifies the visual shape properties for a chart element or shape. |
391
392
|[ShapeSegmentPath](./shapesegmentpath)| Represents a segment path in a path of the freeform. |
@@ -550,6 +551,7 @@ is_root: true
550
551
|[CellsUnitType](./cellsunittype)| Specifies the unit of measurement. |
551
552
|[CellValueFormatStrategy](./cellvalueformatstrategy)| Specifies how to apply style for the value of the cell. |
552
553
|[CellValueType](./cellvaluetype)| Specifies a cell value type. |
554
+
|[ChartColorPaletteType](./chartcolorpalettetype)| Enumerates all Monochromatic Palettes used in Excel chart. |
553
555
|[ChartLineFormattingType](./chartlineformattingtype)| Represents line format type of chart line. |
554
556
|[ChartMarkerType](./chartmarkertype)| Represents the marker style in a line chart, scatter chart, or radar chart. |
555
557
|[ChartSplitType](./chartsplittype)| Represents the way the two sections of either a pie of pie chart or a bar of pie chart are split. |
@@ -751,6 +753,7 @@ is_root: true
751
753
|[SensitivityLabelMarkType](./sensitivitylabelmarktype)| Represents the types of content marking that ought to be applied to a file. |
752
754
|[ShapeAnchorType](./shapeanchortype)| Represents the anchor type. |
753
755
|[ShapeLockType](./shapelocktype)| Represents type of the property to be locked. |
756
+
|[ShapePathPointValueType](./shapepathpointvaluetype)| Specifies the value type of [ShapePathPoint](../nodejs-cpp/shapepathpoint/) object |
|[ShapeTextVerticalAlignmentType](./shapetextverticalalignmenttype)| It corresponds to "Format Shape - Text Options - Text Box - Vertical Alignment" in Excel. |
756
759
|[SheetType](./sheettype)| Specifies the worksheet type. |
Copy file name to clipboardExpand all lines: english/nodejs-cpp/abstracttextloadoptions/_index.md
+18-6Lines changed: 18 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ class AbstractTextLoadOptions extends LoadOptions;
44
44
|[keepUnparsedData](#keepUnparsedData--)| boolean | Whether keep the unparsed data in memory for the Workbook when it is loaded from template file. Default is true. |
45
45
|[loadFilter](#loadFilter--)| LoadFilter | The filter to denote how to load data. |
46
46
|[lightCellsDataHandler](#lightCellsDataHandler--)| LightCellsDataHandler | The data handler for processing cells data when reading template file. |
47
-
|[memorySetting](#memorySetting--)| MemorySetting | Gets or sets the memory usage options. |
47
+
|[memorySetting](#memorySetting--)| MemorySetting | Gets or sets the memory mode for loaded workbook. |
48
48
|[warningCallback](#warningCallback--)| IWarningCallback | Gets or sets warning callback. |
49
49
|[autoFitterOptions](#autoFitterOptions--)| AutoFitterOptions | Gets and sets the auto fitter options |
50
50
|[autoFilter](#autoFilter--)| boolean | Indicates whether auto filtering the data when loading the files. |
@@ -93,8 +93,8 @@ class AbstractTextLoadOptions extends LoadOptions;
93
93
|[setLoadFilter(LoadFilter)](#setLoadFilter-loadfilter-)| <b>@deprecated.</b> Please use the 'loadFilter' property instead. The filter to denote how to load data. |
94
94
|[getLightCellsDataHandler()](#getLightCellsDataHandler--)| <b>@deprecated.</b> Please use the 'lightCellsDataHandler' property instead. The data handler for processing cells data when reading template file. |
95
95
|[setLightCellsDataHandler(LightCellsDataHandler)](#setLightCellsDataHandler-lightcellsdatahandler-)| <b>@deprecated.</b> Please use the 'lightCellsDataHandler' property instead. The data handler for processing cells data when reading template file. |
96
-
|[getMemorySetting()](#getMemorySetting--)| <b>@deprecated.</b> Please use the 'memorySetting' property instead. Gets or sets the memory usage options. |
97
-
|[setMemorySetting(MemorySetting)](#setMemorySetting-memorysetting-)| <b>@deprecated.</b> Please use the 'memorySetting' property instead. Gets or sets the memory usage options. |
96
+
|[getMemorySetting()](#getMemorySetting--)| <b>@deprecated.</b> Please use the 'memorySetting' property instead. Gets or sets the memory mode for loaded workbook. |
97
+
|[setMemorySetting(MemorySetting)](#setMemorySetting-memorysetting-)| <b>@deprecated.</b> Please use the 'memorySetting' property instead. Gets or sets the memory mode for loaded workbook. |
98
98
|[setWarningCallback(IWarningCallback)](#setWarningCallback-iwarningcallback-)| <b>@deprecated.</b> Please use the 'warningCallback' property instead. Gets or sets warning callback. |
99
99
|[getWarningCallback()](#getWarningCallback--)| <b>@deprecated.</b> Please use the 'warningCallback' property instead. Gets or sets warning callback. |
100
100
|[getAutoFitterOptions()](#getAutoFitterOptions--)| <b>@deprecated.</b> Please use the 'autoFitterOptions' property instead. Gets and sets the auto fitter options |
Notable limits and recommended operations for some modes: <list type="table"> <listheader> <description>Mode</description> <description>Remarks</description> <description>Supported</description> </listheader> <item> <description>[MemorySetting.MemoryPreference](../memorysetting.memorypreference/)</description> <description>Cells data will be maintained in compact format to decrease the memory cost. On other hand, the compact data also may cause higher time cost, especially when updating the cells data, or accessing cells/rows randomly</description> <description>v8.0.0</description> </item> <item> <description>[MemorySetting.FileCache](../memorysetting.filecache/)</description> <description> When this mode is used for any worksheet in one workbook, [Workbook.Dispose()](../workbook.dispose()/) should be called at the end of work to release all resources such as the temporary files. <br></br> Randomly accessing cells will give poor performance because data needs to be read/updated randomly and repeatedly(so the pointer in the file will be changed accordingly and IO operations will be required repeatedly). If possible, please always access the data sequentially(row by row). <br></br> When the data of one row/cell be changed, data of other cells/rows may also be influenced(such as the data be shifted/moved to other places to allocated enough spaces for the changed data). So every change of every data requires synchronization of other existing objects( such as Row or Cell object). So, to get better performance, please do not maintain multiple Rows/Cells at the same time. Processing them one by one will reduce the data synchronization for them so the performance can be improved a bit. </description> <description>v25.7</description> </item> </list
Notable limits and recommended operations for some modes: <list type="table"> <listheader> <description>Mode</description> <description>Remarks</description> <description>Supported</description> </listheader> <item> <description>[MemorySetting.MemoryPreference](../memorysetting.memorypreference/)</description> <description>Cells data will be maintained in compact format to decrease the memory cost. On other hand, the compact data also may cause higher time cost, especially when updating the cells data, or accessing cells/rows randomly</description> <description>v8.0.0</description> </item> <item> <description>[MemorySetting.FileCache](../memorysetting.filecache/)</description> <description> When this mode is used for any worksheet in one workbook, [Workbook.Dispose()](../workbook.dispose()/) should be called at the end of work to release all resources such as the temporary files. <br></br> Randomly accessing cells will give poor performance because data needs to be read/updated randomly and repeatedly(so the pointer in the file will be changed accordingly and IO operations will be required repeatedly). If possible, please always access the data sequentially(row by row). <br></br> When the data of one row/cell be changed, data of other cells/rows may also be influenced(such as the data be shifted/moved to other places to allocated enough spaces for the changed data). So every change of every data requires synchronization of other existing objects( such as Row or Cell object). So, to get better performance, please do not maintain multiple Rows/Cells at the same time. Processing them one by one will reduce the data synchronization for them so the performance can be improved a bit. </description> <description>v25.7</description> </item> </list
| value |[MemorySetting](../memorysetting/)| The value to set. |
736
744
745
+
**Remarks**
746
+
747
+
Notable limits and recommended operations for some modes: <list type="table"> <listheader> <description>Mode</description> <description>Remarks</description> <description>Supported</description> </listheader> <item> <description>[MemorySetting.MemoryPreference](../memorysetting.memorypreference/)</description> <description>Cells data will be maintained in compact format to decrease the memory cost. On other hand, the compact data also may cause higher time cost, especially when updating the cells data, or accessing cells/rows randomly</description> <description>v8.0.0</description> </item> <item> <description>[MemorySetting.FileCache](../memorysetting.filecache/)</description> <description> When this mode is used for any worksheet in one workbook, [Workbook.Dispose()](../workbook.dispose()/) should be called at the end of work to release all resources such as the temporary files. <br></br> Randomly accessing cells will give poor performance because data needs to be read/updated randomly and repeatedly(so the pointer in the file will be changed accordingly and IO operations will be required repeatedly). If possible, please always access the data sequentially(row by row). <br></br> When the data of one row/cell be changed, data of other cells/rows may also be influenced(such as the data be shifted/moved to other places to allocated enough spaces for the changed data). So every change of every data requires synchronization of other existing objects( such as Row or Cell object). So, to get better performance, please do not maintain multiple Rows/Cells at the same time. Processing them one by one will reduce the data synchronization for them so the performance can be improved a bit. </description> <description>v25.7</description> </item> </list
748
+
737
749
### getStyle() {#getStyle--}
738
750
739
751
<b>@deprecated.</b> Please use the 'style' property instead. Gets and sets the default style of the worksheet.
0 commit comments