Mike Loomis
Mike Loomis
Add more coverage for nested types before merge
I believe the dev spoke past the original ask here. If you came to this thread looking for a solution to be able to specify both source files to include...
I'm able to rename sheets that I create. This is on windows 11, lib version v4.0.2 ``` Excel excel = Excel.createExcel(); var sheet = excel['OLD_NAME']; excel.rename("OLD_NAME", "NEW_NAME"); ``` I cannot...
If I remove the block of code that is throwing an exception then I can delete Sheet1: ``` // _archive.files.removeWhere((file) { // return file.name.toLowerCase() == _xmlSheetId[sheet]?.toLowerCase(); // }); ``` What...
I upgraded to v4.0.3 and this was fixed, even for Sheet1.