We are using Aspose.cells 8.2.2 version and using following code to convert XLSX to XLSB. We are using static file in code to convert.
string stringBeforeChar = strfilename.Substring(0, strfilename.IndexOf("."));
strin…...Replace(".xlsx", ".xlsb"), Aspose.Cells...