It will start setting the edited values of sheets into the files and then exports the file.
sheets
files
exports the file
List<int>? encode() { Save s = Save._(this, parser); return s._save(); }