tealeg / xlsx

Go library for reading and writing XLSX files.
Other
5.81k stars 808 forks source link

Fix Excel opening files with AutoFilter data #792

Closed neddy299 closed 6 months ago

neddy299 commented 6 months ago

Microsoft Excel is unable to open xlsx generated Excel files that contain AutoFilter data. This fix saves the autoFilter XML tag after sheetData and the Excel files work as expected.

Addresses the following issues

ghost commented 6 months ago
👇 Click on the image for a new way to code review #### [![Review these changes using an interactive CodeSee Map](https://s3.us-east-2.amazonaws.com/maps.codesee.io/images/github/tealeg/xlsx/792/f3147575/5b2ba9d16698a5128dda615630c99752e3227395.svg)](https://app.codesee.io/r/reviews?pr=792&src=https%3A%2F%2Fgithub.com%2Ftealeg%2Fxlsx) #### Legend CodeSee Map legend
tealeg commented 6 months ago

Thanks @neddy299