bobetko
bobetko

Reputation: 5168

Does OpenXML support events?

My web application (c#) is using OpenXML to export data into Excel files. I am looking to implement Worksheet.Change event. I looked around and I don't see any mentions of event handling with OpenXML. Is that even possible?

Thanks

Upvotes: 0

Views: 74

Answers (1)

David Browne - Microsoft
David Browne - Microsoft

Reputation: 89266

OpenXML is just a file format. There's no Excel running when you use it.

Upvotes: 2

Related Questions