David Martínez

Results 11 comments of David Martínez

Thanks Václav, we use Poedit in multiple Laravel projects, let me know if you need some testing...

I'm so sorry, just edited the comment to change the program name... There's a compile in MO item in the menu, but I'm asking for a keyboard shortcut like save...

The 80% of the times I use Poedit don't need to compile it to PO. The [framework](https://symfony.com/doc/current/components/translation.html) used in many projects works without problem with MO files so they are...

Whoops, I swapped "PO" and "MO", you're right. Forgive me... I disabled the automatic compilation for various completely subjective reasons: - Keep only text files on translations folder (some projects...

Well, I think the best solution is to include `\r` as we said, and then add an option (not enabled by default, but documented) to normalize de line breaks (I...

The exported file can be opened without problems with any Excel version, so I assume this library must open it also without problems. Anyway, the attached example is a XLS...

Can you explain how you are using the filter? I created a filter but didn't worked for me. Whole spreadsheet is readed...

The conversation has led to a different problem than the one originally reported. I'm reporting an error when calling `load()` and memory is exhausted BEFORE calling `toArray()`.

@MarkBaker, of course the library should trust `shrinkRangeToFit`, but I think the problem I reported is not related with the spreadsheet size because all works perfectly if I replace `strlen($this->data)`...