HI All,
I want to show the sum of band1 cellvalue as band0 cellvalue.
for example:
Band0 -> col1 col2 col3
1 2 8 (sum of 2 rows value of col3)
Band1 -> col1 col2 col3
1 2 4
any pointers please.
With Thanks & Regards
Amjath
Hello, Amjath
I am just checking about the progress of your issue. If you require my further assistance on this matter don't hesitate to ask me.
Thank you for using Infragistics Components.
Hi Mitko,
still Im facing issues with calcmanager in excel export aftering using useexcelformula in excelexporter as well.
for few columns am gettting object reference error.
please help me on this.
Hello Amjath,
I’ve modified my sample in order to test export functionality and I was able to export Grid with formulas to Excel with the help of the UltraGridExcelExporter, using the following line:
ultraGridExcelExporter1.Export(ultraGrid1,"../../ExcelUltraCalcManager.xls");
Can you please test my sample and let me know if it works for you, can you please modify my sample in order to demonstrate your issue.
I am waiting for your feedback.