Completed
Last Updated: 07 Dec 2021 14:43 by ADMIN
Release R1 2022
Exception when rounding a decimal value in a formula with a lot of precision numbers
Unplanned
Last Updated: 23 Nov 2021 14:51 by ADMIN

The content of some rows which contain new lines can be clipped when a fixed-width column is wrapped.

This can be observed in the following images.

Before the export:

After the export:

Unplanned
Last Updated: 28 Feb 2022 12:53 by ADMIN
The formula when adding a number to date is not calculated correctly. 
Unplanned
Last Updated: 10 Dec 2021 09:18 by ADMIN

The vertical grid lines are not visible in a scatter chart. The grid lines are visible when opened in Excel.

 

Unplanned
Last Updated: 07 Nov 2024 11:51 by ADMIN
Formula evaluation causes an endless loop when importing a specific file
Completed
Last Updated: 16 Feb 2022 12:55 by ADMIN
Release R1 2022 SP1
If some notes exist below the inserted/removed cells, the notes need to be moved as well along with the rest of the cells. Currently, after insert/remove, the notes are still associated with the original cell index thus are in the wrong cells.
Unplanned
Last Updated: 08 Feb 2022 12:47 by ADMIN
Indirect function cannot get named range by name as string or cell value.
Unplanned
Last Updated: 05 Apr 2022 07:08 by ADMIN
Created by: Divya
Comments: 2
Category: SpreadProcessing
Type: Feature Request
0
A feature in Excel allows adding ActiveX controls in the Worksheets. You can insert the ActiveX controls from the Developer ribbon tab from the insert button. As it is a missing feature it is not imported and thus removed from the document on export.
Unplanned
Last Updated: 07 Feb 2022 15:55 by Divya
Created by: Divya
Comments: 0
Category: SpreadProcessing
Type: Feature Request
0
The Spilled range operator (#) is responsible for selecting the whole range of values used after a cell reference.
Completed
Last Updated: 09 Feb 2022 14:20 by ADMIN
Release R1 2022 SP1
The error is with a message "Index and count must refer to a location within the string (Parameter 'count')" and is thrown inside the FormatHelper.FindAllOccurrences method.
Completed
Last Updated: 18 Apr 2022 14:08 by ADMIN
Release R2 2022
DataTableFormatProvider: One should be able to set the AllowDBNull property of each column.
Completed
Last Updated: 14 Mar 2022 16:08 by ADMIN
Release R2 2022
Applying conditional formatting to different worksheets and exporting the file to XLSX results in a file with conditional formatting on the active sheet only. The conditional formatting on the rest of the worksheets is lost. 
Completed
Last Updated: 16 Aug 2022 12:18 by ADMIN
Release LIB 2022.2.822 (22 Aug 2022)
The pie chart is not rendered correctly and is not converted to pdf as expected.
Completed
Last Updated: 18 Apr 2022 09:05 by ADMIN
Release R2 2022

The format applied to the first value of the range of the chart determines the format of the value (vertical) axis. If the format of this value is changed, the model attempts to set a new format to the axis. If the chart does not support axes, the value of its PrimaryAxes property is null, which causes NullReferenceException.

Unplanned
Last Updated: 03 May 2022 11:44 by ADMIN
ADMIN
Created by: Tanya
Comments: 0
Category: SpreadProcessing
Type: Feature Request
0
Currently, indexed colors are imported only regarding the default color palette. Instead, when the entire palette is predefined using a construct like: 

  <colors>
    <indexedColors>
      <rgbColor rgb="00000000"/>
      ...

in styles.xml part, the indexed should be changed with the provided ones. As this feature is not implemented, such colors are changed during the import.
Completed
Last Updated: 31 Aug 2022 07:22 by ADMIN
Release R3 2022
Chart not visible when file has OneCellAnchor xaml element.
Unplanned
Last Updated: 06 May 2022 04:25 by IGK
Add API that allows one to manipulate the macros inside a Workbook.
Completed
Last Updated: 26 May 2022 13:15 by ADMIN
Release R2 2022 SP1

SpreadProcessing: Upon export, sheet reference in formulas such as VLOOKUP is lost when using whole row/column references.
For example the formula
=VLOOKUP("test",Sheet1!A:C,1,0) is exported as

=VLOOKUP("test",A:C,1,0)

Completed
Last Updated: 13 Jun 2022 08:48 by ADMIN
Release R2 2022 SP1
When a file is imported that has an unsupported theme color type, the resulting ThemableColor is null. This results in a NullReferenceException on export.
Unplanned
Last Updated: 03 Jun 2022 19:38 by ADMIN
If a cell has a style set (e.g. Bad) and no fill set on the same cell, after import and export, the no fill setting will be lost and the cell will be shown with its cell style instead.