Has Libre Office some other possibility to see long text cells?

Hello,

In Laravel 8 I generate excel page with “maatwebsite/excel”: “^3.1” and openinmg it with
Libre Office Version: 6.0.7.3 in my Kubuntu 18

  1. where can I check properties of the page I set with command :
            BeforeExport::class  => function (BeforeExport $event) {
                $event->writer->getProperties()->setCreator('Creator Name');
            },

?
2) I have some problems with cells having a lot of text : https://prnt.sc/121kzwv
Has Libre Office some other possibility to see long text cells?

Thanks!

If you click on the down arrow to the right of the content bar (or whatever it’s properly called) at the top of the screen, it will show the full cell contents.

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.