simplexlsxgen
simplexlsxgen copied to clipboard
Export data to Excel. PHP XLSX generator
Hi, I was hoping you might be able to help. Love the project and I have everything working great. Is there any way to add a simple filter to a...
It is necessary to fix the headers for example... How to do it? Maybe I missed something or there is no such possibility?
I have this code: `$xlsx = Shuchkin\SimpleXLSXGen::fromArray( $fields ); $xlsx->saveAs('request.xlsx');` How can I save the file in to a specific path?
I crawled the source and can't find a way to do this. I see on line 326 and 327 it's setting it to a singular static value set by the...
Is it possible to use cell formatting? Something like thousand segmentation for numbers, or custom format... 
Borders
 How to make borders? Как сделать границы?
First of all, thanks for this library, it's what I really was looking for: a lightweight single file library for basic xlsx building in PHP. There is a little feature...
Is that possible?
Fatal error: Call to undefined function mb_strlen() in **/SimpleXLSXGen.php on line 345 what can i do?
Hi ;) Is good add test de performance in README.md Example rows | time | memory -- | -- | -- 50000 | ?.?s | ?MB 100000 | ?.?s |...