i have created an upload facility in axapta 3.0 where user can upload there transaction from excel to axapta. the problem arises when some column contains number value and my field in axapta is string so that i used the below code:
RCell = Cells.Item(ExcelRowNo, 11);
accNo = RCell.value().bStr();
but not getting the value if number but it returns the value text or i change the excel column format to text
Help
*This post is locked for comments
I have the same question (0)