[Help] Syncfusion.XlsIO componet 's bug in open "xlsx"file.

来源:互联网 发布:手机音乐软件 编辑:程序博客网 时间:2024/06/05 17:14



                    using Syncfusion.XlsIO;
                     ExcelEngine excelEngine = new ExcelEngine();                    IApplication application = excelEngine.Excel;                    IWorkbook workbook = excelEngine.Excel.Workbooks.Open(toBeSavefilePath);                    IWorksheet sheet1 = workbook.Worksheets[0];



Ref url: http://www.syncfusion.com/forums/73976/cant-open-any-xlsx-files

0 0