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
Post a Comment