Uploaded image for project: 'ZK Spreadsheet'
  1. ZK Spreadsheet
  2. ZSS-126

ZKS performances problem with an excel file generated AND FORMATTED with Apache POI

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 2.5.0
    • 2.3.0
    • ZSS App
    • None
    • Tomcat 6.0.32 Windows Server 2008
      Apache POI 3.8
      ZK Spr. 2.3.0

      WITHOUT FORMATTING WITH APACHE POI ALL IS FINE AND ZK WORKS FINE!
      WITH FORMATTING WITH APACHE POI HAPPENS THAT:
      After the show of the file in the web page, after the change of a value in one cell the browser gets busy for 10 seconds. After this period, the browsing is ok but after one another change of a value in on cell the problem is the same.

      THIS IS THE FUNCTION APACHE POI THAT CREATES THE PROBLEM:
      -->style.setWrapText(true);
      cell = row.createCell(j);
      cell.setCellStyle(style);

      WITHOUT THIS FUNCTION ZKS WORKS FINE BUT THE SHEET IS BAD FORMATTED.
      AS ATTACHMENT I SEND YOU TWO EXCEL FILE : ONE FORMATTING (PROBLEM WHIT THE PERFORMANCES) AND ONE NOT FORMATTING (FINE)

      THANK YOU!

            Unassigned Unassigned
            bauern bauern
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: