I'm currently working on automize some work processes. An Excel File (*.xlsx) should be written. Normally people do this by hand. Now I want to do this with PHP-code. I'm using PHPSpreadsheet. I started put in general table structure and now wanted add some style to it. But it's complicated and takes a lot time to style each cell or a bunch of cells. So I thought of copy the basic worksheet style. But I stuck by how to do this. Is there ANY way to get this style from specific cells or a bunch of cells and "echo" or "print_r" it as PHP-code?
Thanks for your answers!
Greetings Julian