Posted 19 November 2019, 12:30 pm EST
We have used the spread for years in a number of applications. We have upgraded all of our projects to 12.45.20193. Only one of our applications exhibits the behavior of a zero byte file created when we issue this code:
myExcelSaveFlags = FarPoint.Excel.ExcelSaveFlags.UseOOXMLFormat Or FarPoint.Excel.ExcelSaveFlags.SaveCustomColumnHeaders Or FarPoint.Excel.ExcelSaveFlags.SaveAsViewed
sprListingSummary.SaveExcel(sExcelFile, myExcelSaveFlags)
This is a very large app, and cannot be sent to you.
Any ideas where to start looking?