Can't get correct book type.

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Normal
    • None
    • Affects Version/s: 3.5.0 RC
    • Component/s: ZSS Range & Model
    • None

      fail when load blank.xls

      book = Util.loadBook(this,"book/blank.xlsx");
      Assert.assertEquals(Book.BookType.XLSX,book.getType());
      book = Util.loadBook(this,"book/blank.xls");
      Assert.assertEquals(Book.BookType.XLS,book.getType());

            Assignee:
            dennis
            Reporter:
            dennis
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: