Converting XLS file using ExcelIO produces Incorrect File Format error

Posted by: jonathan.gross on 17 June 2018, 3:17 am EST

    • Post Options:
    • Link

    Posted 17 June 2018, 3:17 am EST

    The question is - does ExcelIO support XLS? It works with XLSX files. This is the code we are using:

    
                var excelIO = new GC.Spread.Excel.IO();
                function loadSpread(json) {
                  $timeout(function(){
                    scope.element.spread.fromJSON(json);
                    scope.element.spread.refresh();
                  });
                }        
                excelIO.open(blob, loadSpread, function (message) {
                  console.log(message);
                });
    
    
  • Posted 18 June 2018, 2:06 am EST

    Hello,

    Unfortunately, SpreadJS Designer uses client side ExcelIO and don’t support biff file.

    Thanks,

    Reeva

  • Posted 18 June 2018, 8:37 am EST

    Thanks, Reeva!

    Are you planning to add a support for XLS in the future?

  • Posted 19 June 2018, 1:38 am EST

    Hello Jonathan,

    Sorry, till now, we have no plan to support xls (biff format) excel file.

    We regret the inconvenience.

    Thanks,

    Reeva

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels