There are several textboxes in an excel file as ActiveX objects and I want to reach them from codebehind.
I am using ClosedXML for other fields, but I am open for ot
If you want use ClosedXML you can link textarea & cell with LinkedCell properties.
LinkedCell
Like this :
See :