Unplanned
Last Updated: 05 Mar 2021 08:41 by ADMIN
Specific documents are imported with a wrong column width which leads to a wrong preview of the cell content.
Unplanned
Last Updated: 26 Feb 2021 10:13 by ADMIN
When the cell content overflows the cell width the left cell border is not exported to PDF.
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: 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.
Completed
Last Updated: 05 Mar 2021 14:06 by ADMIN
Release R2 2021
An invalid file is generated when the freezing panes are set and the file is opened in Excel
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: 18 Feb 2021 10:44 by ADMIN

When the spreadsheet contains empty rows and the format of some cells is set the rows are still exported to pdf or printed.  

To workaround this set the print area with the following code:

IPropertyDefinition[] propertyDefinitionsAffectiingPringing = new IPropertyDefinition[] { CellPropertyDefinitions.ValueProperty };
CellRange usedCellRange = workbook.Worksheets[0].GetUsedCellRange(propertyDefinitionsAffectiingPringing);

workbook.Worksheets[0].WorksheetPageSetup.PrintArea.SetPrintArea(usedCellRange);

 

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.
Completed
Last Updated: 12 Feb 2021 12:54 by ADMIN
Release R1 2021 SP1
The TabColor is lost on import/export and setting in the code
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: 09 Feb 2021 08:42 by ADMIN
Release R1 2021 SP1
Created by: Joshua
Comments: 1
Category: SpreadProcessing
Type: Bug Report
0
Clearing an entire row is too slow.
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: 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 Dec 2020 14:37 by ADMIN
Release R1 2021
Exporting a workbook that has a data validation rule applied on a cell with hyperlink inside results in an invalid spreadsheet document. Trying to open the result in MS Excel, an error appears and letting Excel repair the content results in a missing worksheet.
Completed
Last Updated: 09 Dec 2020 15:50 by ADMIN
Release R1 2021
An InvalidOperationException is thrown when importing XLS document containing Extra Table Data record.
Unplanned
Last Updated: 03 Dec 2020 09:51 by ADMIN
Created by: Dimitar
Comments: 0
Category: SpreadProcessing
Type: Feature Request
0

Add support for the EDATE function.

Use the attached custom function as a workaround.

Completed
Last Updated: 10 Nov 2020 11:20 by ADMIN
Release R1 2021
Exception when importing a file with missing print settings
Completed
Last Updated: 10 Nov 2020 11:16 by ADMIN
Release R1 2021
Exception when importing a file with a specific print area.