Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
45
Parsing Files with Structured References
posted

The following formula:

"=SummaryTable[[#This Row],[SampleID]]&"_"&SummaryTable[[#This Row],[SeqNr]]"

gives the following error:

"The formula has extra expressions after the end of it.

Portion with error: [[#This Row],[SampleID]]&"_"&SummaryTable[[#This Row],[SeqNr]]"

 

When I try to load the file:

Infragistics.Excel.Workbook workbook = Infragistics.Excel.Workbook.Load("C:\\Template.xlsx");

Are structured references supported?

Parents Reply Children