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. 
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: 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: 09 Feb 2021 13:50 by ADMIN
Release R1 2021 SP1
When a NonTopLeftCellInMergedRange has a value set the column width is wrongly calculated.
Completed
Last Updated: 18 Feb 2021 14:38 by ADMIN
Release R1 2021 SP1
Provide an API that can be used to change the culture used by the library. This way a culture different from the current thread culture can be used.
Unplanned
Last Updated: 19 Feb 2021 10:04 by ADMIN

When the Workbook has more than one sheet a localSheetId should be exported: 

<definedName name="xlnm.Print_Titles" localSheetId="0">Sheet1!$A$1</definedName>

localSheetId (from the OOXML specification): Specifies a boolean value that indicates whether the defined name is related to an external function, command, or other executable code.

Unplanned
Last Updated: 26 Feb 2021 08:13 by ADMIN
Some documents containing a lot of worksheets with complex data and images cause slow importing and/or exporting.
Unplanned
Last Updated: 03 Nov 2023 10:46 by ADMIN
Created by: CTI
Comments: 0
Category: SpreadProcessing
Type: Bug Report
1

In some cases when cells are merged the cell borders are not correctly imported.

Unplanned
Last Updated: 28 Jun 2021 05:23 by ADMIN
Unplanned
Last Updated: 25 Jun 2021 07:15 by ADMIN
Created by: Rishi
Comments: 0
Category: SpreadProcessing
Type: Feature Request
1
Export collection of object to a worksheet
Unplanned
Last Updated: 15 Jul 2021 14:33 by ADMIN
The current implementation of the XlsFormatProvider supports the BIFF8 format only.
Unplanned
Last Updated: 13 Aug 2021 06:31 by ADMIN
Wrong text position in a specific file when exporting to PDF
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.'
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: 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: 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.