Hi,
As i observed that while conversion of .xlsb to .xlsm Aspose.Cells java not reading the RANDBETWEEN function applied cell full formula from .xlsb excel. Please find the example below.
Formula appled on .xlsb is =CHOOSE(RANDBETWEEN(1,3),C61,C62,C63)&CHOOSE(RANDBETWEEN(1,4),C65,C66,C67,C68)
Aspose.Cell java redaing above formula as:
=1CHOOSE(3,C61,C62,C63)1&CHOOSE(4,C65,C66,C67,C68)
Please provide solution on this.