In Development
Last Updated: 10 Mar 2026 15:33 by ADMIN

Add support for superscript and subscript font effects for cell formatting. Currently, this is not supported by the model and is omitted on import.
			
In Development
Last Updated: 10 Mar 2026 14:05 by ADMIN
Created by: Mario
Comments: 0
Category: PdfProcessing
Type: Feature Request
4
Expose internal GrayColor object.
In Development
Last Updated: 10 Mar 2026 13:49 by ADMIN
Created by: EUNKYUNG
Comments: 0
Category: SpreadProcessing
Type: Feature Request
1
XlsFormatProvider: Add support for hidden rows.
In Development
Last Updated: 10 Mar 2026 13:29 by ADMIN
ADMIN
Created by: Deyan
Comments: 0
Category: SpreadProcessing
Type: Feature Request
10
Add support for strikethrough font effect for cell formatting. Currently this is not supported by the model and is omitted on import.
Unplanned
Last Updated: 10 Mar 2026 12:45 by Łukasz
Created by: Łukasz
Comments: 0
Category: WordsProcessing
Type: Feature Request
3
PdfFormatProvider: Export accessible PDFs.
In Development
Last Updated: 06 Mar 2026 09:59 by ADMIN
Created by: Guillaume
Comments: 0
Category: PdfProcessing
Type: Feature Request
0

With the current implementation when exporting a Stitching function all the containing functions are exported as Sampled functions even if they originally have been imported as Exponential interpolation functions, which leads to an increase in the size of the document.

More information can be found in the PDF Specification.

Unplanned
Last Updated: 06 Mar 2026 09:33 by ADMIN

This is preserved in the xml once saved from MS Excel:

In Development
Last Updated: 05 Mar 2026 19:43 by ADMIN
ADMIN
Created by: Mihail
Comments: 0
Category: PdfProcessing
Type: Feature Request
0
Implement the Exponential Interpolation Function in PdfProcessing. Currently, NotSupportedFunctionTypeException is thrown with a message "Function type 2 is not supported."
Completed
Last Updated: 04 Mar 2026 13:48 by ADMIN
Release 2026.1.304 (2026 Q1)

With the current implementation, the compression setting is omitted:

  • streamWriter.Settings.StreamCompression
Unplanned
Last Updated: 04 Mar 2026 11:29 by ADMIN
Created by: Christophe
Comments: 2
Category: SpreadProcessing
Type: Feature Request
10
At this point, XlsFormatProvider doesn't support images and they are not imported into Workbook while reading an .xls file.
Unplanned
Last Updated: 04 Mar 2026 11:29 by ADMIN
Created by: Manish
Comments: 4
Category: SpreadProcessing
Type: Feature Request
2
Add support for TRANSPOSE function.
Unplanned
Last Updated: 04 Mar 2026 11:29 by ADMIN
Created by: DARS
Comments: 4
Category: SpreadProcessing
Type: Feature Request
3
At this point XLS import of SpreadProcessing does not have support for notes/comments.
Unplanned
Last Updated: 03 Mar 2026 13:32 by ADMIN
ADMIN
Created by: Deyan
Comments: 13
Category: SpreadProcessing
Type: Feature Request
82
Add support for creating Tables and applying tables styles (predefined ones or custom).
Unplanned
Last Updated: 02 Mar 2026 16:00 by Wes
Created by: Wes
Comments: 0
Category: WordsProcessing
Type: Feature Request
1
Add support for AutoTextList field.
Unplanned
Last Updated: 26 Feb 2026 06:04 by ADMIN
Created by: Brett
Comments: 2
Category: WordsProcessing
Type: Feature Request
8

Add support for VML shapes.

Related: Add support for Shape Group.

Shape Group is used to collect shapes and groups so they can be positioned and transformed as a single unit. A group contains group, shapetype, shape, pre-defined shape - arc, curve, image, line, oval, polyline, rect, roundrect - and lock elements.

When the object is serialized out as XML, its qualified name is v:group.

Duplicated
Last Updated: 17 Feb 2026 12:34 by ADMIN

Such a document can be considered invalid. However, it would be good to provide functionality to handle it.

Update: After reviewing the case, we concluded that the issue is caused by the document being linearized. Therefore, this item is being marked as a duplicate. Please follow the related public item to receive notifications about future status updates.

 

Completed
Last Updated: 13 Feb 2026 09:39 by ADMIN
Release 2026.1.210 (2026 Q1)
Introduce support for TimeStampServer when using the PdfStreamSigner.
Unplanned
Last Updated: 12 Feb 2026 10:45 by Rob
Created by: Rob
Comments: 0
Category: PdfProcessing
Type: Feature Request
2
Add support for PDF Portfolios.
Unplanned
Last Updated: 10 Feb 2026 11:37 by ADMIN
ADMIN
Created by: Tanya
Comments: 5
Category: SpreadProcessing
Type: Feature Request
12

Provide the ability to work with images in headers/footers of a worksheet. Note that large images put in headers are visualized as watermarks on printing/exporting to PDF.

Watermark in Excel: https://support.office.com/en-us/article/add-a-watermark-in-excel-a372182a-d733-484e-825c-18ddf3edf009

 

Unplanned
Last Updated: 03 Feb 2026 15:35 by ADMIN
ADMIN
Created by: Deyan
Comments: 6
Category: SpreadProcessing
Type: Feature Request
10
Currently, the numbers in a CSV file are parsed as numbers, and the leading zeros are lost. In MS Excel, leading zeros could be preserved when the values are imported as text using the more sophisticated text import wizard (http://www.upenn.edu/computing/da/bo/webi/qna/iv_csvLeadingZeros.html ).

Workaround: The values could be extracted using a third-party (or custom) CSV parser, and inserted manually into the model, using CellSelection.SetValueAsText method (http://docs.telerik.com/devtools/document-processing/libraries/radspreadprocessing/working-with-cells/cell-value-types.html ).
1 2 3 4 5 6