DEV Community

IronSoftware
IronSoftware

Posted on • Originally published at ironsoftware.com

1 1

Edit Excel Metadata in C#

Read and Write Excel file metadata in C# including:

  • ApplicationName Gets the name of the application with which the file was created.
  • Author - Gets or sets the author of the file.
  • Category - Gets or sets the category of the file.
  • Comments - Gets or sets the comments field value.
  • Company - Gets the company field value.
  • Created - Gets or sets the creation time.
  • CustomProperties - Gets the custom properties of the workbook.
  • Keywords - Gets or sets the keywords field value.
  • LastPrinted - Gets or sets the last printed time.
  • Manager - Gets the manager field value.
  • Modified - Gets or sets the last modification time.
  • Subject - Gets or sets the subject of the file.
  • Template - Gets the template field value.
  • Title - Gets or sets the title of the file.

Sentry image

Hands-on debugging session: instrument, monitor, and fix

Join Lazar for a hands-on session where you’ll build it, break it, debug it, and fix it. You’ll set up Sentry, track errors, use Session Replay and Tracing, and leverage some good ol’ AI to find and fix issues fast.

RSVP here →

Top comments (0)

Image of Datadog

Create and maintain end-to-end frontend tests

Learn best practices on creating frontend tests, testing on-premise apps, integrating tests into your CI/CD pipeline, and using Datadog’s testing tunnel.

Download The Guide

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay