Unplanned
Last Updated: 02 Mar 2026 12:43 by Manish
Manish
Created on: 02 Mar 2026 12:43
Category: SpreadProcessing
Type: Feature Request
2
SpreadProcessing: Add support for importing comments with other names than comments.xml

The XlsxPartNames class expects a strict name for reading the comments parts:

public const string CommentsPartName = @"/xl/comments{0}.xml";

However, some third-party tools may change the name to GemComments.xml for example. 

MS Excel recognizes this naming for the comments part. It would be nice to provide such functionality in RadSpreadProcessing.

0 comments