To create an excel file in xlsio (in Flutter) See docs the following code is needed:
// Create a new Excel document.
final Workbook workbook = new Workbook();
But how do I find an existing excel file (I am building a desktop app) in a given directory and work with that in xlsio?