Binding Data in Excel to a 2D array in C# without VSTO usage -


there's data displayed in excel using com interop c#. data stored in 2d array/list in c#.

now, whenever there change/edit in excel sheet want data stored in data structure in c# change appropriately.

i more happy if inserting or deleting row in excel leads similar operation on 2d data structure in c#.

this question isn't duplicate. cannot use vsto add-in accomplish task though worksheet_change event can used.

thanks in advance :)


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -