viest / php-ext-xlswriter

🚀 PHP Extension for creating and reader XLSX files.
https://xlswriter.viest.me
BSD 2-Clause "Simplified" License
2.26k stars 232 forks source link

Set outline level, collapsed/hidden options for rows/columns #496

Open HaiD84 opened 12 months ago

HaiD84 commented 12 months ago

Example on outline levels in libxlsxwriter: https://libxlsxwriter.github.io/working_with_outlines.html

viest commented 10 months ago

Hi @HaiD84 ,

It looks like a great update! Could you please clean up the commit? The current commit includes the fix for issue #494.

HaiD84 commented 10 months ago

Done. Tests are failing because of other recently merged PR https://github.com/viest/php-ext-xlswriter/pull/283

hookewin commented 10 months ago

Done. Tests are failing because of other recently merged PR #283

hi, when will this feature merge to master branch?

dormadekhin commented 1 month ago

Hi @HaiD84, When will this feature merge to master branch?

huski-wjx commented 1 month ago

Hi @HaiD84, When will this feature merge to master branch?

@dormadekhin It is necessary to pass the complete test before merging to the main line.

This might take some time. I'm quite busy recently. Let's see if @HaiD84 has time.

HaiD84 commented 3 weeks ago

Conflict resolved, all tests are green.

dormadekhin commented 1 week ago

Hi @viest! When will this feature merge to master branch?