Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 2.58 KB

comments-vs-notes-in-radspreadprocessing.md

File metadata and controls

43 lines (28 loc) · 2.58 KB
title description type page_title slug tags res_type
Comments vs Notes in RadSpreadProcessing
Learn how to set comments and notes on cells in RadSpreadProcessing for Document Processing and understand the difference between Comments and Notes in Excel.
how-to
Comments vs Notes in RadSpreadProcessing
comments-vs-notes-in-radspreadprocessing
comments, notes, excel, spreadprocessing
kb

Environment

Version Product Author
2024.1.124 RadWordsProcessing Desislava Yordanova

Description

When opening XLSX files in MS Excel, the comments may appear as threaded comments. This article explains the reason behind this behavior.

Threaded Comments in MS Excel

Solution

The [SpreadProcessing]({%slug radspreadprocessing-overview%}) library supports both [Comments]({%slug radspreadprocessing-features-comments%}) and [Notes]({%slug radspreadprocessing-features-notes%}) in Excel. The difference between them is as follows:

  • Comments: These are the traditional comments that were available in earlier versions of Excel. They are anchored as small purple triangles in the corners of cells and can be viewed by hovering over the cell. Each comment can be replied to, forming a thread of information.

Comments in MS Excel

  • Notes: They are used for making notes or annotations about the data.

Notes in MS Excel

Microsoft rebranded their Comments to Notes, and added the possibility to add comments to comments - that is now known as Threaded Comments or just Comments. That is why some documents may have Comments and others - Notes. It depends on the MS Excel version on which the document was generated.

For more information about the changes in Excel's functionality, you can refer to the following link: Comments and Notes Updates in Excel

Telerik Document Processing Libraries do not have an effect on this changed behavior of the mechanism in MS Excel and how the documents are generated or displayed. We just provide functionalities, Comments, and Notes. No matter what document is imported in the SpreadProcessing library, you can iterate both collections and extract whatever data is stored.

See Also

  • [Comments]({%slug radspreadprocessing-features-comments%})
  • [Notes]({%slug radspreadprocessing-features-notes%})