PHPOffice / PhpSpreadsheet

A pure PHP library for reading and writing spreadsheet files
https://phpspreadsheet.readthedocs.io
MIT License
13.37k stars 3.47k forks source link

feat: Allow sheet index ranges #4204

Closed websmithcode closed 3 weeks ago

websmithcode commented 3 weeks ago

Allow arrays via setSheetIndex to print range of worksheets

This is:

Checklist:

Why this change is needed?

Added the ability to write a range of worksheets in html writer. If anyone is interested in this functionality, please let me know, maybe I’ll finish it.