duszekmestre
duszekmestre
What do you mean by this? Maybe I can help
Yes - I tried to do this but I have limited time for doing this. Some code can be reused and in latest PR i refactor one of the method...
I started to reuse code in PR #602 In the next part I'll try to reuse code between different types of objects on saving.
> @duszekmestre ❤thanks, e.g. ExcelOpenXmlSheetWriter.Async.cs and ExcelOpenXmlSheetWriter.cs, their logic and code 99% same, but miniexcel needs duplicate code to use `async`, `Task`, `await ` keyword. I think these code can...