Declined
Last Updated: 25 May 2023 14:48 by ADMIN

Hi 

is there possible Telerik RadSpreadProcessing able to print repeat column on every printed page?

 

 

Completed
Last Updated: 17 May 2023 14:09 by ADMIN
Release R2 2023
Exporting to PDF documents containing empty table rows results in 0 height of the rows.
Completed
Last Updated: 11 May 2023 06:21 by ADMIN
Release R2 2023
InvalidCastException when importing documents where the "endobj" keyword in not on a new line.
Declined
Last Updated: 10 May 2023 15:06 by ADMIN
Created by: Chris
Comments: 1
Category: Telerik Document Processing
Type: Bug Report
0

When importing an XLSX that has "Date" number-formatted cells, and those cells have the 5-digit representation of th edate, XslxFormatProvider.Import(bytes) will throw a KeyNotFoundException. The exception message is "The given key '58' was not present in the dictionary" for the particular case we're looking at.

Unfortunately, we cannot provide the file itself, as it has PHI in it. And, when we open it in Excel and resave it, Excel will automatically convert the 5-digit representation to a normal date. This new file will import just fine. However, we're trying to cut out that intermediate step.

Pertinent portion of the stack trace:
   at System.ThrowHelper.ThrowKeyNotFoundException[T](T key)

   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
   at Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.Xlsx.Contexts.XlsxWorksheetImportContext.ImportDirectFormattingInRange(XlsxWorkbookImportContext workbookContext, FormattingRecord directFormatting, PropertyBagBase propertyBag, Int64 start, Int64 end)
   at Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.Xlsx.Contexts.XlsxWorksheetImportContext.EndImport(XlsxWorkbookImportContext workbookContext)
   at Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.Xlsx.Contexts.XlsxWorkbookImportContext.EndImport()
   at Telerik.Windows.Documents.FormatProviders.OpenXml.OpenXmlImporter`1.Import(Stream input, IOpenXmlImportContext context)
   at Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.Xlsx.XlsxFormatProvider.ImportOverride(Stream input)
   at Telerik.Windows.Documents.Spreadsheet.FormatProviders.WorkbookFormatProviderBase.Import(Stream input)
   at Telerik.Windows.Documents.Spreadsheet.FormatProviders.BinaryWorkbookFormatProviderBase.Import(Byte[] input)
   at .....

 

 

Completed
Last Updated: 08 May 2023 15:27 by ADMIN
Release R2 2023
Provide support for importing rich text as plain text.
Unplanned
Last Updated: 05 May 2023 14:20 by Russ

The problem can be found in two places:

1. When the value "7400-5" is pasted, the result in Spreadsheet is 2008956, which is the underlying raw date value.

2. When 7400-5 is written in the control directly, the result is 5/1/7400, which is 2008956 with a date format on it.

Completed
Last Updated: 28 Apr 2023 12:54 by ADMIN
When auto fitting the width of columns containing conditional formatting sometimes causes NullReferenceException.
Completed
Last Updated: 27 Apr 2023 11:50 by ADMIN
Release R2 2023
Some files, where the parts of the xlsx are arranged in specific order, throw InvalidOperationException: "Sequence contains no matching element".
Duplicated
Last Updated: 26 Apr 2023 12:52 by ADMIN
Created by: RRE
Comments: 1
Category: Telerik Document Processing
Type: Feature Request
0

Telerik expose beautyfull document processing: you can automate a lot of thinks in document without user interaction.

But doesn't exists nothing about print this documents without user interaction: you have to open document on a webpage in a component and the print it.

 

For example: filling out a form can be done internally by process but not printed it.

 

Renato

 

Unplanned
Last Updated: 12 Apr 2023 14:52 by ADMIN
Created by: Joseph
Comments: 0
Category: Telerik Document Processing
Type: Feature Request
7
I'd like to see EML to PDF support.  It's difficult to reconstruct construct multi-part emails (i.e. emails with pictures) from EML files to render to HTML and then to PDF.  It would be nice if their was a turn-key solution as a part of the Document Processing library.
Unplanned
Last Updated: 27 Mar 2023 13:29 by Adam
Created by: Adam
Comments: 0
Category: Telerik Document Processing
Type: Feature Request
3
HtmlFormatProvider: Add support for the <header> tag
Unplanned
Last Updated: 21 Mar 2023 07:43 by Jyotika
When a workbook is created and then exported, there are about 20mb of unmanaged memory remaining at the end of the application run.
Unplanned
Last Updated: 16 Mar 2023 08:23 by Joel
Wrong image resizing leads to cropped images when adding large images
Completed
Last Updated: 06 Mar 2023 14:48 by ADMIN
Release R1 2023 SP1
Using the COUNTIF function throws an exception if the criteria parameter is set to "<>".
Unplanned
Last Updated: 03 Mar 2023 07:17 by Ron

One cannot build the source code for document processing.

Error Message: StyleCop.MSBuild.5.0.0\build\StyleCop.MSBuild.targets" was not found. Confirm that the expression in the Import declaration "..\Tools\StyleCop.MSBuild.5.0.0\build\StyleCop.MSBuild.targets" is correct, and that the file exists on disk. 

Unplanned
Last Updated: 24 Feb 2023 13:12 by David
Importing documents containing emojis throws an ArgumentException.
Unplanned
Last Updated: 24 Feb 2023 07:49 by Patgat
Created by: Patgat
Comments: 0
Category: Telerik Document Processing
Type: Bug Report
4
The Row Height is not respected when converting to pdf.
Unplanned
Last Updated: 17 Feb 2023 16:25 by TheGramix
Iterating the rows of the worksheet without reading the cells is not moving to the next row.
Unplanned
Last Updated: 17 Feb 2023 11:03 by Walter
Created by: Walter
Comments: 0
Category: Telerik Document Processing
Type: Feature Request
0
Add support for pivot charts.
Completed
Last Updated: 14 Feb 2023 06:49 by ADMIN
Release R1 2023 SP1
Created by: Sebastiaan
Comments: 8
Category: Telerik Document Processing
Type: Bug Report
0

I can't share the document publicly.

Stack trace:

System.ArgumentException: Unexpected value = 100.0%
   at Telerik.Windows.Documents.Flow.FormatProviders.Docx.Model.Types.FractionalValueConverter.ConvertFromString(String value)
   at Telerik.Windows.Documents.FormatProviders.OpenXml.Model.Core.ConvertedOpenXmlAttribute`1.SetStringValue(IOpenXmlImportContext context, String value)
   at Telerik.Windows.Documents.FormatProviders.OpenXml.Model.Elements.OpenXmlElementBase.ReadAttributes(IOpenXmlReader reader, IOpenXmlImportContext context)
   at Telerik.Windows.Documents.FormatProviders.OpenXml.Model.Elements.OpenXmlElementBase.Read(IOpenXmlReader reader, IOpenXmlImportContext context)
   at Telerik.Windows.Documents.FormatProviders.OpenXml.Model.Elements.OpenXmlElementBase.ReadChildElements(IOpenXmlReader reader, IOpenXmlImportContext context)
   at Telerik.Windows.Documents.FormatProviders.OpenXml.Model.Elements.OpenXmlElementBase.Read(IOpenXmlReader reader, IOpenXmlImportContext context)
   at Telerik.Windows.Documents.FormatProviders.OpenXml.Model.Elements.OpenXmlElementBase.ReadChildElements(IOpenXmlReader reader, IOpenXmlImportContext context)
   at Telerik.Windows.Documents.FormatProviders.OpenXml.Model.Elements.OpenXmlElementBase.Read(IOpenXmlReader reader, IOpenXmlImportContext context)
   at Telerik.Windows.Documents.FormatProviders.OpenXml.Model.Elements.OpenXmlElementBase.ReadChildElements(IOpenXmlReader reader, IOpenXmlImportContext context)
   at Telerik.Windows.Documents.FormatProviders.OpenXml.Model.Elements.OpenXmlElementBase.Read(IOpenXmlReader reader, IOpenXmlImportContext context)
   at Telerik.Windows.Documents.FormatProviders.OpenXml.Model.Elements.OpenXmlElementBase.ReadChildElements(IOpenXmlReader reader, IOpenXmlImportContext context)
   at Telerik.Windows.Documents.FormatProviders.OpenXml.Model.Elements.OpenXmlElementBase.Read(IOpenXmlReader reader, IOpenXmlImportContext context)
   at Telerik.Windows.Documents.FormatProviders.OpenXml.Model.Elements.OpenXmlElementBase.ReadChildElements(IOpenXmlReader reader, IOpenXmlImportContext context)
   at Telerik.Windows.Documents.FormatProviders.OpenXml.Model.Elements.OpenXmlElementBase.Read(IOpenXmlReader reader, IOpenXmlImportContext context)
   at Telerik.Windows.Documents.FormatProviders.OpenXml.Model.Elements.OpenXmlElementBase.ReadChildElements(IOpenXmlReader reader, IOpenXmlImportContext context)
   at Telerik.Windows.Documents.FormatProviders.OpenXml.Model.Elements.OpenXmlElementBase.Read(IOpenXmlReader reader, IOpenXmlImportContext context)
   at Telerik.Windows.Documents.FormatProviders.OpenXml.Model.Elements.OpenXmlElementBase.ReadChildElements(IOpenXmlReader reader, IOpenXmlImportContext context)
   at Telerik.Windows.Documents.FormatProviders.OpenXml.Model.Elements.OpenXmlElementBase.Read(IOpenXmlReader reader, IOpenXmlImportContext context)
   at Telerik.Windows.Documents.FormatProviders.OpenXml.Model.Parts.OpenXmlPartBase.Import(IOpenXmlReader reader, IOpenXmlImportContext context)
   at Telerik.Windows.Documents.Flow.FormatProviders.Docx.Model.Parts.HeaderPart.Import(IOpenXmlReader reader, IOpenXmlImportContext context)
   at Telerik.Windows.Documents.FormatProviders.OpenXml.Model.Parts.OpenXmlPartBase.Import(Stream stream, IOpenXmlImportContext context)
   at Telerik.Windows.Documents.FormatProviders.OpenXml.OpenXmlImporter`1.ImportPartFromArchive(ZipArchiveEntry zipEntry, PartBase part, IOpenXmlImportContext context)
   at Telerik.Windows.Documents.FormatProviders.OpenXml.OpenXmlImporter`1.Import(Stream input, IOpenXmlImportContext context)
   at Telerik.Windows.Documents.Flow.FormatProviders.Docx.DocxFormatProvider.ImportOverride(Stream input)
   at Telerik.Windows.Documents.Common.FormatProviders.FormatProviderBase`1.Import(Stream input)
The document opens fine in Word.