Filippo Tessarotto
Filippo Tessarotto
Hi, the provided snippet doesn't write any cell, since the `$cells` variable is not used.
I'm running Microsoft Office 2021 and with this fixed snipped: ```php include_once 'vendor/autoload.php'; use OpenSpout\Common\Entity\Cell; $writer = new \OpenSpout\Writer\XLSX\Writer(); $writer->openToBrowser('testcarl.xlsx'); $writer->addRow(\OpenSpout\Common\Entity\Row::fromValues([ 'Carl', 'is', 'great!', ])); $writer->close(); ``` I don't have...
Which os are you running php onto?
Hi, I guess the culprit is Windows then. We already had an issue related to it: https://github.com/openspout/openspout/pull/87 Maybe somewhere we are meeting the directory separator char
I've released #87 in [`v4.7.0`](https://github.com/openspout/openspout/releases/tag/v4.7.0), please confirm this bug is gone so we can close the issue
@faytekin may you help @jonnott with the ODS implementation?
Currently, no: many options indeed apply to all sheets unfortunately. We should have a better separation between workbook options and worksheet ones. Any PR is welcome though
I haven't noticed anything similar: if you could debug it, a detailed report would be very welcome :+1:
Or, you know, you can write better software, so each release has fewer bugs or errors and hence few issues/PR 
This repo has a maintained fork, look at https://github.com/octoper/cuzzle