Unplanned
Last Updated: 23 Aug 2021 08:41 by ADMIN
Provide API to set the position of the second axis (left or right).
Completed
Last Updated: 03 Sep 2021 12:34 by ADMIN
Release R3 2021

Exporting sheet properties corrupts the file and it cannot be opened in Excel.

In the latest version we export: 

<sheetPr>
<pageSetUpPr fitToPage="true" />
<tabColor rgb="FF92D050" />
</sheetPr>

Excel cannot read this and tries to recover the file unsuccessfully. This works in R3 2020.

Completed
Last Updated: 20 Sep 2021 14:07 by ADMIN
Release R3 2021 SP1
When importing a document containing a destination that does not refer to a formula an exception is thrown: System.NullReferenceException: 'Object reference not set to an instance of an object.'
Completed
Last Updated: 09 Feb 2021 13:50 by ADMIN
Release R1 2021 SP1
When a NonTopLeftCellInMergedRange has a value set the column width is wrongly calculated.
Unplanned
Last Updated: 05 Oct 2021 08:02 by ADMIN
When importing a document with encrypted records a NotImplementedException is thrown: System.NotImplementedException: "Implement it based on poi 4.2 in the future".
Unplanned
Last Updated: 21 Jan 2021 10:04 by ADMIN
Created by: Dmitriy
Comments: 0
Category: SpreadProcessing
Type: Feature Request
1

At this point, only the styling is preserved without the hyperlink itself. Implement logic to add the hyperlink to the generated PDF document.

Workaround: check the attached project.

Completed
Last Updated: 28 Jan 2021 12:07 by ADMIN
Release R1 2021 SP1
Importing XLS document containing defined name with spaces in the sheet name causes exception
Unplanned
Last Updated: 31 Oct 2023 16:08 by ADMIN
Created by: Dimitar
Comments: 0
Category: SpreadProcessing
Type: Bug Report
1
The MATCH function does not work as expected. Should work exactly like in Excel. 
Unplanned
Last Updated: 08 Nov 2021 09:21 by ADMIN
Created by: Erwin
Comments: 0
Category: SpreadProcessing
Type: Feature Request
1
The XlsFormatProvider currently doesn't support charts and skips them while importing or exporting a document.
Completed
Last Updated: 17 Dec 2021 16:24 by ADMIN
Release R1 2022
The full data for the images is not copied and they are missing in the target worksheet.
Unplanned
Last Updated: 22 Jul 2021 11:16 by ADMIN
Created by: Dimitar
Comments: 0
Category: SpreadProcessing
Type: Feature Request
1
Introduce support for the XLOOKUP function.
Completed
Last Updated: 10 Nov 2020 11:20 by ADMIN
Release R1 2021
Exception when importing a file with missing print settings
Unplanned
Last Updated: 03 Jan 2022 14:42 by ADMIN
Created by: Wilfried
Comments: 0
Category: SpreadProcessing
Type: Feature Request
1
Currently, Formats such as Office 2003 XML are not supported. Introduce support for Excel 2003 XML Format.
Completed
Last Updated: 17 Feb 2022 15:22 by ADMIN
Release R1 2022 SP1
Provide API for converting cell range name to CellRange.
Completed
Last Updated: 08 Feb 2022 13:22 by ADMIN
Release R1 2022 SP1
NullReferenceException when importing a document that contains vml shapes with no row and column
Unplanned
Last Updated: 21 Jan 2022 15:30 by ADMIN
Created by: Joseph
Comments: 0
Category: SpreadProcessing
Type: Feature Request
1
Currently, the notes can contain plain text only. Allow inserting and preserving formatted text inside the notes.
Unplanned
Last Updated: 01 Feb 2022 08:23 by ADMIN
Created by: Mandip Kaila
Comments: 0
Category: SpreadProcessing
Type: Feature Request
1
Enable the users to execute the macros that are inside their files.
Unplanned
Last Updated: 20 Aug 2020 06:45 by ADMIN
The filter icon is shown in merged cells after import export
Completed
Last Updated: 21 Aug 2020 10:19 by ADMIN
Release R3 2020
Exception when the sheet name contains a single letter 
Unplanned
Last Updated: 24 Jul 2020 11:25 by ADMIN
Currently, if there is an unsupported feature in the imported document it is stripped and not preserved in the document model (the Workbook). When exporting the Workbook the resulting document contains only the supported features.