I am getting “Aspose.Cells.CellsException: Invalid row index” when converting the attached xls to a pdf using the below code:
stream = new System.IO.MemoryStream();
xls = new Aspose.Cells.Workbook();
xls.Open(Orig_File);
xls.DefaultStyle.Borders.SetStyle(Aspose.Cells.CellBorderType.Hair);
xls.Save(stream, Aspose.Cells.FileFormatType.Pdf);
FYI...
System.IO.MemoryStream Orig_File
I am running Cells 4.8.2.0