PHP_XLSXWriter
PHP_XLSXWriter copied to clipboard
Bugfix for losing autoFilter with multiple sheets
Fixes issue #190
I noticed when I was doing enhancement, as far as seeing the contents of the actual Xlsx file, it seems more appropriate that the "localSheetId" are numbered in order from the first sheet, regardless of whether AutoFilter is specified or not. (so, in # 207 I fixed it in a form that seemed better)