MiniExcel
MiniExcel copied to clipboard
Increase support to Async Xlsx write
Excel Type
- [X] XLSX
- [ ] XLSM
- [ ] CSV
- [ ] OTHER
MiniExcel Version
1.32.1
Description
In the file ExcelOpenXmlSheetWriter.Async.cs, is possible to change the lines 598 and 608 to use await using. In this way, the method CloseAsync() will be called instead of Close().