Scale image in Excel export

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shalmaxb
    Senior Member
    • Mar 2015
    • 1606

    Scale image in Excel export

    Hello, is there any possibility to scale the image when exporting to an Excel file. The default size is quite big and determines a large row height. I would like that smaller.
  • item
    Active Community Member
    • Mar 2017
    • 1476

    #2
    maybe :
    File : application/Espo/Tools/Export/Processors/Xlsx.php
    Line : 509, 513
    If you could give the project a star on GitHub. EspoCrm believe our work truly deserves more recognition. Thanks.​

    Comment

    • shalmaxb
      Senior Member
      • Mar 2015
      • 1606

      #3
      Hi, thank you, that did it. The row height is 100 in the file, if I put 50 (in both lines 509 and 513), the row height adapts to the half of it. The number refers to the line height in Excel row (not px or % of the image).
      In Excel you have to mark in image properties "Move and size with cells".

      Thank you for the help.

      Only question that remains: How to get that update proof?

      Comment


      • item
        item commented
        Editing a comment
        sorry, it's out-of my knowledge..
        i think it's too "phpExcel" library.
    Working...