새로운 속성을 사용하면 사용자가 CHAR 및 CODE와 같은 수식을 계산할 때 문자 인코딩을 지정할 수 있습니다.
4월 14, 2023
신규 버전
기능
Adds XlsbSaveOptions.LightCellsDataProvider property - Allows users to save XLSB files in 'LightCell' mode.
Adds Worksheet.CalculateArrayFormula(…) methods - Allows users to calculate one formula as array formula dynamically without setting it to a cell at first.
Adds CalculationOptions.CharacterEncoding property - Allows users to specify the encoding used for characters when calculating formulas such as CHAR and CODE.
Adds EquationNode class and it’s derived classes - Allows users to complete the construction of an equation shape by inserting relevant nodes.
Adds FileFormatType.XHtml and FileFormat.OneNote enums - Represents the XHTML and Microsoft OneNote file format type.
Adds FontConfigs.IsFontAvailable() method - Returns whether the font is available.
Adds LoadOptions.IgnoreUselessShapes property - Indicates whether to ignore useless shapes in XLSX files.
Adds PivotArea.OnlyData and OnlyLabel properties - Represents whether only selecting data or label for pivot area.