MiniExcel icon indicating copy to clipboard operation
MiniExcel copied to clipboard

Increase support to Async Xlsx write

Open xXMateus97Xx opened this issue 1 year ago • 0 comments

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().

xXMateus97Xx avatar May 23 '24 00:05 xXMateus97Xx