Hi,
Hi,
Hi Amjad,
Thanks for your quick response.
I am attaching the VB file that is used to export the data to excel file.
Also attaching the template which was generated after export.
Also attaching the profiler output on the code.
Hope this will do enough to analyze the problem.
We are now stuck at a situation where we can do nothing other than looking at you.
Kindly provide your solution to this asap.
Regards,
Raj Kamal Jaiswal
Hi,
Hi,rajkjaiswal:
Hi Amjad,
Thanks for your quick response.
I am attaching the VB file that is used to export the data to excel file.
Also attaching the template which was generated after export.
Also attaching the profiler output on the code.
Hope this will do enough to analyze the problem.
We are now stuck at a situation where we can do nothing other than looking at you.
Kindly provide your solution to this asap.
Regards,
Raj Kamal Jaiswal
Thanks for your posting and using Aspose.Cells for .NET.
Please set linked cell after you create groupbox because if the radio button is not inside the groupbox, then we will have to find all radio buttons which are not in any group box and then change linked cells for those cells.
It takes long time to find the radio buttons which are not in any group box.
VB.NET
Dim height As Integer = (17 * (ccShapeobjects.Length - 1)) + 3
Dim gb As Aspose.Cells.Drawing.GroupBox = wb.Worksheets(TabName).Shapes.AddGroupBox(AttributeRow - choiceOffSet, 0, 2, 0, height, 200)
gb.IsHidden = True
ccShapeobjects(0) = gb
ccShapeobjects(1) .LinkedCell = "'ChoiceValues'!C" & m_RBLinkedCellRow
wb.Worksheets(TabName).Shapes.Group(ccShapeobjects)
End If
Hi Amjad/Faiz,
That was a great help.
Thanks a million.
Cheers,
Raj Kamal Jaiswal
Hi,rajkjaiswal:
Hi Amjad/Faiz,
That was a great help.
Thanks a million.
Cheers,
Raj Kamal Jaiswal
Thanks for your feedback.
We are pleased to know that your issue is now resolved after understanding the effect of radio buttons with respect to groupboxes.
Please feel free to post if you encounter any other issue. We will be glad to help you more.