Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    BUG REPORT: Formatted excel export broken for XLSX format

    As you can easily see in the showcase, exporting the grid as xls will result in a file with columns having the right width.
    Exporting XLSX will result in a file with default columns sizes and very limited readability.

    https://www.smartclient.com/smartgwt...rmatted_export


    #2
    See listGrid.exportFieldWidths - we don't export widths by default for all formats, since there's not really a way to get widths that reliably reflect what the user sees. But you can enable it if it happens to be better than the default of all fields having the same width.

    Comment


      #3
      My issue is with the inconsistencies between XLS and XLSX exports.

      I did export the two formats from the showcase link above and you can see in the attached screenshots that the two does not look anything alike.
      Attached Files

      Comment


        #4
        This is fixed and available for download in nightly builds since June 26 (today).

        Comment


          #5
          Originally posted by Isomorphic View Post
          This is fixed and available for download in nightly builds since June 26 (today).
          Awesome! Thanks

          Comment

          Working...
          X